var tips=new Array();
tips[0]=" <div class=\"ZMSTextarea\" id=\"e644txt645\"><P><STRONG>Nutzen Sie unsere </STRONG><a href=\"pages/infolisten.html#\"  ><STRONG>Infolisten</STRONG></a><STRONG>!</STRONG></P><P>Reisekosten, Liste VSt KFZ, Verbraucherpreisindex, ...</P></div><!-- END -->";
tips[1]=" <div class=\"ZMSTextarea\" id=\"e644txt648\"><p><strong>Nutzen Sie unseren <a href=\"pages/bnr.html\">Brutto / Netto    Rechner</a>!</strong></p>    <p>Wieviel kommt monatlich netto aufs Konto, wenn man € 2000,- brutto    verdient ?</p></div><!-- END -->";

if (tips.length!=0) {
ind=Math.round((Math.random()*(tips.length-1)))
tip=tips[ind];
tip=tip.replace(/href=\"/g,"href=\""+prefix);
document.write(tip);
document.write("");
		
}

