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

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

  sIFR.replace(scriptfont, {
    selector: '.header_type', wmode: 'transparent',preventWrap: true
    ,css: [
      '.sIFR-root { text-align: left; font-size: 16px; text-transform: uppercase;color: #042b4f; margin-left: 0px; margin-right: 0px;margin-top: 25px; boder: solid 1px; }',
	  'a {color: #ffcc00; text-decoration: none;}',
	  'a:hover {color: #000000; text-decoration: none;}'
    ]
	,forceWidth: true, fitExactly: true, forceSingleLine: true
  });
