if (top.location.href.indexOf("doeverything.biz/index.php") == -1){
	if (location.replace) {
	top.location.replace("http://www.doeverything.biz/index.php?page=" + escape(location.href));
	} else {
	top.location.href="http://www.doeverything.biz/index.php?page=" + escape(location.href);
	}
}
