if(!old_ie)
{

//Configurazione sifr

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



//Prelevo il font
var AllerReg = { src:  fonts+'aller-reg.swf' };
var AllerBold = { src:  fonts+'aller-bold.swf' };



//Inizializzo il font

sIFR.activate(AllerReg);
sIFR.activate(AllerBold);



sIFR.replace(AllerBold, {
	  selector: '#headline h5',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:42px; color:#000000; text-transform:uppercase;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #000000;}'
		]
});

sIFR.replace(AllerBold, {
	  selector: '#headline h6',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:22px; color:#000000; text-transform:none;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #000000;}'
		]
});

sIFR.replace(AllerReg, {
	  selector: '#headline p',
	    wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:18px; color:#000000; text-transform:none;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #000000;}'
		]
});


sIFR.replace(AllerBold, {
	  selector: '#cnt1 .tpl_mp .row .col h2',
		css: [
		'.sIFR-root {font-size:18px; color:#000000; text-transform:uppercase; width:280 !important;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #bf1e2e;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2

});

sIFR.replace(AllerBold, {
	  selector: '#cnt2 .news_home h2',
		css: [
		'.sIFR-root {font-size:22px; color:#000000; text-transform:uppercase; width:280 !important;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #bf1e2e;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2

});


sIFR.replace(AllerBold, {
	  selector: '#cnt2 .facebook h5',
		css: [
		'.sIFR-root {font-size:18px; color:#000000; text-transform:uppercase; width:280 !important;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #bf1e2e;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2

});



sIFR.replace(AllerBold, {
	  selector: '#cnt2 .twitter h5',
		css: [
		'.sIFR-root {font-size:18px; color:#000000; text-transform:uppercase; width:280 !important;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #bf1e2e;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2

});



}


