//<!--
txt = new Array();link = new Array();title = new Array();var newanzahl = 2;var aktuellenews = 0;var newsticktime;
txt[0] = "2000 Updates in der Lagerplatzdatenbank";link[0] = "http://yadooda.de/yadooda/unterkunft/unterkunft.php";title[0] = "2000 Updates";
txt[1] = "YaDooDa Up2Date: Seit unsere Seite online ist haben wir zusammen mit Euch 1400 Updates bei den Lagerplätzen eingefügt.";link[1] = "http://www.yadooda.de/yadooda/unterkunft/unterkunft.php";title[1] = "YaDooDa Up2Date";
var ie = document.all ? true : false;var first = true;
var oNewNode = document.createElement("DIV");oNewNode.style.position = "absolute";oNewNode.style.fontSize = "9px";oNewNode.style.padding = "0px";oNewNode.style.width = 570;oNewNode.id = "ticktext";oNewNode.innerHTML = "<b>&nbsp;Aktuelle News:</b>&nbsp;<a onMouseOver=\"gOff();\" onMouseOut=\"gOn();\" style=\"font-family:Verdana;color:white;font-size:9px;\" title=\"" + title[0] + "\" href=\"" + link[0] + "\">" + txt[0] + "</a>";window.document.getElementById("nti").appendChild(oNewNode);var ticktext = window.document.getElementById("ticktext");gOn();
function gOn() { newsticktime = setInterval('tick()',3000);}
function gOff() { clearInterval(newsticktime); }
function tick() { aktuellenews = (aktuellenews + 1) % newanzahl;oNewNode.innerHTML = "<b>&nbsp;Aktuelle News:</b>&nbsp;<a onMouseOver=\"gOff();\" onMouseOut=\"gOn();\" style=\"font-family:Verdana;color:white;font-size:9px;\" title=\"" + title[aktuellenews] + "\" href=\"" + link[aktuellenews] + "\">" + txt[aktuellenews] + "</a>";if (first) ticktext.style.visibility = "visible";first = false; }
// -->
