jQuery(function($){
if(jQuery.browser.msie && jQuery.browser.version <9) {}else{
	function rand(num){return Math.floor( Math.random() * num );}
	var prop = rand(95)+"% "+ rand(95)+"%";
	for(i=1; i<12; i++){prop+=" , "+rand(95)+"% "+ rand(95)+"%";}
	$(".home .contents").css("background-position", prop);
}
});

