    var cochin = {
      src: 'http://www.datatodonors.com/flash/angelina.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };



    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(cochin);

    /* sIFR.replace(cochin, {
      selector: 'h2, h3, h4',
	  wmode: 'transparent',
	  css: [
        '.sIFR-root { text-align: center; font-weight: bold;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    }); */
	
	sIFR.replace(cochin, {
      selector: '.home-main-learn-more',
	  wmode: 'transparent',
	  css: [
        '.sIFR-root { font-weight: bold; font-size: 26px; letter-spacing: 2;float:left;display:block;}',
		'a { text-decoration: none; }',
        'a:link { color: #8cc63f; }',
        'a:hover { color: #60951a;   }'
      ]
    });
    
    sIFR.replace(cochin, {
      selector: '#cs-link',
	  wmode: 'transparent',
	  css: [
        '.sIFR-root { font-weight: bold; font-size: 26px; letter-spacing: 2;float:left;display:block;}',
		'a { text-decoration: none; }',
        'a:link { color: #8cc63f; }',
        'a:hover { color: #60951a;   }'
      ]
    });
    
    
	sIFR.replace(cochin, {
      selector: '.main-learn-more',
	  wmode: 'transparent',
	  css: [
        '.sIFR-root { font-weight: bold; font-size: 20px; }',
		'a { text-decoration: none; }',
        'a:link { color: #8cc63f; }',
        'a:hover { color: #60951a; border-bottom:1px dotted #60951a; }'
      ]
    });
	
	sIFR.replace(cochin, {
      selector: '#interior-main-content-middle h1',
	  wmode: 'transparent',
	  css: [
        '.sIFR-root { font-weight: bold; font-size: 40px; color: #6e2a8d; margin-left:2px;}',
      ]
    });

