var cochin = {
src: '/sifr/flash/sifr.swf'};

sIFR.activate(cochin);
sIFR.replace(cochin, {
  selector: 'h1'
  ,css: [
   '.sIFR-root { font-size:14px; height:30px; font-weight: bold; line-height:3px; letter-spacing: 0;color:#e22026;}'
      ,'a { color:#0099ff }'

      ,'a:link { color: #0099ff; }'
      ,'a:hover { color: #0099ff; }'
   ] , wmode: 'transparent'
});

