
var theImages=new Array();theImages[0]='company/uploads/girl1.jpg'
theImages[1]='company/uploads/girl3.jpg'
theImages[2]='company/uploads/girl6.jpg'
theImages[3]='company/uploads/RAF_1845.jpg'
theImages[4]='company/uploads/RAF_1863.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 ImageID=Math.round(Math.random()*(p-1));document.getElementById('girls').src=theImages[ImageID];if(window.init)
{init();}