						
function displayrandom() {
};

var showfound=new Array();
displayrandom = new displayrandom();
number = 0;

displayrandom[number++] = "<img src='img/home-pics-1.jpg' width='230' height='568' />"
displayrandom[number++] = "<img src='img/home-pics-2.jpg' width='230' height='568' />"
displayrandom[number++] = "<img src='img/home-pics-3.jpg' width='230' height='568' />"
displayrandom[number++] = "<img src='img/home-pics-4.jpg' width='230' height='568' />"


	increment = Math.floor(Math.random() * number);
		document.write(displayrandom[increment]);



