var cochin = {
src: '/sifr/flash/sifr.swf'};

sIFR.activate(cochin);
sIFR.replace(cochin, {
  selector: 'h1'
  ,css: [
   '.sIFR-root { font-size:22px; height:30px; font-weight: bold; line-height:3px; letter-spacing: 0;color:#7B111C;}'
      ,'a { color:#0099ff }'

      ,'a:link { color: #0099ff; }'
      ,'a:hover { color: #0099ff; }'
   ] , wmode: 'transparent'
});

var cochin = {
src: '/sifr/flash/sifr.swf'};

sIFR.activate(cochin);
sIFR.replace(cochin, {
  selector: 'h2'
  ,css: [
   '.sIFR-root { font-size:18px; height:20px; font-weight: bold; letter-spacing: 0;color:#000000;}'
      ,'a { color:#0099ff }'

      ,'a:link { color: #0099ff; }'
      ,'a:hover { color: #0099ff; }'
   ] , wmode: 'transparent'
});


