var geo = {
      src: '/sifr/flash/geo.swf'
};
 
sIFR.activate(geo);
 

sIFR.replace(geo, {
      selector: 'h1',
   css: [
      '.sIFR-root { color: #ffffff; font-size:25px; font-weight:normal; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(geo, {
      selector: 'h2',
   css: [
      '.sIFR-root { color: #86d910; font-size:20px; font-weight:normal; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(geo, {
      selector: 'h3',
   css: [
      '.sIFR-root { color: #eff106; font-size:18px; font-weight:normal; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(geo, {
      selector: 'h4',
    css: [
      '.sIFR-root { color: #ffffff; font-size:16px; font-weight:normal; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(geo, {
      selector: 'h5',
    css: [
      '.sIFR-root { color: #ffffff; font-size:16px; font-weight:normal; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});


