// JavaScript Document
var adblock=new Array()
adblock[0]='<a href="../cartelera/medias_naranjas/_inicio.html" target="_top"><img src="images/anuncio_medias_naranjas.gif"></a>'
adblock[1]='<a href="http://www.tijuanahaceteatro.com" target="_blank"><img src="images/tht_150w500h.gif"></a>'
adblock[2]='<a href="../cartelera/el_portal_de_belen/_inicio.html" target="_top"><img src="images/anuncio3_150w500h.gif"></a>'
adblock[3]='<a href="http://www.teatrolastablas.com" target="_blank"><img src="images/lastablas_150w500h.gif"></a>'


function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=3
  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++
    }
  }
}

