var i=Math.floor(Math.random()*4);
imgName='home'+i+'.jpg';
document.getElementById('b1').style.background = "url(" + 'images/'+ imgName + ")";

