<!--


function text() {
};

text = new text();
number = 0;





// textArray
text[number++] = '<img src="images/homepic1.jpg" width="798" height="351">'
text[number++] = '<img src="images/homepic3.jpg" width="798" height="351">'
text[number++] = '<img src="images/homepic4.jpg" width="798" height="351">'
text[number++] = '<img src="images/homepic5.jpg" width="798" height="351">'
text[number++] = '<img src="images/homepic6.jpg" width="798" height="351">'
text[number++] = '<img src="images/homepic7.jpg" width="798" height="351">'


increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->
