// RANDOM IMAGE
	var n = 1; // default image
	var r = 9; // total number of images -1
	if (document.images) {n = (Math.round(Math.random()*r) + 1);} // Math.random does not work in NS2
	function random_image() {
		document.write('<a href="images/rollover/' + n + '.html" onclick="popcustom(\'\',\'custom\',235,200,420,210);" target="custom">');
		document.write('<img src="images/rollover/' + n + '.jpg" title="" alt="Art Posters - Click for Info" width=350 height=250 border=0><\/a>');
	}



// -->