if(parent == self) {
	var site=escape(location.href);
	document.location=("http://www.pr-sms.at/index.php?site="+site);
}
if(self.name!= "mainFrame") {
	var site=escape(location.href);
	document.location=("http://www.pr-sms.at/index.php?site="+site);
}
