
var randomBackground=["duqu-11-bg-1.jpg", "duqu-11-bg-2.jpg"];

document.getElementsByTagName("body")[0].style.background = "#001b3a url('http://grfx.cstv.com/schools/duqu/graphics/" + randomBackground[Math.floor(Math.random()*randomBackground.length)] + "') no-repeat center top fixed"; 



