//<[CDATA[

  var headline = {
    src: 'headline.swf',
	ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 67, 1.22, 70, 1.21, 71, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 1.22, 1.21]
  };
  

  // 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: 'h1' });
  
  sIFR.replace( headline , {
  selector: 'h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root { color: #000000; font-size: 25px; letter-spacing: -1;}'					
        ,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });  
  
   
//]]>
