//<[CDATA[

  var headline = {
    src: 'headline.swf',
	ratios: [7, 1.6, 9, 1.56, 10, 1.49, 14, 1.5, 15, 1.46, 20, 1.47, 25, 1.45, 28, 1.44, 38, 1.43, 40, 1.42, 43, 1.43, 55, 1.42, 90, 1.41, 91, 1.4, 92, 1.41, 94, 1.4, 95, 1.41, 96, 1.4, 97, 1.41, 1.4]
  };
  

  // 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: '#main_title h1, #kiemelt h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root { color: #7b7a75; font-size: 20px; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #7b7a75; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.sidebar_box h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root {color: #7b7a75; font-size: 17px; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #7b7a75; }'
		,'a:hover { color: #000000; }'
	]
  });  
  
  sIFR.replace( headline , {
  selector: '#comments h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root {color: #7b7a75; font-size: 17px; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #7b7a75; }'
		,'a:hover { color: #000000; }'
	]
  });  
  
    sIFR.replace( headline , {
  selector: '.news_title h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root {color: #7b7a75; font-size: 17px; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #7b7a75; }'
		,'a:hover { color: #000000; }'
	]
  });  
  
   sIFR.replace( headline , {
  selector: '.news_title_short h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root {color: #7b7a75; font-size: 12px; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #7b7a75; }'
		,'a:hover { color: #000000; }'
	]
  }); 
  
   
//]]>