//<[CDATA[

  var headline = {
    src: 'headline.swf'
  };
  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate( headline );
  
  
  sIFR.replace( headline , {
  selector: '#content_title',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #313131; font-size: 28px; font-weight: normal; text-transform: uppercase; }'
      		,'a { text-decoration: none; }'
			,'a:link { color: #313131; }'
			,'a:hover { color: #313131; }'
	]
  });
  
   
  //]]>
