    var goudytrajan = {
      src: 'assets/sifr/goudytrajan-regular.swf'
      };

    sIFR.activate(goudytrajan);
  
    sIFR.replace(goudytrajan, {
    selector: '#path_container h2#page_title',
    css: '.sIFR-root { color: #464646; letter-spacing:5.6 }',
    fitExactly: true,    // margins
    offsetTop: 1,
    tuneWidth: 0,
    tuneHeight: -4,
    wmode:'transparent'
    });
    
    sIFR.replace(goudytrajan, {
    selector: '#sidebar_sub_navigation h4, #feedburner h4',
    css: '.sIFR-root { color: #ebebeb; letter-spacing:5.6 }',
    fitExactly: true,    // margins
    offsetTop: 10,
    tuneWidth: 0,
    tuneHeight: 12,
    wmode:'transparent'
    });
    
    sIFR.replace(goudytrajan, {
    selector: '#main_content .module_body h3, #sidebar .module_body h3',
    css: [
        '.sIFR-root {color: #ebebeb; letter-spacing:5.6 } '
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ebebeb; }'
        ,'a:hover { color: #ffffff; }'
      ],
    fitExactly: true,    // margins 
    forceSingleLine: true, 
    offsetTop: 3,
    tuneWidth: 0,
    tuneHeight: -4,
    wmode:'transparent'
    });
    
    sIFR.replace(goudytrajan, {
    selector: '#main_content #product_slider h2, #slider_container h2 , #main_content  h3',
    css: '.sIFR-root { color: #183243; leading: 4;}',
    fitExactly: true,    // margins
    offsetTop: 5,
    tuneWidth: 0,
    tuneHeight: -1,
    wmode:'transparent'
    });        
    
    sIFR.replace(goudytrajan, {
    selector: '#main_content .about h2, #main_content .award h2,#sidebar_sub_navigation #content h2',
    css: '.sIFR-root { color: #959595; leading: 4;}',
    fitExactly: true,    // margins
    offsetTop: 5,
    tuneWidth: 0,
    tuneHeight: -1,
    wmode:'transparent'
    });        
    
    sIFR.replace(goudytrajan, {
    selector: '#footer_content h4',
    css: '.sIFR-root { color: #c2c2c2; letter-spacing:5.6 }',
    fitExactly: true,    // margins
    forceSingleLine: true, 
    offsetTop: 3,
    tuneWidth: 0,
    tuneHeight: -4,
    wmode:'transparent'
    });
    
    sIFR.replace(goudytrajan, {
    selector: '#main_content h2',
    css: '.sIFR-root { color: #464646; }',
    fitExactly: true,    // margins
    forceSingleLine: true,
    offsetTop: 8,
    tuneWidth: 0,
    tuneHeight: 6,
    wmode:'transparent'
    });

