<!--
self.focus();
t_slogan = new Array(
"Douglas: &quot;Come in and find out&quot;<br>&Uuml;bersetzung: &quot;Komm rein und finde wieder raus&quot;",
"SAT.1: &quot;Powered by emotion&quot;<br>&Uuml;bersetzung: &quot;Kraft durch Freude&quot;",
"Mitsubishi: &quot;Drive Alive&quot;<br>&Uuml;bersetzung: &quot;fahre lebend&quot;",
"Citibank: &quot;Where money lives&quot;<br>&Uuml;bersetzung: &quot;Wo Manni lebt&quot;",
"SAT.1: &quot;Powered by emotion&quot;<br>&Uuml;bersetzung: &quot;Strom bei Emotion&quot;",
"Mitsubishi: &quot;Drive Alive&quot;<br>&Uuml;bersetzung: &quot;die Fahrt überleben&quot;"
);
var i = Math.floor( t_slogan.length * Math.random());
function Next(){i++; if(i > t_slogan.length - 1) i = 0; document.all.Slogan.innerHTML = t_slogan[i]; }
function Back(){i--; if(i < 0) i = t_slogan.length - 1; document.all.Slogan.innerHTML = t_slogan[i]; }
function Init(){ window.setTimeout("First()",1000); } function First(){ document.all.Slogan.innerHTML = t_slogan[i]; }
function Close(){self.close();}
// -->
