//<[CDATA[
 
    var headline = {
    src: 'http://ederk.web22.voov.hu/headline.swf',
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]	
  };
  

  // 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://ederk.web22.voov.hu/headline.swf', selector: 'h1' });
  
  
  sIFR.replace( headline , {
  selector: '.content_box_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 22px; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.album_description_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 22px; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.management h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 16px; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.album_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #c5c5c5; font-size: 16px; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #c5c5c5; }'
		,'a:hover { color: #c5c5c5; }'
	]
  });
  
   
  //]]>
