var backgrounds = new Array();
backgrounds[0] = '/img/back_web.png';
backgrounds[1] = '/img/back_web2.png';
var rand = Math.Round(Math.Rand()*backgrounds.length);
document.getElementById('fon').style.background = 'url('+backgrounds[rand]+') bottom no-repeat';