
	var futura_book = {
		src: fontURI+'sifr_futura_book.swf'
		,wmode: 'transparent'
		,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
	};


	var futura = {
		src: fontURI+'sifr_futura.swf'
		,wmode: 'transparent'
		,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
	};

	// sIFR.useStyleCheck = true;
	sIFR.debugMode = false;
	sIFR.activate(futura,futura_book);
  
	sIFR.replace(futura_book, {
	    selector: '#content h2.'
	    ,css: [
	      '.sIFR-root { color: #373737; text-transform:uppercase; }'
	    ]
	});

	sIFR.replace(futura_book, {
	    selector: '#content h2.lowercase'
	    ,css: [
	      '.sIFR-root { color: #373737; text-transform:none; }'
	    ]
	});
  
	sIFR.replace(futura, {
		selector: '#sidebar_left h3., #sidebar_right h3'
		,css: [
		  '.sIFR-root { overflow: hidden; color: #47454e;  text-transform:uppercase;  }'
		]
		
	});  	  
  
    sIFR.replace(futura, {
	    selector: '#sidebar_left h3.size12'
	    ,css: [
	      '.sIFR-root { overflow: hidden; color: #47454e;  text-transform:uppercase;  }'
	    ]
	    
	});  	  

    sIFR.replace(futura, {
    selector: '#content h3'
    ,css: [
      '.sIFR-root { overflow: hidden; color: #47454e; text-transform:uppercase;  }'
        ]	   
    });   
    
    /*
        Site wide functions executed after ajax calls
    */
    function refreshSIFRMediaNews () {
        sIFR.replace(futura, {
            selector: '#content h3'
            ,css: [
            '.sIFR-root { overflow: hidden; color: #47454e; text-transform:uppercase;  }'
            ]	   
        });        
    }
    function refreshSIFRContacts () {
        sIFR.replace(futura, {
            selector: '#content h3'
            ,css: [
            '.sIFR-root { overflow: hidden; color: #47454e; text-transform:uppercase;  }'
            ]	   
        });        
    } 