<!--
var imagenumber = 45 ; 
var randomnumber = Math.random() ; 
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ; 
images = new Array 
images[1] = "gfx/photo/01.jpg"
images[2] = "gfx/photo/02.jpg"
images[3] = "gfx/photo/03.jpg"
images[4] = "gfx/photo/04.jpg"
images[5] = "gfx/photo/05.jpg"
images[6] = "gfx/photo/06.jpg"
images[7] = "gfx/photo/07.jpg"
images[8] = "gfx/photo/08.jpg"
images[9] = "gfx/photo/09.jpg"
images[10] = "gfx/photo/10.jpg"
images[11] = "gfx/photo/11.jpg"
images[12] = "gfx/photo/12.jpg"
images[13] = "gfx/photo/13.jpg"
images[14] = "gfx/photo/14.jpg"
images[15] = "gfx/photo/15.jpg"
images[16] = "gfx/photo/16.jpg"
images[17] = "gfx/photo/17.jpg"
images[18] = "gfx/photo/18.jpg"
images[19] = "gfx/photo/19.jpg"
images[20] = "gfx/photo/20.jpg"
images[21] = "gfx/photo/21.jpg"
images[22] = "gfx/photo/22.jpg"
images[23] = "gfx/photo/23.jpg"
images[24] = "gfx/photo/24.jpg"
images[25] = "gfx/photo/25.jpg"
images[26] = "gfx/photo/26.jpg"
images[27] = "gfx/photo/27.jpg"
images[28] = "gfx/photo/28.jpg"
images[29] = "gfx/photo/29.jpg"
images[30] = "gfx/photo/30.jpg"
images[31] = "gfx/photo/31.jpg"
images[32] = "gfx/photo/32.jpg"
images[33] = "gfx/photo/33.jpg"
images[34] = "gfx/photo/34.jpg"
images[35] = "gfx/photo/35.jpg"
images[36] = "gfx/photo/36.jpg"
images[37] = "gfx/photo/37.jpg"
images[38] = "gfx/photo/38.jpg"
images[39] = "gfx/photo/39.jpg"
images[40] = "gfx/photo/40.jpg"
images[41] = "gfx/photo/41.jpg"
images[42] = "gfx/photo/42.jpg"
images[43] = "gfx/photo/43.jpg"
images[44] = "gfx/photo/44.jpg"
images[45] = "gfx/photo/45.jpg"
var myimage = images[rand1] 
document.getElementById('photo').innerHTML = '<img src="' + myimage + '" border="0">';
document.getElementById('link-'+rand1).style.backgroundColor = '#F9C53F';
document.getElementById('link-'+rand1).style.color = '#F9C53F';
//-->