window.onload=function(){
    document.getElementsByTagName('body')[0].style.backgroundImage="url(img/"+(1+Math.round(Math.random()*4))+".jpg)";
}