// JavaScript Document
//<![CDATA[
  var curl = location.search.substring(1) ? unescape(location.search.substring(1)) : 'about.html';
  document.writeln('<iframe frameborder="0" width="100%" height="369" name="content" id="content" scrolling="auto" src="'+curl+'">');
  document.writeln('<p>This page doesn\'t support iframes. You can <a href="'+curl+'?nf" target="_blank">view the page in a separate window<\/a> instead.<\/p>');
  document.writeln('<\/iframe>');
  //]]>
