$( function() {
	var imgno = Math.round(Math.random()*3) + 1;
	$("#rhimg").attr("src", "himg" + imgno + ".jpg");
} );