	<!--
	function randimg() { } ; r = new randimg() ; n = 0
	
	//-------------Database----------
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage01.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage02.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage03.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage04.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage05.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage06.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage07.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage08.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage09.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage10.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage11.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage12.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage13.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage14.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage15.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage16.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage17.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage18.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage19.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage20.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage21.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage22.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage23.jpg);'
	r[n++]= 'url(/includes/cchmc/images/homepage/homepage24.jpg);'
	
	//----------------------
	
	i=Math.floor(Math.random() * n) ; 
	document.write( "<style type=text/css>" )
	document.write( "#header { background-image:" )
	document.write( r[i] )
	document.write( "}" )
	document.write( "<\/style>")
	//-->
