  var hncnd = {
    src: '/inc/sifr/helveticaneuecond.swf'
  };
  var hn = {
    src: '/inc/sifr/helveticaneue.swf'
  };
  
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(hncnd);
  sIFR.activate(hn);
  sIFR.fixWrap = false;


   sIFR.replace(hn, {
	wmode: 'transparent',
    selector: 'h1'
    ,css: [
      '.sIFR-root { color: #0e1655; font-weight: bold; letter-spacing: 2; font-size: 16px; }',
    ]
  });

 
  sIFR.replace(hncnd, {
	wmode: 'transparent',
    selector: '.sifrThis',
	selectable: 'false',
	//forceSingleLine: 'true',
	//forceWidth: 'true',
	//fitExactly: 'true',
	//fixHover: 'true',
	tuneWidth: 10,

	css: [
      '.sIFR-root { font-size: 18px; letter-spacing: 1; text-align: left; }, a{ text-decoration: none; color: #0e1655; }, a:hover { color: #5e66b1; } '
    ]
	
  });
 
  sIFR.replace(hn, {
	wmode: 'transparent',
    selector: '.selected',
	selectable: 'false',
	//forceSingleLine: 'true',
	//forceWidth: 'true',
	//fitExactly: 'true',
	//fixHover: 'true',
	tuneWidth: 10,

	css: [
      '.sIFR-root { font-size: 18px; letter-spacing: 1; text-align: left; font-weight: bold;}, a{ text-decoration: none; color: #5e66b1; }, a:hover { color: #5e66b1; } '
    ]
	
  });