function RandPic(pic) {

	document.write('<img src="/images/top_right/' + pic + Math.floor(Math.random()*4+1) + '.jpg" border="0" alt="" />');
	
	return;
}
