var banner01=new Array() //sample set 1
banner01[0]='<a href="http://www.vila-ruzica.hr/" target="_blank"><img src="../img_2/banner_left/hotel_ruzica_crikvenica.jpg" alt="Hotel Villa Ruzica Crikvenica" width="188" height="53" border="0"></a><br>'
banner01[1]='<a href="http://www.villa-aurora.com/" target="_blank"><img src="../img_2/banner_left/hotel_villa_aurora_crikveni.jpg" alt="HOTEL VILLA AURORA CRIKVENICA" width="188" height="53" border="0"></a><br>'
banner01[2]='<a href="http://www.selcemaslina.com/" target="_blank"><img src="../img_2/banner_left/villa_maslina_selce.gif" alt="VILLA MASLINA SELCE" width="188" height="53" border="0"></a><br>'
banner01[3]='<a href="http://www.kalmar.hr/" target="_blank"><img src="../img_2/banner_left/kalamr_stomatolog_dramalj.gif" alt="STOMATOLOKA POLIKLINIKA dr. KALMAR DRAMALJ" width="188" height="53" border="0"></a><br>'
banner01[4]='<a href="http://www.rivieradramalj.com/" target="_blank"><img src="../img_2/banner_left/hotel_riviera_dramalj.jpg" alt="HOTEL RIVIERA DRAMALJ" width="188" height="53" border="0"></a><br>'
banner01[5]='<a href="http://www.pansionsidro-croatia.com/" target="_blank"><img src="../img_2/banner_left/pension_sidro_selce.gif" alt="RESTAURANT PENSION SELCE" width="188" height="53" border="0"></a><br>'
banner01[6]='<a href="http://www.sunrise.hr/" target="_blank"><img src="../img_2/banner_left/sunrise_selce.jpg" alt="SUNRISE SELCE APARTMENTS ROOM PRIVATUNTERKÜNFTE" width="188" height="53" border="0"></a><br>'
banner01[7]='<a href="http://www.apartmani-selce.com/" target="_blank"><img src="../img_2/banner_left/petricevic_apartmani.gif" alt="APARTMENTS SELCE CROATIA" width="188" height="53" border="0"></a><br>'



function randomorder(targetarray, spacing){

var randomorder=new Array()
var the_one
var z=0
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++
}
}
}
