<!--
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="img/popmgr.gif"
myimages[2]="img/e-sword.jpg"
myimages[3]="img/alexadwn.jpg"
myimages[4]="img/farese.jpg"
myimages[5]="img/dotph.gif"



//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://download.com.com/3001-2378-10189471.html"
imagelinks[2]="http://www.e-sword.net"
imagelinks[3]="http://client.alexa.com/install/AlexaInstaller_sovereigracebi08.exe"
imagelinks[4]="http://www.farese.com"
imagelinks[5]="http://www.domains.ph/default.asp?Referrer=sgbccebu@gmail.com"



var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+' target=_blank><img src="'+myimages[ry]+'" border=0></a>')
}
random_imglink()
//-->