var width = screen.width;
var height = screen.height * 3;
document.write('<div id="loading" style="position:absolute; left:0px; top:0px; width:' + width + 'px; height: ' + height + 'px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000;"');
document.write('<div align="center">');
document.write('<p>&nbsp;</p>');
document.write('<p>&nbsp;</p>');
document.write('<p>&nbsp;</p>');
document.write('<p>&nbsp;</p>');
document.write('<p>&nbsp;</p>');
document.write('<p><img src="img/logo_loading.jpg" width="125" height="125"> </p>');
document.write('<p><font size="3" face="Tahoma"><strong>Insieme per Castelleone</strong></font><br><font face="Tahoma" size="-1">Caricamento della pagina</font></p>');
document.write('</div>');
document.write('</div>');