// JavaScript Document
var cronos = {  src: '/include/flash/sIFR/sifr-cronos.swf'
	                ,ratios: [7, 1.32, 11, 1.31, 12, 1.24, 14, 1.27, 19, 1.23, 24, 1.22, 33, 1.2, 45, 1.19, 60, 1.18, 63, 1.17, 65, 1.18, 70, 1.17, 71, 1.18, 114, 1.17, 115, 1.16, 120, 1.17, 121, 1.16, 124, 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(cronos);

	sIFR.replace(cronos, { selector: 'h1#RedHeading'
	                       ,css: {
        					'.sIFR-root': { 
											'color': '#ec5369', 
											'letter-spacing': -1.5, 
											'text-transform': 'capitalize' 
							 			  }
      					    	  }
							,wmode: 'transparent'
	
						 });
	sIFR.replace(cronos, { selector: 'h1#CallOutText'
	                       ,css: {
        					'.sIFR-root': { 
											'color': '#8b8d8e', 
											'letter-spacing': 1.5, 
											'text-transform': 'capitalize' 
							 			  }
      					    	  }
							,wmode: 'transparent'
	
						 });

	sIFR.replace(cronos, { selector: 'h1.RedHeading '
	                       ,css: {
        					'.sIFR-root': { 
											'color': '#f28c9b', 
											'letter-spacing': -1.5, 
											'text-transform': 'capitalize' 
							 			  }
      					    	  }
							,wmode: 'transparent'
	
						 });
	
	sIFR.replace(cronos, { selector: 'div#homeBodyRight h2.gray '
	                       ,css: {
        					'.sIFR-root': { 
											'color': '#999999', 
											'letter-spacing': -1.5 
							 			  }
      					    	  }
							,wmode: 'transparent'
	
						 });
