$(document).ready(function() {
	var num = Math.floor(Math.random()*3)+1
	$("body").addClass("image"+[num])	
});