
/*
if(!old_ie)
{


	//Configurazione sifr
	
	//Prelevo il template
	var fonts  = getCookie("web_tpl_ad")+'/sifr/fonts/';
	
	
	
	//Prelevo il font
	var MetaMRoman = { src:  fonts+'Meta-MRoman.swf' };
	
	
	
	//Inizializzo il font
	sIFR.activate(MetaMRoman);
	

	
	sIFR.replace(MetaMRoman, {
	  selector: '#booking h2, #specialoff h2, #reputation .coll h4',
		wmode: 'transparent',
		css: [
		'.sIFR-root {color: #003263;text-transform:uppercase;}',	  
		'a {color: #003263;text-decoration: none; }'
		,'a:link {color: #003263;text-decoration: none;}'
		,'a:hover {color: #003263;}'
		]
	});


	sIFR.replace(MetaMRoman, {
	  selector: '.tpl_mp .row .col h2',
		wmode: 'transparent',
		css: [
		'.sIFR-root {color: #085a87;text-transform:uppercase;font-size:14px;}',	  
		'a {color: #085a87;text-decoration: none; }'
		,'a:link {color: #085a87;text-decoration: none;}'
		,'a:hover {color: #085a87;}'
		]
	});
	sIFR.replace(MetaMRoman, {
	  selector: '.tpl_mp .row .col .visit a:link, .tpl_mp .row .col .visit ',
		wmode: 'transparent',
		css: [
		'.sIFR-root {color: #82817F;font-size:13px;}',	  
		'a {color: #82817F;text-decoration: none; }'
		,'a:link {color: #82817F;text-decoration: none;}'
		,'a:hover {color: #82817F;}'
		]
	});

	
}

*/