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

	document.write('_loop.gif" alt=":: IDEOART 2008 ::" />')
	
	
	
	
}