//<[CDATA[

  var headline = {
    src: 'http://www.xtremelashes.hu/headline.swf',
	ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 67, 1.22, 70, 1.21, 71, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 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: '#main_title h1',
	  css: [
	
		  '.sIFR-root { color: #ffffff; font-size: 32px; text-transform: uppercase; }'					
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #000000; }'
		],
	  wmode: 'transparent'
  });
  
  sIFR.replace( headline , {
	  selector: '.sidebar_box_title h1',
	  css: [
	
		  '.sIFR-root {color: #ffffff; font-size: 16px; text-transform: uppercase; }'					
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #000000; }'
		],
	  wmode: 'transparent'
  }); 
  
  sIFR.replace( headline , {
	  selector: '.news_title h2',
	  css: [
	
		  '.sIFR-root {color: #ffffff; font-size: 18px; text-transform: uppercase;}'					
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #000000; }'
		],
	  wmode: 'transparent'
  });
  
  sIFR.replace( headline , {
	  selector: '.article_holder h2',
	  css: [
	
		  '.sIFR-root {color: #ffffff; font-size: 18px; text-transform: uppercase;}'					
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #000000; }'
		],
	  wmode: 'transparent'
  });
  
  sIFR.replace( headline , {
	  selector: '.main_box_title h1',
	  css: [
	
		  '.sIFR-root {color: #ffffff; font-size: 16px; text-transform: uppercase; }'					
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #000000; }'
		],
	  wmode: 'transparent'
  }); 
  
  
   
//]]>