//<[CDATA[

  var headline = {
    src: '/headline.swf',
	ratios: [8, 1.41, 9, 1.33, 12, 1.35, 14, 1.29, 15, 1.3, 19, 1.28, 20, 1.27, 32, 1.26, 33, 1.24, 34, 1.25, 44, 1.24, 64, 1.23, 67, 1.22, 68, 1.23, 69, 1.22, 71, 1.23, 72, 1.22, 73, 1.23, 76, 1.22, 77, 1.23, 81, 1.22, 82, 1.23, 1.22]
  };
  

  // 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: '.article_title' });
   
  
  sIFR.replace( headline , {
  selector: '.article_title',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 21px; font-weight: bold; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #515151; }'
	]
  });
  
    sIFR.replace( headline , {
  selector: '.article_title_small',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 19px; font-weight: bold; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #515151; }'
	]
  });
  
    sIFR.replace( headline , {
  selector: '.sb_article_title',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #515151; font-size: 17px; font-weight: bold; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #515151; }'
		,'a:hover { color: #000000; }'
	]
  });
	
	sIFR.replace( headline , {
  selector: 'h3',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #515151; font-size: 17px; font-weight: bold; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #515151; }'
		,'a:hover { color: #000000; }'
	]
  });
  
   
  //]]>