function random_imglink(){
var myimages=new Array(3)
myimages[1]="/smf/ads/smfres/recipes_ad.jpg"
myimages[2]="/smf/ads/smfres/0001.jpg"
myimages[3]="/smf/ads/smfres/0002.jpg"
myimages[4]="/smf/ads/smfres/0003.jpg"
myimages[5]="/smf/ads/smfres/0004.jpg"
myimages[6]="/smf/ads/cwd/no/0001.jpg"

var imagelinks=new Array(3)
imagelinks[1]="/smf/recipes/index.html"
imagelinks[2]="/smf/hi-fi/index.html"
imagelinks[3]="/smf/swim/index.html"
imagelinks[4]="/smf/design/index.html"
imagelinks[5]="/smf/main/index.html"
imagelinks[6]="http://start.cgirealm.com/cwd/"
var y=Math.round(Math.random()*6)
if (y==0) y=1
if (y>5.5) y=6
document.write('<a href='+'"'+imagelinks[y]+'"'+'><img src="'+myimages[y]+'" border=0 alt="Click for more"></a>')
}
random_imglink()