function init(){
	var ee = Math.round(nm);
	//alert(imgs[ee]);
	document.getElementById('Body').style.background = 'url('+imgs[ee]+') repeat-x';
}
