<!--

//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]="drew_hat2_sm.jpg"
myimages[2]="drewhead4.jpg"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href="/index.html"><img src="/img/'+myimages[ry]+'" width="150" alt="Forwerd, Inc." border="0"></a>')
}
//-->
