var images = new Array(1);
images[0]= "images/bg_home005.jpg";


var randInt = Math.floor(Math.random()*1);

document.write("<style type=\"text/css\">body{ background: url("+images[randInt]+") no-repeat center top;background-color: #000000;}</style>");