function random_imglink(){
	var myimages=new Array()

	myimages[1]="01"	// Gustavo Ribeiro
	myimages[2]="02"	// Rafael Lopes
	myimages[3]="03"	// Bocabem
	myimages[4]="04"	// Ernani
	myimages[5]="05"	// Hilton Filho
	
	//myimages[1]="dengue08"	// Campanha contra Dengue 2008
		
	var ry=Math.floor(Math.random()*myimages.length)
	if (ry==0)
	ry=1
//	document.write('<style>.headerbar {background-image: url("styles/prosilver/theme/images/roda_2010_07.jpg") !important;}</style>')
//	document.write('<style>.headerbar {background-image: url("styles/prosilver/theme/images/topo'+myimages[ry]+'.jpg") !important;}</style>')
	document.write('<style>.headerbar {background-image: url("styles/prosilver/theme/images/topo_mudanca.jpg") !important;}</style>')
}
random_imglink()
