<!--

/*
Random Image Script- By JavaScript Kit (http://www.javascriptkit.com) 
Over 400+ free JavaScripts here!
Keep this notice intact please
*/

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/header img rotating/01.jpg"
myimages[2]="images/header img rotating/02.jpg"
myimages[3]="images/header img rotating/03.jpg"
myimages[4]="images/header img rotating/04.jpg"
myimages[5]="images/header img rotating/05.jpg"
myimages[6]="images/header img rotating/06.jpg"
myimages[7]="images/header img rotating/07.jpg"
myimages[8]="images/header img rotating/08.jpg"
myimages[9]="images/header img rotating/09.jpg"
myimages[10]="images/header img rotating/10.jpg"
myimages[11]="images/header img rotating/11.jpg"
myimages[12]="images/header img rotating/12.jpg"
myimages[13]="images/header img rotating/13.jpg"
myimages[14]="images/header img rotating/14.jpg"
myimages[15]="images/header img rotating/15.jpg"
myimages[16]="images/header img rotating/16.jpg"
myimages[17]="images/header img rotating/17.jpg"
myimages[18]="images/header img rotating/18.jpg"
myimages[19]="images/header img rotating/19.jpg"
myimages[20]="images/header img rotating/20.jpg"
myimages[21]="images/header img rotating/21.jpg"
myimages[22]="images/header img rotating/22.jpg"
myimages[23]="images/header img rotating/23.jpg"
myimages[24]="images/header img rotating/24.jpg"
myimages[25]="images/header img rotating/25.jpg"
myimages[26]="images/header img rotating/26.jpg"
myimages[27]="images/header img rotating/27.jpg"
myimages[28]="images/header img rotating/28.jpg"
myimages[29]="images/header img rotating/29.jpg"
myimages[30]="images/header img rotating/30.jpg"
myimages[31]="images/header img rotating/31.jpg"
myimages[32]="images/header img rotating/32.jpg"
myimages[33]="images/header img rotating/33.jpg"
myimages[34]="images/header img rotating/34.jpg"
myimages[35]="images/header img rotating/35.jpg"
myimages[36]="images/header img rotating/36.jpg"
myimages[37]="images/header img rotating/37.jpg"
myimages[38]="images/header img rotating/38.jpg"
myimages[39]="images/header img rotating/39.jpg"
myimages[40]="images/header img rotating/40.jpg"
myimages[41]="images/header img rotating/41.jpg"
myimages[42]="images/header img rotating/42.jpg"
myimages[43]="images/header img rotating/43.jpg"
myimages[44]="images/header img rotating/44.jpg"
myimages[45]="images/header img rotating/45.jpg"
myimages[46]="images/header img rotating/46.jpg"
myimages[47]="images/header img rotating/47.jpg"
myimages[48]="images/header img rotating/48.jpg"
myimages[49]="images/header img rotating/49.jpg"
myimages[50]="images/header img rotating/50.jpg"
myimages[51]="images/header img rotating/51.jpg"
myimages[52]="images/header img rotating/52.jpg"
myimages[53]="images/header img rotating/53.jpg"
myimages[54]="images/header img rotating/54.jpg"
myimages[55]="images/header img rotating/55.jpg"
myimages[56]="images/header img rotating/56.jpg"
myimages[57]="images/header img rotating/57.jpg"


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'"  border=0>')
}
random_imglink()
//-->
