<!--
if (window.screen.width < 800) {
var geladen = "okay"; }
else if (screen.availWidth < 800) {
var geladen = "okay"; }
else if ((screen.width >= 800) || (screen.availWidth >= 800)) {
var FrameDatei = "http://www.burning-out-online.de/start3.shtml?";
}

if ((!top.geladen) && (geladen != "okay")){
if(document.images) {
top.location.replace(FrameDatei+ZielDatei); 
} else { 
top.location.href = FrameDatei+ZielDatei ;
}
}
//-->
///////////////////////////////////////////////////////////////////////
<!-- Begin 
function floatButton () { 
if (screen.availHeight <= "600") {
if (boh >= "260") {
if (document.all) { 
if (document.body.clientHeight >= 430) {
document.all.topButton.style.pixelTop = document.body.scrollTop + screen.availHeight - 160 - boh; 
}}
else if (document.layers) { 
if (window.innerHeight >= 430) {
window.document.topButton.top = window.pageYOffset + 430 - boh; 
}} 
else if (document.getElementById) { 
if (window.innerHeight >= 430) {
document.getElementById('topButton').style.top = window.pageYOffset + window.innerHeight - boh +'px'; 
}}
}
else 
if (document.all) { 
if (document.body.clientHeight >= 430) {
document.all.topButton.style.pixelTop = document.body.scrollTop + 140; 
}} 
else if (document.layers) { 
if (window.innerHeight >= 430) {
window.document.topButton.top = window.pageYOffset + 140; 
}} 
else if (document.getElementById) { 
if (window.innerHeight >= 430) {
document.getElementById('topButton').style.top = window.pageYOffset + 140 + 'px'; 
}}
}
else 
if (document.all) { 
if (document.body.clientHeight >= 430) {
document.all.topButton.style.pixelTop = document.body.scrollTop + 140; 
}} 
else if (document.layers) { 
if (window.innerHeight >= 430) {
window.document.topButton.top = window.pageYOffset + 140; 
}} 
else if (document.getElementById) { 
if (window.innerHeight >= 430) {
document.getElementById('topButton').style.top = window.pageYOffset + 140 + 'px'; 
}} 
}
if (document.all) 
window.onscroll = floatButton; 
else 
setInterval ('floatButton()', 50); 

function initSponsor () { 
if (self.innerWidth) // alle außer Explorer
{
	document.topSponsor.left = 660; 
	if (self.innerWidth >= 780) {
	document.topSponsor.visibility = 'show'; 
	} else {
	document.topSponsor.left = 0; 
	document.topSponsor.visibility = 'hide'; 
	}
}
else if (document.documentElement && document.documentElement.clientWidth)
// Explorer 6 Strict Mode
{
		document.all.topSponsor.style.pixelLeft = 660; 
	if (document.documentElement.clientWidth < 780) {
		document.all.topSponsor.style.pixelLeft = 0; 
		document.all.topSponsor.style.visibility = 'hidden'; 
	}
}
else if (document.body) // andere Explorer
{
		document.all.topSponsor.style.pixelLeft = 660; 
	if (document.body.clientWidth < 780) {
		document.all.topSponsor.style.pixelLeft = 0; 
		document.all.topSponsor.style.visibility = 'hidden'; 
	}
}
else if (document.getElementById) { 
	document.getElementById('topSponsor').style.left = '660px'; 
	if (self.innerWidth >= 780) {
	document.getElementById('topSponsor').style.left = '0px'; 
	document.getElementById('topSponsor').style.visibility = 'hidden'; 
   }
   } 
} 

function initButton () { 
if (document.all) { 
	document.all.topButton.style.pixelLeft = 0; 
	document.all.topButton.style.visibility = 'visible'; 
}
else if (document.layers) { 
	document.topButton.left = 1; 
	document.topButton.visibility = 'show'; 
} 
else if (document.getElementById) { 
document.getElementById('topButton').style.left = '1px'; 
document.getElementById('topButton').style.visibility = 'visible'; 
   } 
} 
//--> 
///////////////////////////////////////////////////////////////////////
<!--
function scrollit()
{for (I=1; I<=2500; I++) window.scroll(1,I);}
//-->
///////////////////////////////////////////////////////////////////////
/* Copyright (c) 1999 Jochen Staerk */
<!--
var tx = new Array ("BURNING OUT - Eure Motorradzeitung", "BURNING OUT - Eure Motorradzeitung", "BURNING OUT - Eure Motorradzeitung", "BURNING OUT - Eure Motorradzeitung", "BURNING OUT - Eure Motorradzeitung"); 
var txcount=5; 

var i=1; 
var wo=0; 
var ud=1; 
function animatetitle() 
{ 
window.document.title=tx[wo].substr(0, i)+"_"; 
if (ud==0) i--; 
if (ud==1) i++; 
if (i==-1) {ud=1;i=0;wo++;wo=wo%txcount;} 
if (i==tx[wo].length+10) {ud=0;i=tx[wo].length;} 
// if (window.document.title.length < 20 ) window.document.title=window.document.title+"-"; 
// if (window.document.title.length == 20 ) window.document.title=window.document.title+"]"; 
// if (window.document.title.length == 21 ) setTimeout("window.document.title='BURNING OUT - Eure Motorradzeitung'; ",1000); 

parent.window.document.title=tx[wo].substr(0, i)+"_"; 
setTimeout("animatetitle()",100); 
} 
//-->
///////////////////////////////////////////////////////////////////////
<!--
function blur()
{
if(this.blur)this.blur()
}
//-->
///////////////////////////////////////////////////////////////////////
<!--
document.onmouseup=rmousekey;
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmouseup=rmousekey;
function eventz1()
{
	history.go(-1);
}
function eventz2()
{
	history.go(-1);
}
function rmousekey(taste) 
{
if (navigator.appName == 'Netscape' && 
(taste.which == 3 || taste.which == 2))
{
eventz1();
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) 
{
eventz2();
return false;
}
return true;
}

//-->
///////////////////////////////////////////////////////////////////////
<!--
function altmouseausserfunktiongesetztundhiergesichert()
{
document.onmousedown=rmousekey;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=rmousekey;
function eventz1()
{
      if(confirm('Oops - Ihre rechte Maustaste scheint kaputt zu sein')) 
 {
      if(confirm('Naja, die linke geht wohl noch !'));
	  return true;  
 }
}
function eventz2()
{
      if(confirm('Oops - Ihre rechte Maustaste scheint kaputt zu sein')) 
 {
      alert('Naja, die linke geht wohl noch !');
	  return true; 
 }
}
function rmousekey(taste) 
{
if (navigator.appName == 'Netscape' && 
(taste.which == 3 || taste.which == 2))
{
eventz1();
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) 
{
eventz2();
return false;
}
return true;
}
}
//-->
///////////////////////////////////////////////////////////////////////
<!--
if(navigator.userAgent.indexOf("Mac")>-1) MAC=true; else MAC=false;

document.onmouseover = light
document.onmouseout = dark

pulseInterval = null
pulseElement = null

pulsePosition = 0
pulseColor = new Array(
	"#FFFFFF",
	"#EDEDFF",
	"#DBDBFF",
	"#CACAFF",
	"#B7B7FF",
	"#A5A5FF",
	"#9292FF",
	"#8080FF",
	"#8080FF",
	"#8080FF",
	"#8080FF",
	"#8080FF",
	"#8080FF",
	"#8080FF",
	"#8080FF",
	"#8080FF",
	"#8080FF",
	"#9283CD",
	"#AA86BB",
	"#BB8992",
	"#CC9269",
	"#DD9546",
	"#EE9823",
	"#FF9900",
	"#FF9900",
	"#FF9900",
	"#FF9900",
	"#FF9900",
	"#FF9900",
	"#FF9900",
	"#FF9900",
	"#FF9900",
	"#FF9900",
	"#FFAA00",
	"#FFBB33",
	"#FFCC66",
	"#FFDD99",
	"#FFEECC",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF"
	)
pulseColorText = new Array(
	"#FF9900",
	"#FFAA00",
	"#FFBB33",
	"#FFCC66",
	"#FFDD99",
	"#FFEECC",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFFFFF",
	"#FFEECC",
	"#FFDD99",
	"#FFCC66",
	"#FFBB33",
	"#FFAA00",
	"#FF9900"
	)

function light(e) {
	if(event.srcElement.tagName=="A") {
		pulseElement = event.srcElement
		pulseElement.style.color = "#000000"
		pulseInterval = setInterval("pulse()",50)
	}
}
function dark(e) {
	if(event.srcElement.tagName=="A") {
		clearInterval(pulseInterval)
		if(MAC==true) {
			pulseElement.style.backgroundColor = "#000033"
		} else {
			pulseElement.style.removeAttribute("backgroundColor")
		}
		pulseElement.style.color = "#8080ff"
		pulsePosition = 0
	}
}
function pulse() {
	pulseElement.style.backgroundColor = pulseColor[pulsePosition]
	pulseElement.style.color = pulseColorText[pulsePosition]
	pulsePosition++
	if(pulsePosition==pulseColor.length) pulsePosition = 0
}
//-->
///////////////////////////////////////////////////////////////////////
