var sifr = {
  src: '/sifr.swf'
};

sIFR.activate(sifr);


sIFR.replace(sifr, {
  selector: 'h1',
  transparent: 'true',
   css: [
'.sIFR-root { color: #db3771; line-height: 13px; margin: 0 0 0 0; padding: 0 0 0 0;   }'
,'a { color: #db3771;text-decoration: none; }'
,'a:visited { color: #db3771; text-decoration: none; }'
,'a:hover { color: #db3771; text-decoration: underline; }'
] 
});


sIFR.replace(sifr, {
  selector: 'h2',
  transparent: 'true',
   css: [
'.sIFR-root { color:  #00b1d9; line-height: 13px; margin: 0 0 0 0; padding: 0 0 0 0; display: inline; }'
,'a { color: #00b1d9 ;text-decoration: none; }'
,'a:visited { color: #00b1d9 ;text-decoration: none; }'
,'a:hover { color: #00b1d9;text-decoration: underline; }'
] 
});





