<!--
/* Copyright 2003 by jsCode.com / Source: jsCode.com / Author: etLux */
var theImages = new Array()
theImages[0] = '/ofe/img/photo/photo10.jpg'
theImages[1] = '/ofe/img/photo/photo11.jpg'
theImages[2] = '/ofe/img/photo/photo12.jpg'
theImages[3] = '/ofe/img/photo/photo13.jpg'
theImages[4] = '/ofe/img/photo/photo14.jpg'
theImages[5] = '/ofe/img/photo/photo15.jpg'
theImages[6] = '/ofe/img/photo/photo16.jpg'
theImages[7] = '/ofe/img/photo/photo17.jpg'
theImages[8] = '/ofe/img/photo/photo18.jpg'
theImages[9] = '/ofe/img/photo/photo19.jpg'
theImages[10] = '/ofe/img/photo/photo20.jpg'
theImages[11] = '/ofe/img/photo/photo21.jpg'
theImages[12] = '/ofe/img/photo/photo22.jpg'
theImages[13] = '/ofe/img/photo/photo23.jpg'
theImages[14] = '/ofe/img/photo/photo24.jpg'
theImages[15] = '/ofe/img/photo/photo25.jpg'
theImages[16] = '/ofe/img/photo/photo26.jpg'
theImages[17] = '/ofe/img/photo/photo27.jpg'
theImages[18] = '/ofe/img/photo/photo28.jpg'
theImages[19] = '/ofe/img/photo/photo29.jpg'
theImages[20] = '/ofe/img/photo/photo30.jpg'
theImages[21] = '/ofe/img/photo/photo31.jpg'
theImages[22] = '/ofe/img/photo/photo32.jpg'
theImages[23] = '/ofe/img/photo/photo33.jpg'
theImages[24] = '/ofe/img/photo/photo34.jpg'
theImages[25] = '/ofe/img/photo/photo35.jpg'
theImages[26] = '/ofe/img/photo/photo36.jpg'
theImages[27] = '/ofe/img/photo/photo37.jpg'
theImages[28] = '/ofe/img/photo/photo38.jpg'
theImages[29] = '/ofe/img/photo/photo39.jpg'
theImages[30] = '/ofe/img/photo/photo40.jpg'
theImages[31] = '/ofe/img/photo/photo41.jpg'
theImages[32] = '/ofe/img/photo/photo42.jpg'
theImages[33] = '/ofe/img/photo/photo43.jpg'
theImages[34] = '/ofe/img/photo/photo44.jpg'

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}
//-->

