var randomlinks=new Array()

randomlinks[0]='<a title="Our Sweet 80s Theme Song" href="bobby-d-show-sweet-80s-theme.php"><img alt="Our Sweet 80s Theme Song" src="images/blocks/sweet-80s-theme.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() );