<!--//--><![CDATA[//><!--

function rotateBackdrop() {
        var range = 12;
	var image = Math.floor(Math.random()*range)+1;
	document.getElementById("backdrop").style.background="url(/images/bg"+image+".jpg)";
	document.getElementById("backdrop").style.backgroundRepeat="no-repeat";
}

//--><!]]>

