function random() {
	var rand=Math.round(Math.random()*3)+1;
	document.getElementById('top').style.backgroundImage='url(css/top_' + rand + '.jpg)';
}
