// Include in head of each document <script type="text/javascript" src="forceframe.js"></script>
if (self.location == top.location) {
	if (location.protocol == "http:") {
		location.href = "/index.html?page=" + escape(self.location);
	}
}
