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: '#cnt1 h1',
		css: [
		'.sIFR-root {font-size:34px; color:#000000; text-transform:uppercase;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #000000;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});

sIFR.replace(AllerReg, {
	  selector: '#cnt1 .tpl h2',
		css: [
		'.sIFR-root {font-size:20px; color:#000000; text-transform:none;}',	  
		'a {color: #bf1e2e;text-decoration: none; }'
		,'a:link {color: #bf1e2e;text-decoration: none;}'
		,'a:hover {color: #bf1e2e;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});



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(AllerReg, {
	  selector: '#cnt1 .tpl_mp h2',
		css: [
		'.sIFR-root {font-size:20px; color:#000000; text-transform:none;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #000000;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});

sIFR.replace(AllerBold, {
	  selector: '#cnt2 .news_page .simplenews-block .newscat-title h2',
		css: [
		'.sIFR-root {font-size:18px; color:#000000; text-transform:uppercase;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #000000;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});

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


sIFR.replace(AllerBold, {
	  selector: '.simplenews-page .newscat-title h2',
		css: [
		'.sIFR-root {font-size:34px; color:#000000; text-transform:uppercase;}',	  
		'a {color: #000000;text-decoration: none; }'
		,'a:link {color: #000000;text-decoration: none;}'
		,'a:hover {color: #000000;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
});


}

