var max_id = 4;

var background_id = Math.floor(Math.random() * (max_id + 1));

document.body.style.backgroundImage = 'url(http://getem.pl/gfx/body_bg_' + background_id + '.jpg)';
