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: '#cnt2 .news_page .simplenews-block .newscat-title h2',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:20px; 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 h1',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:26px; color:#850028; text-transform:none;}',	  
		'a {color: #850028;text-decoration: none; }'
		,'a:link {color: #850028;text-decoration: none;}'
		,'a:hover {color: #850028;}'
		]
});

sIFR.replace(TrajanBold, {
	  selector: '.tpl_mp .row .col h2',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:18px; 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 .simplenews-page .newscat-title h2',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:26px; color:#850028; text-transform:none;}',	  
		'a {color: #850028;text-decoration: none; }'
		,'a:link {color: #850028;text-decoration: none;}'
		,'a:hover {color: #850028;}'
		]
});

}

