// If it's Internet Explorer, use automatic link
if (document.all){
  document.write('<A HREF="javascript:history.go(0);" title="Make ANF your Home Page" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.AfricanNightFever.co.uk\');" onMouseOver="self.status=\'Make ANF your Home Page\';return true" onMouseOut="self.status=\'\';return true">');
  document.write('Make ANF your Home Page</a>');
}

// If it's Netscape 6, tell user to drag link onto Home button
else if (document.getElementById){
document.write('<A HREF="makehomepageNS6.htm" onClick="fromleft=\'200\';fromtop=\'123\';popwidth=\'400\';popheight=\'370\';return whichpopper(\'makehomepageNS.htm\',this,\'linkwindow\',fromleft,fromtop,popwidth,popheight,\'resizable=no,scrollbars=yes,toolbar=no,dependent=no,menubar=no,statusbar=yes,directories=no\',\'location=no\',\'locationbar=no\',\'connecting1.htm\')" onMouseOver="self.status=\'Make ANF your Home Page\';return true" onMouseOut="self.status=\'\';return true">');
document.write('<img src="sidemakehome.jpg" border=0 alt="Make ANF your Home Page"></a>');
}

// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
document.write('<A HREF="makehomepageNS4.htm" onClick="fromleft=\'200\';fromtop=\'123\';popwidth=\'400\';popheight=\'200\';return whichpopper(\'makehomepageNS.htm\',this,\'linkwindow\',fromleft,fromtop,popwidth,popheight,\'resizable=no,scrollbars=yes,toolbar=no,dependent=no,menubar=no,statusbar=yes,directories=no\',\'location=no\',\'locationbar=no\',\'connecting1.htm\')" onMouseOver="self.status=\'Make ANF your Home Page\';return true" onMouseOut="self.status=\'\';return true">');
document.write('<img src="sidemakehome.jpg" border=0 alt="Make ANF your Home Page"></a>');
}

// If it's any other browser, for which I don't know the specifications of home paging, display instructions
else {
  document.write('<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.');
}
