if(!old_ie)
{

//Configurazione sifr

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



//Prelevo il font
var AppleGothic = { src:  fonts+'applegothic.swf' };



//Inizializzo il font

sIFR.activate(AppleGothic);


sIFR.replace(AppleGothic, {
	  selector: '#booking h2',
		css: [
		'.sIFR-root {font-size:17px; color:#503b34; text-transform:uppercase;}',	  
		'a {color: #503b34;text-decoration: none; }'
		,'a:link {color: #503b34;text-decoration: none;}'
		,'a:hover {color: #503b34;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
		,tuneHeight: -5
});


sIFR.replace(AppleGothic, {
	  selector: '.tpl_mp .row .col h2',
		css: [
		'.sIFR-root {font-size:18px; color:#6f958f; text-transform:uppercase;}',	  
		'a {color: #6f958f;text-decoration: none; }'
		,'a:link {color: #6f958f;text-decoration: none;}'
		,'a:hover {color: #6f958f;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});



}

