function caricamento(){

if (elencoSoci) {
	for (var i = 0; i < totrecord; i++) {
		/*document.images[i + "logo"].src="images/logo.gif";*/
		document.images[i + "email"].src="images/email.gif";
		document.images[i + "sito"].src="images/home_red.gif";}
}
if (elencoNews) {
	SetToToday('FirstSelect');
}
if(bw.bw && activenews) fadeInit();	  // che è???
if(bw.bw &&!pageslidefadeLoaded)  {
	initPageSlideFade();
	activate(primaPagina);
}				  
}

onload = caricamento;
