//<[CDATA[

  var headline = {
    src: 'http://' + document.domain + '/headline.swf',
	ratios: [6, 1.41, 9, 1.35, 16, 1.28, 17, 1.23, 18, 1.25, 28, 1.23, 29, 1.2, 34, 1.22, 35, 1.2, 36, 1.21, 48, 1.2, 78, 1.19, 82, 1.18, 83, 1.19, 1.18]
  };
  
  var headline_italic = {
    src: 'http://' + document.domain + '/headline_italic.swf',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
  }; 
  
  var headline_adagio = {
    src: 'http://' + document.domain + '/headline_adagio.swf',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
  }; 

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate( headline );
  sIFR.activate( headline_italic );
  sIFR.activate( headline_adagio );
  
  // GRAB INITIAL DISPLAY RATIOS
  // sIFR.debug.ratios({ src: 'http://sony.web2.voov.hu/headline_italic.swf', selector: 'h2' });
   
  
  sIFR.replace( headline , {
  selector: '.title_holder h1, #main_title h1, .title_small h1, .title_medium h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #646464; font-size: 16px; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #646464; }'
		,'a:hover { color: #000000; }'
	]
  });
    
  sIFR.replace( headline , {
  selector: '.cover_title h1',
  wmode: 'transparent',
  css: [
		'.sIFR-root { color: #ef0500; font-size: 20px; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ef0500; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline_italic , {
  selector: '.cover_track h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #303030; font-size: 16px; font-weight: normal; font-style: italic; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #303030; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline_adagio , {
  selector: '.adagio_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #ffffff; font-size: 33px; font-weight: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #ffffff; }'
	]
  });
  
  sIFR.replace( headline_adagio , {
  selector: '.adagio_title h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #ffffff; font-size: 28px; font-weight: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #ffffff; }'
	]
  });

   
  //]]>