
var frutiger = {src: '/flash/frutiger67bolcn.swf'};

    // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
    sIFR.useStyleCheck = true;
    sIFR.activate(frutiger);

    sIFR.replace(frutiger, {
	  wmode:'transparent',
      selector: 'h4.sPort1'
      ,css: {
        '.sIFR-root': { 'background-color': '#CADBE5', 'color': '#363636', 'font-size': '14px'}
      }
    });
	sIFR.replace(frutiger, {
	  wmode:'transparent',
      selector: 'h4.sPort2'
      ,css: {
        '.sIFR-root': { 'background-color': '#E5E5E5', 'color': '#363636', 'font-size': '14px' }
      }
    });
	sIFR.replace(frutiger, {
	wmode:'transparent',
      selector: 'h4.sPort3'
      ,css: {
        '.sIFR-root': { 'background-color': '#DDDDE5', 'color': '#363636', 'font-size': '14px'}
      }
    });
	sIFR.replace(frutiger, {
	   wmode:'transparent',
      selector: 'h1.modelSubSifrTitle'
      ,css: {
        '.sIFR-root': { 'background-color': '#FFFFFF', 'color': '#4A0000', 'font-size': '22px' }
      }
    });
	
	sIFR.replace(frutiger, {
	   wmode:'transparent',
      selector: 'h1.maroon'
      ,css: {
        '.sIFR-root': { 'background-color': '#FFFFFF', 'color': '#4A0000', 'font-size': '22px' }
      }
    });
	sIFR.replace(frutiger, {
	  wmode:'transparent',
      selector: 'h1.myInfoTitle'
      ,css: {
        '.sIFR-root': { 'background-color': '#FFFFFF', 'color': '#002BA4', 'font-size': '22px' }
      }
    });
	sIFR.replace(frutiger, {
      wmode:'transparent',
	  selector: 'h1.newsTitle'
      ,css: {
        '.sIFR-root': { 'background-color': '#FFFFFF', 'color': '#4A0000', 'font-size': '22px' } 
      }
    });
	sIFR.replace(frutiger, {
	wmode:'transparent',
      selector: '#leftColumnSub h1'
      ,css: {
        '.sIFR-root': { 'background-color': '#CADBE5', 'color': '#4A0000', 'font-size': '14px', 'text-transform': 'uppercase'}
      }
    });
	sIFR.replace(frutiger, {
	wmode:'transparent',
      selector: '#leftColumnSub h1 a:link'
      ,css: {
        '.sIFR-root': { 'background-color': '#CADBE5', 'color': '#4A0000 !important', 'font-size': '14px', 'text-transform': 'uppercase', 'text-decoration': 'none !important'}
      }
    });
	sIFR.replace(frutiger, {
	wmode:'transparent',
      selector: '#leftColumnSub h1 a'
      ,css: {
        '.sIFR-root': { 'background-color': '#CADBE5', 'color': '#4A0000 !important', 'font-size': '14px', 'text-transform': 'uppercase', 'text-decoration': 'none !important'}
      }
    });
	sIFR.replace(frutiger, {
	wmode:'transparent',
      selector: '#leftColumnSub h1 a:visited'
      ,css: {
        '.sIFR-root': { 'background-color': '#CADBE5', 'color': '#4A0000 !important', 'font-size': '14px', 'text-transform': 'uppercase', 'text-decoration': 'none !important'}
      }
    });
	sIFR.replace(frutiger, {
	wmode:'transparent',
      selector: '#leftColumnSub h1 a:hover'
      ,css: {
        '.sIFR-root': { 'background-color': '#CADBE5', 'color': '#4A0000 !important', 'font-size': '14px', 'text-transform': 'uppercase', 'text-decoration': 'underline !important'}
      }
    });

