//<[CDATA[
 
    var headline = {
    src: 'http://spmusic.hu/headline.swf',
	ratios: [9, 1.16, 16, 1.09, 29, 1.05, 40, 1.03, 70, 1.01, 1]	
  };
  

  // 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://spmusic.hu/headline.swf', selector: 'h1' });
  
  
  sIFR.replace( headline, {
  selector: '.cover_text h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #00f2ff; font-size: 26px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #00f2ff; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '#news_box h1, #events_box h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #00f2ff; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #00f2ff; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '#twitter_box h1, #comments_box h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #c7ff00; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #c7ff00; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.main_title_purple h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #8604f5; font-size: 34px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #8604f5; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.main_title_green h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #c7ff00; font-size: 34px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #c7ff00; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.main_title_red h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #e93f1b; font-size: 34px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #e93f1b; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.main_title_yellow h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #ffed00; font-size: 34px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ffed00; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.main_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #00f2ff; font-size: 34px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #00f2ff; }'
		,'a:hover { color: #FFFFFF; }'
	]
  })
  
  sIFR.replace( headline, {
  selector: '.news_list_title h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #00f2ff; font-size: 26px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #00f2ff; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.simple_list_title h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #8604f5; font-size: 26px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #8604f5; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  
  
  sIFR.replace( headline, {
  selector: '.box_sidebar_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #ffe400; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ffe400; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.box_sidebar_title_blue h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #00f2ff; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #00f2ff; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.box_sidebar_title_green h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #c7ff00; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #c7ff00; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.box_sidebar_title_red h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #e93f1b; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #e93f1b; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.simple_read_text_holder h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #8604f5; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #8604f5; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline, {
  selector: '.simple_read_yellow_text_holder h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #ffed00; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ffed00; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
	
   
  //]]>