
function displayAdvert() {

	//var number = Math.round(Math.random()*5);
	
	document.write("<img src='images/advert.jpg' width='468' height='60' onClick='photosales()'>");
}


function photosales() {

	window.location.href = "photosales.htm";
}