var garrison = {
  src: '/site/images/sifr/garrison.swf'
};

sIFR.activate(garrison); // From revision 209 and onwards



sIFR.replace(garrison, {
  selector: 'h1.genreplace'
    ,css: [
      '.sIFR-root { color: #59553f; font-weight: normal; background: transparent; z-index:3; leading: -10px; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(garrison, {
  selector: 'h2.genreplace'
    ,css: [
      '.sIFR-root { color: #59553f; font-weight: normal; background: transparent; z-index:3; leading: -1px; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(garrison, {
  selector: 'h3.genreplace'
    ,css: [
      '.sIFR-root { color: #726e5c; font-weight: normal; background: transparent; z-index:3; leading: -1px; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(garrison, {
  selector: 'h4.genreplace'
    ,css: [
      '.sIFR-root { color: #59553f; font-weight: normal; background: transparent; z-index:3; leading: -1px; }'
      ,'a { color: #59553f; text-decoration: none }'
      ,'a:hover { color: #59553f; text-decoration: none  }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(garrison, {
  selector: 'h4.whitegenreplace'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; leading: -1px; }'
    ]
    , wmode: 'transparent'
  
});