var adblock=new Array()
adblock[0]='<a target="_blank" href="http://www.corumba.com.br/anuncios/antidoto/arte4.htm"><img src="anuncios/120x90-antidoto.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[1]='<a target="_blank" href="http://www.antonellos.com.br/"><img src="anuncios/120x90-antonellos.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[2]='<a target="_blank" href="http://www.athenasfestas.com"><img src="anuncios/120x90-athenas.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[3]='<a target="_blank" href="http://www.corumba.com.br/anuncios/bellasnoivas/index.html"><img src="anuncios/120x90-belasnoivas.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[4]='<a target="_blank" href="http://www.corumba.com.br/anuncios/casa_marta/index.html"><img src="anuncios/120x90-casa-marta.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[5]='<a target="_blank" href="http://www.corumba.com.br/deise"><img src="anuncios/120x90-deise.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[6]='<a target="_blank" href="http://corumba.com.br/anuncios/jb_despachos/index.htm"><img src="anuncios/120x90-jb.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[7]='<a target="_blank" href="http://corumba.com.br/anuncios/letras/index.html"><img src="anuncios/120x90-letras.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[8]='<a target="_blank" href="http://www.corumba.com.br/anuncios/meganet/index.html"><img src="anuncios/120-meganet.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[9]='<a target="_blank" href="http://www.clinicanefertiti.com.br/"><img src="anuncios/120x90-nefertiti.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[10]='<a target="_blank" href="http://corumba.com.br/anuncios/decoracao/index.html"><img src="anuncios/120x90-roberta.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[11]='<a target="_blank" href="http://www.corumba.com.br/anuncios/selecta/selecta.html"><img src="anuncios/120x90-selecta.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[12]='<a target="_blank" href="http://www.tanaweb.net"><img src="anuncios/120x90-tanaweb.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[13]='<a target="_blank" href="http://www.escolatenir.com.br/"><img src="anuncios/120x90-tenir.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[14]='<a target="_blank" href="http://www.corumba.com.br/anuncios/universidade/index.html"><img src="anuncios/120x90-universidade.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'

adblock[15]='<img src="anuncios/120x90-vivabella.jpg" style="border: 2px solid #000000" width="120" height="90"></a>'

adblock[16]='<a target="_blank" href="http://www.corumba.com.br/ygarape/index.html"><img src="anuncios/120x90-ygarape.jpg" style="border: 2px solid #000000" width="120" height="90" alt="Clique aqui para mais detalhes"></a>'



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++
    }
  }
}