
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

function init(){
	if(top.res){
		if(document.createElement)top.res();
	}
	if(document.location.href == top.document.location.href){
		if(document.forms[0].langForm.value == "de"){
			homepath = "http://" + document.location.host + "/root/index.php";
		}else{
			homepath = "http://" + document.location.host + "/root/index.php?page_id=68";
		}
		top.location.href = homepath + '/#' + escape(window.location.href);
	} else {
		if(document.getElementsByTagName('body')[0].className != 'home') {
			top.location.hash='#'+escape(window.location.href);
			top.document.title = 'Der Zipflracer ist da – ein neuer, rasanter Rennschlitten für Teens und Erwachsene.';
		}
	}
}
