var testa = new __PageHeader();
testa.ShowLoginForm = true;					// visualizza il form di login
testa.ShowSearchForm = true;				// visualizza il form di ricerca
testa.ShowWellcomeMessage = true; 	// visualizza il saluto all'utente
testa.ShowPremiumBanner = true; 		// visualizza il banner premium
testa.ShowBottoni = true; 					// visualizza i bottoni sotto il premium banner
testa.ShowEdizioneOdierna = true; 	// visualizza il box Edizione Odierna
testa.ShowLogo = true; 							// visualizza il logo centrale
testa.ShowNavigatore = true; 				// visualizza la barra di navigazione



testa.Tipo = "Alta"; // tipo testata: Alta, Bassa, Servizio

testa.Canale = null; // codice canale accesso sulla barra di navigazione 'BO' 'JO' 'CA' 'VI' 'RA' 'PA' 'SH' 'ES' 'BA' 'MO' 'FO' 'PE'

testa.ERRURL = "http://www.ilsole24ore.com/fc?cmd=error&chId=30";		//pagina di errore per login e registrazione
testa.LoginUrl = "http://du.ilsole24ore.com/du/authfiles/logincentrale.aspx"; //script di login (action del form)
testa.LogoutUrl = "http://du.ilsole24ore.com/du/authfiles/logoff.aspx"	//logout url
testa.SubscribeUrl = "http://du.ilsole24ore.com/DU/iniziaRegistrazione.aspx"; //url registrazione
testa.UserProfileUrl = "http://du.ilsole24ore.com/DU/Areautente/profiloutente.aspx"
testa.SubscribeRURL = "http://www.ilsole24ore.com/fc?cmd=index&chId=30"; //url di ritorno dalla registrazione (es. secondo livello)
testa.SearchURL = "http://www.ricerca24.ilsole24ore.com/fc";
testa.SiteCode = "CO";	//SiteCode

testa.LineSystem = true;
testa.CheckIfAuthenticated = true;
testa.TestataBassa = false;



var piede = new __PageFooter();
piede.HomePage = location;
		
		

