<!-- hide from non JS browsers

if (document.all){
  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://nickwarren.info\');">');
  document.write('Make Nick Warren Your Homepage</a>');
}

else if (document.getElementById){
  document.write('<a href="http://nickwarren.info/">Drag this link onto your Home button to make this Nick Warren site your Home Page.</a>');
}

else if (document.layers){
  document.write('Make Nick Warren your home page:<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
}

else {
  document.write('Make Nick Warren your home page:<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
}
//  End -->
