if(!old_ie)
{

//Configurazione sifr

//Prelevo il template
var fonts  = getCookie("web_tpl_ad")+'/sifr/fonts/';



//Prelevo il font
var PetitaMedium = { src:  fonts+'PetitaMedium.swf' };
var PetitaLight = { src:  fonts+'PetitaLight.swf' };
var PetitaBold = { src:  fonts+'PetitaBold.swf' };



//Inizializzo il font
sIFR.activate(PetitaMedium, PetitaLight, PetitaBold);



sIFR.replace(PetitaMedium, {
  selector: ' #header #slogan',
    wmode: 'transparent',
	css: [
	'.sIFR-root {font-size:19px;color: #78a4cb;}',	  
	'a {color: #78a4cb;text-decoration: none; }'
	,'a:link {color: #78a4cb;text-decoration: none;}'
	,'a:hover {color: #78a4cb;}'
	]
});


sIFR.replace(PetitaMedium, {
  selector: '.mat h3',
    wmode: 'transparent',
	css: [
	'.sIFR-root {font-size:14px;color: #78a4cb; }',	  
	'a {color: #78a4cb;text-decoration: none; }'
	,'a:link {color: #78a4cb;text-decoration: none;}'
	,'a:hover {color: #78a4cb;}'
	]
});


}
