<!-- Hide the script from old browsers --
		var intNbr = Math.round((Math.random()*8))
		//alert(intNbr)
		document.write("<img src=\"http://www.eupil.co.uk/images/general/img" + intNbr + ".jpg\" width=\"300\" height=\"100\">")

//end hiding from non-JS browsers -->

