// randombg.js
// Waj 09

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