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: ' .tpl_mp .rowfirst .one_row-col h2 ',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:22px; 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: '.rel_page h5, .tpl_mp h1 , .tpl_mp .row .col h2, .simplenews-block h2, #booking h2, .simplenews-page .newscat-title h2 ',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:22px; color:#0e4387; text-transform:none;}',	  
		'a {color: #0e4387;text-decoration: none; }'
		,'a:link {color: #0e4387;text-decoration: none;}'
		,'a:hover {color: #0e4387;}'
		]
});




}

