(function ($) {
	$(document).ready(function () {
		var rand=Math.floor(Math.random()*3)+1;
		$("body").addClass("colour"+rand);
	});
}(jQuery));

;

