var randomlinks=new Array()

randomlinks[0]='<a title="College Pick Ems" href="college-pick-ems.php"><img alt="College Pick Ems" src="images/blocks/college-pick-ems.gif" width="150" height="75" border="0" /></a>'

<!--Keep as is-->

function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)]
return(add)
}

document.write( randomlink() );