var scriptfont = {
    src: 'fileadmin/templates/swf/conduitLight.swf'
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(scriptfont);

  sIFR.replace(scriptfont, {
    selector: '#contentLeft h1.rot'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 45px; color: #ed1c24; text-transform: uppercase; leading:-10; }',
	  'a {color: #ed1c24; text-decoration: underline;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}',
	  '.important { color: #ed1c24; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(scriptfont, {
    selector: '#contentLeft h1'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 45px; color: #000000; text-transform: uppercase; leading:-10; }',
	  'a {color: #ed1c24; text-decoration: underline;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}',
	  '.important { color: #ed1c24; }'
    ]
	,wmode: 'transparent'
  });

  
  sIFR.replace(scriptfont, {
    selector: '#contentLeft h2.rot'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 20px; color: #ed1c24; text-transform: uppercase; leading:-5; }',
	  'a {color: #ed1c24; text-decoration: none;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}',
	  '.important { color: #ed1c24; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(scriptfont, {
    selector: '#contentLeft h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 20px; color: #000000; text-transform: uppercase; leading:-5; }',
	  'a {color: #ed1c24; text-decoration: none;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}',
	  '.important { color: #ed1c24; }'
    ]
	,wmode: 'transparent'
  });

  
   sIFR.replace(scriptfont, {
    selector: '#contentRight h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 48px; color: #000000; text-transform: uppercase; leading:-10; }',
	  'a {color: #ed1c24; text-decoration: underline;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(scriptfont, {
    selector: '#contentNews h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 21px; color: #000000; text-transform: uppercase; leading:-4; }',
	  'a {color: #ed1c24; text-decoration: none;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}'
    ]
	,wmode: 'transparent'
  }); 
  
  sIFR.replace(scriptfont, {
    selector: '#contentLeft h3'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 24px; color: #ffffff; text-transform: uppercase; }',
	  'a {color: #ed1c24; text-decoration: underline;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}'
    ]
	,wmode: 'transparent'
	,offsetTop: '-3'
  });
  
  
    sIFR.replace(scriptfont, {
    selector: '#contentLeft label'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; color: #ffffff; text-transform: uppercase; }'
    ]
	,wmode: 'transparent'
	,offsetTop: '-3'
  });
  
  
