var euro = {
  src: '/libs/sifr/euro.swf'
};

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

sIFR.replace(euro, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
    '.sIFR-root { text-align: left; color: #767676; font-size: 15px;}',
    '.yellowh1 { color: #fda912; }',
    '.whiteh1 { color: #ffffff; }',
    '.grayh1 { color: #e5e1d1; }',
    '.yellowh1b { color: #fda912; font-weight: bold;}'
  ]
});



