// randombg.js
// Waj 09

document.body.style.backgroundImage = "url(_styles/images/bg02" + String.fromCharCode(97 + Math.floor(Math.random() * 3)) + ".gif)";
