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

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

      ,'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:23px; height:20px; font-weight: normal; letter-spacing: 2;color:#FFFFFF;margin-left:10px;margin-right:10px; text-align:center;}'
      ,'a { color:#FFFFFF;text-decoration:none;text-align:center; }'
      ,'a:hover { color:#FFFFFF;text-decoration:none;text-align:center; }'
   ] , wmode: 'transparent'
});


