/* $Revision: 1.5 $ $Date: 2005/05/09 14:31:57 $ */
//<script>
//-------------------------------------------------------------------------------   
function ShowRandomHorizontalPic() {
	var nRandNum = Math.round( Math.random() * 14 )
	document.write( '<img src="/images/sites/site' + nRandNum + '.jpg" border="0" alt="Do you recognise it?"/>')
}
function ShowRandomVerticalPic() {
	var nRandNum = Math.round( Math.random() * 33 )
	document.write( '<img src="/images/sites/vsite' + nRandNum + '.jpg" style="border:0" alt="i:'+nRandNum+'"/>')
}