$("body").ready(function(){
var randomnumber=Math.floor(Math.random()*8)+1;
$("body").css("background",'url(/images/bg/'+randomnumber+'.jpg) no-repeat center right fixed');
});
