function random_imglink(){

var myimages=new Array()

// define Images for the script

myimages[1]="/images/general/isd1_450_200.jpg"

myimages[2]="/images/general/isd2_450_200.jpg"

myimages[3]="/images/general/isd3_450_200.jpg"

myimages[4]="/images/general/isd4_450_200.jpg"

myimages[5]="/images/general/isd5_450_200.jpg"

myimages[6]="/images/general/isd6_450_200.jpg"


var ry=Math.floor(Math.random()*myimages.length)

if (ry==0)

ry=1

document.write('<img src="'+myimages[ry]+'" border=0 height=200 width=450></a>')

}
random_imglink()

