<!--
			
			function random_imglink(){
			var myimages=new Array()
			//specify random images below. You can have as many as you wish
			myimages[0]="h1.jpg"
			myimages[1]="h2.jpg"
			myimages[2]="h3.jpg"
			myimages[3]="h4.jpg"
			myimages[4]="h5.jpg"
			myimages[5]="h6.jpg"
			myimages[6]="h7.jpg"
			myimages[7]="h8.jpg"
			var ry=Math.floor(Math.random()*myimages.length)
			//if (ry==0)
			//ry=1
			document.write('<img src="http://www.nexuso.com/images/headers/'+myimages[ry]+'" style="border-color: #999999;" border=1 width=482 height=290 align=middle GALLERYIMG="NO">')
			}
			random_imglink()
			//-->

