function random_imglink(){
var myimages=new Array()
myimages[1]="http://www.greek-islands-tube.com/images/Crete-Evia-Islands.jpg"
myimages[2]="http://www.greek-islands-tube.com/images/Cyclades-Islands.jpg"
myimages[3]="http://www.greek-islands-tube.com/images/Dodecanese-Islands.jpg"
myimages[4]="http://www.greek-islands-tube.com/images/Crete-Evia-Islands.jpg"
myimages[5]="http://www.greek-islands-tube.com/images/Cyclades-Islands.jpg"
myimages[6]="http://www.greek-islands-tube.com/images/Dodecanese-Islands.jpg"
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0>')
}

