//<[CDATA[

  var headline = {
    src: 'http://imex.web22.voov.hu/headline.swf',
	ratios: [8, 1.41, 10, 1.33, 15, 1.31, 19, 1.28, 24, 1.25, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 93, 1.22, 94, 1.21, 95, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 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: '#header_title_holder h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #002766; font-size: 20px; letter-spacing: -1; font-weight: normal; font-style: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #002766; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.content_right h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #002766; font-size: 26px; letter-spacing: -1; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #002766; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.content_right h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #002766; font-size: 20px; letter-spacing: -1; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #002766; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.content_right h3',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #002766; font-size: 16px; letter-spacing: 0; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #002766; }'
		,'a:hover { color: #000000; }'
	]
  });
 
   
  //]]>
