<!--



function random_imglink(){

var myimages=new Array()

//specify random images below. You can have as many as you wish

myimages[1]="http://www.tamilhotornot.com/ads/hotornot_banner.gif"
myimages[2]="http://www.tamilhotornot.com/ads/anbevaa_banner.gif"
myimages[3]="http://www.tamilhotornot.com/ads/lovechat_banner.gif"
myimages[4]="http://www.tamilhotornot.com/ads/Tamilwebtv468x60.gif"
myimages[5]="http://www.tamilhotornot.com/ads/tamilmp3site_banner.gif"

//specify corresponding links below

var imagelinks=new Array()

imagelinks[1]="http://www.tamilhotornot.com"
imagelinks[2]="http://www.anbevaa.com"
imagelinks[3]="http://www.kathala.net/chat"
imagelinks[4]="http://www.tamilwebtv.com"
imagelinks[5]="http://www.tamilmp3site.com"

var ry=Math.floor(Math.random()*myimages.length)

if (ry==0)

ry=1

document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')

}

random_imglink()

//-->
