if(!old_ie)
{

//Configurazione sifr

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



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



//Inizializzo il font

sIFR.activate(Capitals);



sIFR.replace(Capitals, {
	  selector: '#menu_header ul li',
		css: [
		'.sIFR-root {font-size:12px; color:#aca67f; text-transform:uppercase;}',	  
		'a {color: #aca67f;text-decoration: none; }'
		,'a:link {color: #aca67f;text-decoration: none;}'
		,'a:hover {color: #20275f;}'
		]
		,wmode: 'transparent'
		,preventWrap: true
		,forceWidth: true
		,fitExactly: true
		,forceSingleLine: true
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});


sIFR.replace(Capitals, {
	  selector: '#cnt2 .tpl h1',
		css: [
		'.sIFR-root {font-size:26px; color:#20275f; text-transform:capitalize;}',	  
		'a {color: #20275f;text-decoration: none; }'
		,'a:link {color: #20275f;text-decoration: none;}'
		,'a:hover {color: #20275f;}'
		]
		,wmode: 'transparent'
		,preventWrap: true
		,forceWidth: true
		,fitExactly: true
		,forceSingleLine: true
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});


sIFR.replace(Capitals, {
	  selector: '#cnt2 .simplenews-page .newscat-title h2',
		css: [
		'.sIFR-root {font-size:26px; color:#20275f; text-transform:capitalize;}',	  
		'a {color: #20275f;text-decoration: none; }'
		,'a:link {color: #20275f;text-decoration: none;}'
		,'a:hover {color: #20275f;}'
		]
		,wmode: 'transparent'
		,preventWrap: true
		,forceWidth: true
		,fitExactly: true
		,forceSingleLine: true
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});

}


