    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var cochin = {
      src: 'true-medium.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]
    };

    var rockwell = {
      src: 'true3.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(cochin, rockwell);

    sIFR.replace(rockwell, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; background-color:none }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
  
    sIFR.replace(rockwell, {
      selector: 'h5#pullquote'
      ,css: 'em { font-style: normal; color: #660000; }'
      ,selectable: false
    });
  
    sIFR.replace(cochin, {
      selector: '.sidebox'
  	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; background-color:none;font-size: 25px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #07A7F1; }'
		]
    });
 	sIFR.replace(cochin, {
      selector: '.red'
  	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; background-color:none;font-size: 24px;color: #07A7F1; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #999999; }'
        ,'a:hover { color: #07A7F1; }'
		]
    });
	  sIFR.replace(cochin, {
      selector: 'h6'
  	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; background-color:none;font-size: 30px; color: #FFFFFF;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #07A7F1; }'
		]
    });
  
    sIFR.replace(cochin, {
      selector: 'h3.black100'
  	  ,wmode: 'transparent'	  
      ,css: [
		 '.move { font-style: normal; color: #FFCC00; }'
		,'.red { font-style: normal; color: #FF0000; }'	  
	  ]
    });
    sIFR.replace(cochin, {
      selector: 'h3.grey90'
  	  ,wmode: 'transparent'  
      ,css: [
        '.sIFR-root {font-weight: bold;text-align: left; color: #FFFFFF;font-size: 24px;margin-top:20px; margin-bottom:20px; }'
		,'.move { font-weight: bold;font-style: normal; color: #FFCC00;font-size: 40px; }'
		,'.red { font-weight: bold;font-style: normal; color: #FF0000;font-size: 32px; }'	  
		,'.sms { font-weight: bold;font-style: normal; color: #999999;font-size: 18px; }'	  
	  ]
    });
    sIFR.replace(cochin, {
      selector: 'h4.term'
  	  ,wmode: 'transparent'  
      ,css: [
        '.sIFR-root { font-weight: bold;text-align: left; color: #FF0000;font-size: 24px;}'
		,'.move { font-style: normal; color: #FFCC00; }'
		,'.date { text-decoration: none; font-style: normal; color: #FFFFFF;margin-left:30px; }'
		,'.red { font-style: normal; color: #FF0000; }'	  
		,'.related { font-style: normal; color: #000000; }'	  
		
	  ]
    });
    sIFR.replace(cochin, {
      selector: 'h4.related'
  	  ,wmode: 'transparent'  
      ,css: [
        '.sIFR-root { font-weight: bold;text-align: left; color: #FFCC00;font-size: 18px;margin-left:20px;margin-top:24px;}'
	  ]
    });
    sIFR.replace(cochin, {
      selector: 'h4.expired_white'
  	  ,wmode: 'transparent'  
      ,css: [
        '.sIFR-root { font-weight: bold;text-align: left; color: #FF0000;font-size: 24px;margin-top:30px;}'
	  ]
    });
    sIFR.replace(cochin, {
      selector: 'h4.expired_black'
  	  ,wmode: 'transparent'  
      ,css: [
        '.sIFR-root { font-weight: bold;text-align: left; color: #000000;font-size: 24px;margin-top:30px;}'
	  ]
    });
	sIFR.replace(cochin, {
      selector: 'li.link'
  	  ,wmode: 'transparent'  
      ,css: [
        '.sIFR-root { text-align: left; color: #FFFFFF;font-size: 20px;}'
        ,'a { text-decoration: none; color: #FFFFFF;}'
        ,'a:hover {  font-weight: bold; color: #FF0000; }'		
		,'.red { font-weight: bold;font-style: normal; color: #FF0000;}'	  		
	  ]
    });
	sIFR.replace(cochin, {
      selector: 'p.link'
  	  ,wmode: 'transparent'  
      ,css: [
        '.sIFR-root { text-align: left; color: #FFFFFF;font-size: 20px;}'
        ,'a { text-decoration: none; color: #FFFFFF;}'
        ,'a:hover {  font-weight: bold; color: #FF0000; }'		
		,'.white { font-weight: bold;font-style: normal; color: #FFFFFF;}'	  		
		,'.move { font-weight: bold;font-style: normal; color: #FFCC00;font-size: 22px;}'	  				
	  ]
    });
	
// JavaScript Document
