// JavaScript Document

var rNum=Math.floor(Math.random()*5); 
document.open(); 
document.write("<style  type=\"text/css\">DIV#body.body{ background-image:url(images/background_secondary" + rNum + ".gif)}</style>"); 
document.close(); 