    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var georgia = {
      src: '/flash/georgia.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
    
    var arial = {
      src: '/flash/arial.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };    
    
    sIFR.activate(georgia,arial);     

    sIFR.replace(arial, {
      selector: 'h3.gray'
      ,css: {
        '.sIFR-root': {'color': '#7b7b7b'}
      }
      ,filters: {
        DropShadow: {
            knockout: false
            ,quality: 3
            ,distance: 1
            ,color: '#ffffff'
            ,strength: 3
            ,blurX: 0
            ,blurY: 0
        }
      }
      ,wmode: 'transparent'
      ,forceSingleLine: true
    });     
    
    
    sIFR.replace(georgia, {
      selector: 'h4.m'
      ,css: {
        '.sIFR-root': {'color': '#1f3664','text-transform': 'uppercase','font-weight': '1000' }
        ,'a': { 'text-decoration': 'none' , 'color': '#1f3664'}
        ,'a:link': { 'color': '#1f3664' }
        ,'a:hover' : { 'color': '#9e2022' }
        
      }
      ,filters: {
        DropShadow: {
            knockout: false
            ,quality: 3
            ,distance: 1
            ,color: '#ffffff'
            ,strength: 3
            ,blurX: 0
            ,blurY: 0
        }
      }
      ,wmode: 'transparent'
      ,forceSingleLine: true
    });    
    
    sIFR.replace(georgia, {
      selector: 'h4.sel'
      ,css: {
        '.sIFR-root': {'color': '#9e2022','text-transform': 'uppercase','font-weight': '1000' }
        ,'a': { 'text-decoration': 'none' , 'color': '#1f3664'}
        ,'a:link': { 'color': '#9e2022' }
        ,'a:hover' : { 'color': '#9e2022' }
        
      }
      ,filters: {
        DropShadow: {
            knockout: false
            ,quality: 3
            ,distance: 1
            ,color: '#ffffff'
            ,strength: 3
            ,blurX: 0
            ,blurY: 0
        }
      }
      ,wmode: 'transparent'
      ,forceSingleLine: true
    });    