var mainFont = { src: '/flash/Usherwood.swf' };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(mainFont);

  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h1',
    css: ['.sIFR-root {color:#67676b;}'
		, 'a { color: #67676b; text-decoration:none;}'
		, 'a:hover { color: #67676b; }'],
    selectable: false
  });
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h2',
    css: ['.sIFR-root {color:#67676b;}'
		, 'a { color: #67676b; text-decoration:none;}'
		, 'a:hover { color: #67676b; }'],
    selectable: false
  });