var eurostile = {
  src: '/AjrGfx/sIFR/eurostile.swf'
  ,ratios: [11, 1.13, 13, 1.04, 16, 1.03, 25, 1, 48, 0.98, 70, 0.96, 71, 0.95, 74, 0.96, 75, 0.95, 76, 0.96, 77, 0.95, 81, 0.96, 0.95]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(eurostile);

sIFR.replace(eurostile, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { text-transform:uppercase;text-align: left; font-weight: bold; color: #508c28; font-size: 18px; }'
    ,'a { text-decoration: none; color: #508c28; }'
    ,'a:link { color: #508c28; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});sIFR.replace(eurostile, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { text-transform:uppercase;text-align: left; font-weight: bold; color: #508c28; font-size: 18px; }'
    ,'a { text-decoration: none; color: #508c28; }'
    ,'a:link { color: #508c28; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});  
