    var priva = {
    src: '/swf/priva.swf'
  };

  sIFR.debugMode = false;
	sIFR.fitExactly = true;
  // sIFR.domains = ['novemberborn.net']
  sIFR.prefetch(priva);
  sIFR.activate();
  
  sIFR.replace(priva, {
    selector: 'div.rss-block-title'
    ,css: [
      '.sIFR-root { font-size: 14px; color: #576368;  line-height: 1em;}'
    ]
		,wmode: 'transparent'
  });
	
	sIFR.replace(priva, {
    selector: 'h2#title-nazev-sekce'
    ,css: [
     '.sIFR-root { font-size: 14px; color: #FFFFFF;  line-height: 1em; background-color: #CC3300;}'
     ,'a { color: #FFFFFF; text-decoration: underline; }'
     ,'a:hover { color: #FFFFFF; text-decoration: underline; }'
     ,'a:visited { color: #FFFFFF; text-decoration: underline; }'
    ]
		,tuneWidth: '16'
		,tuneHeight: '2'
		,offsetLeft: '8'
		,offsetTop: '2'
  });
	
	sIFR.replace(priva, {
    selector: 'h1#title-nazev-sekce'
    ,css: [
     '.sIFR-root { font-size: 14px; color: #FFFFFF;  line-height: 1em; background-color: #CC3300;}'
     ,'a { color: #FFFFFF; text-decoration: underline; }'
     ,'a:hover { color: #FFFFFF; text-decoration: underline; }'
     ,'a:visited { color: #FFFFFF; text-decoration: underline; }'
    ]
		,tuneWidth: '16'
		,tuneHeight: '2'
		,offsetLeft: '8'
		,offsetTop: '2'
		,wmode: 'opaque'
  });
	
	sIFR.replace(priva, {
    selector: 'h2.in-text-block-title-blue'
    ,css: [
      '.sIFR-root { font-size: 14px; color: #FFFFFF;  line-height: 1em; background-color: #0084C2;}'
    ]
		,tuneWidth: '10'
		,tuneHeight: '0'
		,offsetLeft: '5'
		,offsetTop: '2'
  });
	
	sIFR.replace(priva, {
    selector: 'h2.in-text-block-title-grey'
    ,css: [
      '.sIFR-root { font-size: 14px; color: #FFFFFF;  line-height: 1em; background-color: #929292;}'
    ]
		,tuneWidth: '10'
		,tuneHeight: '0'
		,offsetLeft: '5'
		,offsetTop: '2'
  });
	
	sIFR.replace(priva, {
    selector: 'h1.sifr'
    ,css: [
      '.sIFR-root { font-size: 26px; color: #0081C3; letter-spacing: -0.5; }'
    ]
     ,wmode: 'transparent'
  });
	
	sIFR.replace(priva, {
    selector: '.page-news-date'
    ,css: [
      '.sIFR-root { color: #FFFFFF; line-height: 1em; background-color: #CC3300;}'
    ]
		,tuneWidth: '16'
		,tuneHeight: '2'
		,offsetLeft: '8'
		,offsetTop: '2'
  });

	
