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