	function random_imglink(){
		var myimages=new Array()
			myimages[1]="/gulf/images/t_grassgator.jpg"
			myimages[2]="/gulf/images/t_sunsetpeir.jpg"
			myimages[3]="/gulf/images/t_gulfwave.jpg"
			myimages[4]="/gulf/images/t_airgulfland.jpg"
			myimages[5]="/gulf/images/t_beachgulf.jpg"
																		
		var ry=Math.floor(Math.random()*myimages.length)
			if (ry==0)
				ry=1
				document.write('<img style="border-bottom: 1px solid black;" alt="Gulf of Mexico Alliance" src="'+myimages[ry]+'" border="0">')
	}
	random_imglink()
