/* ******************************************************************************** */
function piepagina(){
   		 bottom();
   		 document.write('<div style="clear:both;"></div>');
}

function piepagina2(){
   		 statistics(); 		 
}
/* ******************************************************************************** */













function bottom(){

document.write(''+
'         <div style="clear:both;">'+
'	        <p style="line-height: 100%; text-align: center; margin-top: 0; margin-bottom: 0">'+
'			<span style="font-size: 7pt; font-weight: bold;">Istituto d&#39;Istruzione Superiore &quot;San Giovanni Bosco&quot; - Cod. Fisc. 83001650205 - Cod. Mecc. MNIS00400B - Sede centrale: Via Roma, snc 46019 Viadana (MN), tel. 0375.781144 - 0375.781183, fax 0375.781278</span></p>'+
'			<p style="line-height: 100%; text-align: center; margin-top: 0; margin-bottom: 0">'+
'			<span style="font-weight: 700; font-size: 7pt">WebMaster: </span><a href="'+path+'contattaci.php?id=3"><span style="font-weight: bold; font-size: 7pt">'+ 
'			Alessandro Cau</span></a><span style="font-weight: bold; font-size: 7pt"> - </span><a href="'+path+'contattaci.php?id=4"><span style="font-weight: bold; font-size: 7pt">Francesco Lotito</span></a></p>'+
'         </div>'+
'')
}






/*-- *************************************************************************************************** --*/
/*-- *******                                    STATISTICS                                       ******* --*/
/*-- *************************************************************************************************** --*/





function statistics(){

document.write(''+
''+
'				<!-- Inizio Codice Shinystat -->'+
'					<script type="text/javascript" language="JavaScript" src="http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=adminsgbosco"></script>'+
'					<noscript>'+
'					<a href="http://www.shinystat.com/it" target="_top">'+
'					<img src="http://www.shinystat.com/cgi-bin/shinystat.cgi?USER=adminsgbosco" alt="Contatori visite gratuiti" border="0" /></a>'+
'					</noscript>'+
'				<!-- Fine Codice Shinystat -->'+
''+
'')
}


