//<[CDATA[

  var headline = {
    src: 'headline.swf',
	ratios: [8, 1.3, 10, 1.27, 15, 1.22, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 111, 1.13, 112, 1.12, 119, 1.13, 120, 1.12, 1.13]
  };
  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate( headline );
  
   
  
  // GRAB INITIAL DISPLAY RATIOS
  //sIFR.debug.ratios({ src: 'headline.swf', selector: '#main_title' });
   
  
  sIFR.replace( headline , {
  selector: '#main_title',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #707073; font-size: 30px; font-weight: normal; text-transform: lowercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #707073; }'
		,'a:hover { color: #000000; }'
	]
  });
  
   
  //]]>