if(!old_ie)
{

//Configurazione sifr

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



//Prelevo il font
var TrajanBold = { src:  fonts+'trajan-bold.swf' };



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


sIFR.replace(TrajanBold, {
	  selector: '#booking h2',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:24px; color:#FFFFFF; text-transform:none;}',	  
		'a {color: #ffffff;text-decoration: none; }'
		,'a:link {color: #ffffff;text-decoration: none;}'
		,'a:hover {color: #ffffff;}'
		]
});

sIFR.replace(TrajanBold, {
	  selector: '.tpl_mp .row .col h2',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:28px; color:#ebe9e3; text-transform:none;}',	  
		'a {color: #ebe9e3;text-decoration: none; }'
		,'a:link {color: #ebe9e3;text-decoration: none;}'
		,'a:hover {color: #ebe9e3;}'
		]
});
	

sIFR.replace(TrajanBold, {
	  selector: '#cnt3 .news_home .simplenews-block .newscat-title h2',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:24px; color:#837869; text-transform:uppercase;}',	  
		'a {color: #837869;text-decoration: none; }'
		,'a:link {color: #837869;text-decoration: none;}'
		,'a:hover {color: #837869;}'
		]
});

sIFR.replace(TrajanBold, {
	  selector: '#cnt3 .boxnwletter h3',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:20px; color:#cdc7ba; text-transform:uppercase;}',	  
		'a {color: #cdc7ba;text-decoration: none; }'
		,'a:link {color: #cdc7ba;text-decoration: none;}'
		,'a:hover {color: #cdc7ba;}'
		]
});



}

