//<[CDATA[
 
    var extrabold = {
    src: 'http://www.tiszacipo.hu/extrabold.swf',
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]	
  };
  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate( extrabold );
   
  
  // GRAB INITIAL DISPLAY RATIOS
  // sIFR.debug.ratios({ src: 'http://www.tiszacipo.hu/extrabold.swf', selector: 'h1' });
  
  
  sIFR.replace( extrabold , {
  selector: '#footer_02 h1, #footer_03 h1, #footer_04 h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #666464; font-size: 14px; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #666464; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.box_product_title h1, .promo_boxes_title_main h1, #history_text h1, .shop_boxes_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 16px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.promo_boxes_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 14px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.promo_boxes_title_artist h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #010101; font-size: 14px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #010101; }'
		,'a:hover { color: #010101; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.album_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 14px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.main_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 26px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.main_title_news h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 26px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
    sIFR.replace( extrabold , {
  selector: '.sidebar_title h2, .tisza_radio_title h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #b6b6b6; font-size: 12px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #b6b6b6; }'
		,'a:hover { color: #b6b6b6; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.wot_sidebar_title h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #33302f; font-size: 12px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #33302f; }'
		,'a:hover { color: #33302f; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.wot_entry h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #33302f; font-size: 23px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #33302f; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.wot_entry h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #33302f; font-size: 18px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #33302f; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.main_article_holder h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 16px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( extrabold , {
  selector: '.main_article_holder h3',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 12px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  
   
  //]]>