<!-- Begin
// If it's Internet Explorer, use automatic link
if (document.all){
  document.write('<a HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.thegrid.org.uk/\');">');
  document.write('<span class="footer-txt">Click here to make HGfL your home page</span>');
}

// If it's Netscape 6, tell user to drag link onto Home button
else if (document.getElementById){
  document.write('<span class="footer-txt"><a href="http://www.thegrid.org.uk/">Drag this link onto your Home button to make HGfL your Home Page.</a></span>');
}

// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
  document.write('<span class="footer-txt"><b>Make this site your home page:</b><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.</span>');
}

// If it's any other browser, for which we don't know the specifications of home paging, display instructions
else {
  document.write('<span class="footer-txt"><b>Make this site your home page:</b><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.</span>');
}
//  End -->
