var scriptfont = {
    src: '/swf/theSerifBold.swf'
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(scriptfont);

  sIFR.replace(scriptfont, {
    selector: 'h2.where'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; color: #000000; margin-left: 0px; margin-right: 0px; }',
	  'a {color: #bf0414; text-decoration: underline;}',
	  'a:hover {color: #bf0414; text-decoration: none;}'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(scriptfont, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; color: #bf0414; margin-left: 0px; margin-right: 0px; }',
	  'a {color: #bf0414; text-decoration: underline;}',
	  'a:hover {color: #bf0414; text-decoration: none;}'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(scriptfont, {
    selector: '#content h3'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 14px; color: #bf0414; margin-left: 0px; margin-right: 0px; }',
	  'a {color: #bf0414; text-decoration: underline;}',
	  'a:hover {color: #bf0414; text-decoration: none;}'
    ]
	,wmode: 'transparent'
  });
