// JavaScript Document
<!-- Hide script from old browsers
var theImages = new Array()
theImages[0] = '/images/rotate/1.jpg'
theImages[1] = '/images/rotate/2.jpg'
theImages[2] = '/images/rotate/3.jpg'
theImages[3] = '/images/rotate/4.jpg'
theImages[4] = '/images/rotate/5.jpg'
theImages[5] = '/images/rotate/6.jpg'
theImages[6] = '/images/rotate/7.jpg'
theImages[7] = '/images/rotate/8.jpg'
theImages[8] = '/images/rotate/9.jpg'
theImages[9] = '/images/rotate/10.jpg'
theImages[10] = '/images/rotate/11.jpg'
theImages[11] = '/images/rotate/12.jpg'
theImages[12] = '/images/rotate/13.jpg'
theImages[13] = '/images/rotate/14.jpg'
theImages[14] = '/images/rotate/15.jpg'
theImages[15] = '/images/rotate/16.jpg'
theImages[16] = '/images/rotate/17.jpg'
theImages[17] = '/images/rotate/18.jpg'
theImages[18] = '/images/rotate/19.jpg'
theImages[19] = '/images/rotate/20.jpg'
theImages[20] = '/images/rotate/21.jpg'
theImages[21] = '/images/rotate/22.jpg'
theImages[22] = '/images/rotate/23.jpg'
theImages[23] = '/images/rotate/24.jpg'
theImages[24] = '/images/rotate/25.jpg'
theImages[25] = '/images/rotate/27.jpg'
theImages[26] = '/images/rotate/28.jpg'
theImages[27] = '/images/rotate/29.jpg'
theImages[28] = '/images/rotate/30.jpg'
theImages[29] = '/images/rotate/31.jpg'
theImages[30] = '/images/rotate/32.jpg'
theImages[31] = '/images/rotate/33.jpg'
theImages[32] = '/images/rotate/34.jpg'
theImages[33] = '/images/rotate/37.jpg'
theImages[34] = '/images/rotate/38.jpg'
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}