// JavaScript Document
function init()
{
var rand = Math.floor( Math.random() * 7 );
document.getElementById('campsidebar').style.backgroundImage = "url(layout/images/J_SideBar_" + rand + ".png)";
}
