
function getbanner() {
	
	document.write('<img src="/banners/00-home-cabezal_0') 
	
	document.write(Math.round(Math.random()*5))

	document.write('.jpg"  width="750" height="66" />')
	
	
	
}
