  var hnue = {
    src: 'helnue.swf'
  };

  sIFR.fromLocal = true;
 // sIFR.debugMode = true;
  sIFR.setPrefetchCookie  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

  sIFR.prefetch(hnue);
  sIFR.activate();
 
  
  
  sIFR.replaceNonDisplayed = true;
  
  sIFR.replace(hnue, {
    selector: 'li.nav'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; text-align: right;} '
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #6eb9cc; }'
    ]
  });
  
    sIFR.replace(hnue, {
    selector: 'li.active'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; text-align: right; } '
      ,'a { text-decoration: none; }'
      ,'a:link { color: #6eb9cc }'
      ,'a:hover { color: #6eb9cc }'
    ]
  });