var adbanner=new Array()
adbanner[0]='<a href="http://shop.caffere.ch/product_info.php/info/p3_Gran-Espresso--Crema-e-Aroma-.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_460-empfehlung_de.jpg" width="300" height="250" border="0" alt="Gran Espresso Crema e Aroma"></a>'
adbanner[1]='<a href="http://shop.caffere.ch/product_info.php/info/p143_Gran-Caff---Lungo-.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_465-empfehlung_de.jpg" width="300" height="250" border="0" alt="Gran Caffè Lungo"></a>'
adbanner[2]='<a href="http://shop.caffere.ch/product_info.php/info/p114_Balisto-Muesli-Mix.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_balisto_de.jpg" width="300" height="250" border="0" alt="Balisto"></a>'
adbanner[3]='<a href="http://shop.caffere.ch/index.php/cat/c7_Tee.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_tee_de.jpg" width="300" height="250" border="0" alt="Tee von Lavazza Espresso Point"></a>'
adbanner[4]='<a href="http://shop.caffere.ch/index.php/cat/c11_Geschirr.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_tassen01_de.jpg" width="300" height="250" border="0" alt="Lavazza Espresso Point Tassen"></a>'
adbanner[5]='<a href="http://shop.caffere.ch/index.php/cat/c29_Elemaris.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_brita-generell1_de.jpg" width="300" height="250" border="0" alt="Brita Wasserfilter"></a>'
adbanner[6]='<a href="http://shop.caffere.ch/product_info.php/info/p39_Matin-e--Chrome-.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_chrome_de.jpg" width="300" height="250" border="0" alt="Matinée Chrome"></a>'
adbanner[7]='<a href="http://shop.caffere.ch/index.php/cat/c23_Degustations-Pakete.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_degustation_de.jpg" width="300" height="250" border="0" alt="Degustationspakete"></a>'
adbanner[8]='<a href="http://shop.caffere.ch/index.php/cat/c18_Evoluzione.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_evoluzione_de.jpg" width="300" height="250" border="0" alt="Lavazza Espresso Point Evoluzione"></a>'
adbanner[9]='<a href="http://shop.caffere.ch/product_info.php/info/p10_Lotus-Karamelgebaeck.htmlp"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_lotus_de.jpg" width="300" height="250" border="0" alt="Karamelgebäck Lotus"></a>'
adbanner[10]='<a href="http://shop.caffere.ch/product_info.php/info/p38_Matin-e--Gold-.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_gold_de.jpg" width="300" height="250" border="0" alt="Matinée Gold"></a>'
adbanner[11]='<a href="http://www.caffere.ch/webseite-empfehlen/empfehlen.php"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_mgm-standard_de.jpg" width="300" height="250" border="0" alt="CaffèRe weiterempfehlen"></a>'
adbanner[12]='<a href="http://shop.caffere.ch/index.php/cat/c20_Pininfarina.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_pininfarina_de.jpg" width="300" height="250" border="0" alt="Lavazza Espresso Point Pininfarina"></a>'
adbanner[13]='<a href="http://www.caffere.ch/caffere/index.php"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_service_de.jpg" width="300" height="250" border="0" alt="Bei uns sind Sie König"></a>'
adbanner[14]='<a href="http://shop.caffere.ch/index.php/cat/c26_Erfrischungsgetraenke.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_softdrinks_de.jpg" width="300" height="250" border="0" alt="Kühle Erfrischung"></a>'
adbanner[15]='<a href="http://www.caffere.ch/sortiment/index.php"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_sortiment_de.jpg" width="300" height="250" border="0" alt="Vielfalt"></a>'
adbanner[16]='<a href="http://shop.caffere.ch/index.php/cat/c28_Marella.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_brita-generell2_de.jpg" width="300" height="250" border="0" alt="Brita Wasserfilter"></a>'
adbanner[17]='<a href="http://shop.caffere.ch/product_info.php/info/p128_Evoluzione-EL-3200--Occassion-.html"><img src="http://www.caffere.ch/img/promotion/300x250/300x250_062011_EvoAktion.jpg" width="300" height="250" border="0" alt="Evoluzione Sommeraktion"></a>'



function randomban(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=17
  for (i=0;i<targetarray.length;i++)
  randomorder[i]=i

  while (z<targetarray.length) {
    the_one=Math.floor(Math.random()*targetarray.length)
    if (targetarray[the_one]!="_selected!"){
      document.write(targetarray[the_one]+spacing)
      targetarray[the_one]="_selected!"
      z++
    }
  }
}

