
document.write("<div style='position: fixed; top: 50%;	left:50%; margin-left: -150px;height:100%; width:100%; display: block; z-index:10000; font-size: 28px; font-family: Impact, arial, sans-serif; letter-spacing: 1px;	text-transform: uppercase; padding: 0;' id=\"loader\">");
document.write("<div style='width: 275px; height: 93px; background: url(http://www.acquaterra.biz/img/background_attendi.png) no-repeat;' id=\"txt_loader\"><p style='margin-left: 90px; margin-bottom: -7px; padding-top: 13px; color: #FFFFFF;'>attendi</p><img style='display:block; margin-left: 25px; margin-top: 10px; display:block;' src='http://www.acquaterra.biz/img/attendi.gif'></div>");
document.write("</div>");
function recuperaid(id_elemento) {
			var elemento;
			if(document.getElementById)
				elemento = document.getElementById(id_elemento);
			else
				elemento = document.all[id_elemento];
			return elemento;
		};
 
function stop(){
$("#loader").fadeOut();
}
 
