document.write('
');//******************************************************************************* var zufallszahl, aktuelle_zufallszahl, multiplikator; anzahl = 6; product_id = new Array("10300", "10300", "10300", "10300", "10300", "10300"); txt_product = new Array("Vario-Schubladeneinsatz", "Spargelplatte", "Pendelleuchte", "Küchenradio", "Aufbewahrungsbox", "3 Geschirrtücher"); //txt_description = new Array(); txt_company = "bei tchibo"; txt_price = new Array("16,99 EUR", "14,99 EUR", "59,90 EUR", "29,90 EUR", "9,99 EUR", "5,99 EUR"); var mkPSKU = new Array("0017649", "0019526", "0019544", "0015437", "0015994", "0019125"); img_source = new Array("adview.php?pid=2&kid=18&wmid=864&wsid=2&uid=2", "adview.php?pid=2&kid=18&wmid=865&wsid=2&uid=2", "adview.php?pid=2&kid=18&wmid=866&wsid=2&uid=2", "adview.php?pid=2&kid=18&wmid=867&wsid=2&uid=2", "adview.php?pid=2&kid=18&wmid=868&wsid=2&uid=2", "adview.php?pid=2&kid=18&wmid=869&wsid=2&uid=2"); img_width = new Array("100", "100", "100", "100", "100", "100"); img_height = new Array("100", "100", "100", "100", "100", "100"); link_path = "http://www.zanox-affiliate.de/ppc/?1317858C1568180108&ULP=http://carat.adspirit.de/adblock.php?id=1&sec=60&max=1000&url=http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchPartnerLink-Start?"; img_path = "http://carat.adspirit.de/"; img_alt = "Jetzt bei Tchibo bestellen"; //******************************************************************************* function ermittle_zufallszahl() { multiplikator = anzahl - 1; zufallszahl=Math.round((Math.random()*multiplikator)); if (zufallszahl==aktuelle_zufallszahl) { ermittle_zufallszahl(); } aktuelle_zufallszahl = zufallszahl; } //******************************************************************************* function tchibo_dynbanner(link) { ermittle_zufallszahl(); document.writeln("
"); document.writeln("
"); document.writeln(""); document.writeln("" + img_alt + ""); document.writeln('
' + txt_product[zufallszahl] + '

' + txt_company + '
' + txt_price[zufallszahl] + '
'); document.writeln("
"); }