if (top.location == self.location) {
	//if page is not in its frameset
	top.location.href = "http://" + window.location.host + "/?page=" + window.location.pathname + window.location.hash + window.location.search;
}
