  var vf_lt_bold = {
    src: '/5/flash/fonts/vf-lt-bold.swf'
  };

  var vf_lt_regular = {
    src: '/5/flash/fonts/vf-lt-regular.swf'
  };

  var vf_rg_bold = {
    src: '/5/flash/fonts/vf-rg-bold.swf'
  };

  var vf_rg_regular = {
    src: '/5/flash/fonts/vf-rg-regular.swf'
  };

  sIFR.debugMode = false;
	// sIFR.domains = ['novemberborn.net'] 
	// Don't check for domains in this demo
	
  // sIFR.prefetch();
  sIFR.activate(vf_lt_bold, vf_lt_regular, vf_rg_bold, vf_rg_regular);

// h2 header in rode vlak

  sIFR.replace(vf_rg_regular, {
    wmode: 'transparent',
	selector: 'h2.sifr-header',
	css: [
      '.sIFR-root { color:#ffffff; text-align: left; font-weight: normal;}',
      'a { text-decoration: none }',
      'a:link { color: #000000 }',
      'a:hover { color: #ff0000 }'
    ]
  });

// h3 feature content titel

  sIFR.replace(vf_lt_regular, {
    wmode: 'transparent',
	selector: 'h3.sifr-feature',
	css: [
		'.sIFR-root { color:#333333; text-align: left; font-weight: normal;}',
		'a { text-decoration: none }',
		'a:link { color: #000000 }',
		'a:hover { color: #ff0000 }',
		'em {color:#ff0000;font-style: normal;}'
    ]
  });

// p feature content titel

  sIFR.replace(vf_lt_regular, {
    wmode: 'transparent',
	selector: 'p.sifr-feature',
	css: [
		'.sIFR-root { color:#333333; text-align: left; font-weight: normal;}',
		'a { text-decoration: none }',
		'a:link { color: #000000 }',
		'a:hover { color: #ff0000 }',
		'em {color:#ff0000;font-style: normal;}'
    ]
  });

// h3 block 2 slots

  sIFR.replace(vf_rg_regular, {
    wmode: 'transparent',
	selector: 'h3.sifr-header-block-2-slots',
	css: [
		'.sIFR-root { color:#333333; text-align: left; font-weight: normal;}',
		'a { text-decoration: none }',
		'a:link { color: #000000 }',
		'a:hover { color: #ff0000 }',
		'em {color:#ff0000;font-style: normal;}'
    ]
  });

// h3 block 1 slot

  sIFR.replace(vf_rg_bold, {
    wmode: 'transparent',
	selector: 'h3.sifr-header-block-1-slot',
	css: [
		'.sIFR-root { color:#333333; text-align: left; font-weight: normal;}',
		'a { text-decoration: none }',
		'a:link { color: #000000 }',
		'a:hover { color: #ff0000 }',
		'em {color:#ff0000;font-style: normal;}'
    ]
  });

// h3 block live

  sIFR.replace(vf_rg_regular, {
    wmode: 'transparent',
	selector: 'h3.sifr-header-block-live',
	css: [
		'.sIFR-root { color:#ffffff; text-align: left; font-weight: normal;}',
		'a { text-decoration: none }',
		'a:link { color: #000000 }',
		'a:hover { color: #ff0000 }',
		'em {color:#ff0000;font-style: normal;}'
    ]
  });	

// h3 block live special

  sIFR.replace(vf_rg_bold, {
    wmode: 'transparent',
	selector: 'h3.sifr-header-block-live-special',
	css: [
		'.sIFR-root { color:#ffffff; text-align: left; font-weight: normal;}',
		'a { text-decoration: none }',
		'a:link { color: #000000 }',
		'a:hover { color: #ff0000 }',
		'em {color:#ff0000;font-style: normal;}'
    ]
  });