

<!--

//Countdown script by Mike Thompson
//http://www.members.tripod.com/webdesign123now/
//Based on script by Website Abstraction (http://wsabstract.com)

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="/images/header3.jpg"
myimages[2]="/images/header2.jpg"
myimages[3]="/images/header.jpg"



var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
	ry=1;
	document.write('<img src="'+myimages[ry]+'" id="alignmentImage" name="alignmentImage" border=0 width="750" height="82">');
}

//-->






