var cochin = {
  src: '/inc/javascript/sifr3/flash/aniverse.swf'
};
sIFR.activate(cochin); // From revision 209 and onwards

sIFR.replace(cochin, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { text-align: left; color: #333333; }'
    ]

});

sIFR.replace(cochin, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { text-align: left; color: #1999ce; }'
    ]

});

sIFR.replace(cochin, {
  selector: 'h3'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { text-align: left; color: #333333; }'
    ]

});

sIFR.replace(cochin, {
  selector: 'h4'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { text-align: left; color: #1999ce;  }'
	  ,'a { color: #1999ce; }'  
      ,'a:link { color: #1999ce; text-decoration: none; }'  
      ,'a:hover { color: #333333; }' 
    ]

});

sIFR.replace(cochin, {
  selector: '#sub-menu li h5'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { text-align: left; color: #333333; margin-left: 25;}'
	  ,'a { color: #333333; }'  
      ,'a:link { color: #333333; text-decoration: none; }'  
      ,'a:hover { color: #666666; }' 
    ]

});

