function random_imglink(){var myimages=new Array()//specify random images below. You can have as many as you wishmyimages[1]=('http://xbiz.com" target="_blank"><img src="wbanners/xbiz.gif')myimages[2]=('http://www.webmastervault.com" target="_blank"><img src="wbanners/wv-6.gif')myimages[3]=('http://www.adultwebmasters.org/cgi-bin/links/jump.cgi?HM=refer&ID=4648" target="_blank"><img src="http://www.adultwebmasters.org/images/awalogo.gif')var ry=Math.floor(Math.random()*myimages.length)if (ry==0)ry=1document.write('<a href="'+myimages[ry]+'" border=0></a>')}random_imglink()//-->