if(!old_ie)
{

//Configurazione sifr

//Prelevo il template
var fonts  = getCookie("web_tpl_ad")+'/sifr/fonts/';



//Prelevo il font
var PetitaNormal = { src:  fonts+'petita-normal.swf' };



//Inizializzo il font
sIFR.activate(PetitaNormal);


sIFR.replace(PetitaNormal, {
	  selector: '#header #info p ',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:34px; color:#ffffff; text-transform:none;}',	  
		'a {color: #ffffff;text-decoration: none; }'
		,'a:link {color: #ffffff;text-decoration: none;}'
		,'a:hover {color: #ffffff;}'
		]
});


sIFR.replace(PetitaNormal, {
	  selector: '#cnt2 .simplenews-page .newscat-title h2 a:link, #cnt2 .simplenews-page .newscat-title h2 ',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:28px; color:#0e4387; text-transform:none;}',	  
		'a {color: #0e4387;text-decoration: none; }'
		,'a:link {color: #0e4387;text-decoration: none;}'
		,'a:hover {color: #0e4387;}'
		]
});


sIFR.replace(PetitaNormal, {
	  selector: '.rel_page .box_relpage div h5 ',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:18px; color:#0e4387; text-transform:none;}',	  
		'a {color: #0e4387;text-decoration: none; }'
		,'a:link {color: #0e4387;text-decoration: none;}'
		,'a:hover {color: #0e4387;}'
		]
});



}

