//<[CDATA[
 
    var headline = {
    src: 'http://www.forestexpert.hu/headline.swf',
	ratios: [9, 1.16, 16, 1.09, 29, 1.05, 40, 1.03, 70, 1.01, 1]	
  };
  

  // 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: 'http://spmusic.hu/headline.swf', selector: 'h1' });
  
  
  sIFR.replace( headline, {
  selector: '#main_image_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 22px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #828282; }'
	]
  });
 
   
  //]]>
