function random_imglink(){
  var myimages=new Array()
  //Coloque as imagens dos banners
  myimages[1]="banners_template_barbie.gif"
  myimages[2]="banners_template_barney.gif"
  myimages[3]="banners_template_bob.gif"
  myimages[4]="banners_template_palmo_fashion.gif"
  myimages[5]="banners_template_palmolive.gif"
  myimages[6]="banners_template_plax.gif"
  myimages[7]="banners_template_smiles.gif"
  myimages[8]="banners_template_sorriso.gif"
  myimages[9]="banners_template_tandy.gif"
  
  //Coloque os links dos banners
  var imagelinks=new Array()
  imagelinks[1]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_barbie.cvsp"
  imagelinks[2]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_barney.cvsp"
  imagelinks[3]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_bob_esponja.cvsp"
  imagelinks[4]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_palmolive_fashion.cvsp"
  imagelinks[5]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_palmolive_kids.cvsp"
  imagelinks[6]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_plax_kids.cvsp"
  imagelinks[7]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_smiles.cvsp"
  imagelinks[8]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_kolynos.cvsp"
  imagelinks[9]="http://www.colgate.com.br/app/PDP/MundodaCrianca/BR/Produtos/linha_tandy.cvsp"
  
  var ry=Math.floor(Math.random()*myimages.length)
  if (ry==0){
     ry=1
  }
  
  	 document.write('<div id="banners">')
     document.write('<a href="'+imagelinks[ry]+'" target="_blank"><img src="http://www.colgate.com.br/PDP/MundodaCrianca/BR/Images/banners/'+myimages[ry]+'" width="595" height="107" border="0"/></a>')
	 document.write('</div>')
}


