// JavaScript Document
var adblock=new Array()
adblock[0]='<a href="cartelera/medias_naranjas/_inicio.html" target="_top"><img src="cartelera/medias_naranjas/images/banner_230w85h.gif" width="230" height="85" border="0" id="Image1"></a>'
adblock[1]='<a href="cartelera/con_o_sin_colita/_inicio.html" target="_top"><img src="cartelera/con_o_sin_colita/images/banner_230w85h.gif" width="230" height="85" border="0" id="Image8"></a>'
adblock[2]='<a href="cartelera/dellarte/_inicio.html" target="_top"><img src="cartelera/dellarte/images/banner_230w85h.gif" width="230" height="85" border="0" id="Image5" ></a>'
adblock[3]='<a href="cartelera/el_portal_de_belen/_inicio.html" target="_top"><img src="cartelera/el_portal_de_belen/images/banner_230w85h.gif" width="230" height="85" border="0" id="Image5" ></a>'
adblock[4]='<a href="cartelera/el_medico_volador/_inicio.html" target="_top"><img src="cartelera/el_medico_volador/images/banner_230w85h.gif" width="230" height="85" border="0" id="Image5" ></a>'



function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=2
  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++
    }
  }
}

