<!-- Begin
// If it's Internet Explorer, use automatic link
// Be sure to change the "http://www.YourWebSiteHere.com\"
// to the URL you want them to bookmark.

var positsiteurl = "http://www.tackshop.co.uk";

if (document.all){
//  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.YourWebSiteHere.com\');" style=\'{text-decoration:underline}\'>');
  document.write('<center>');
  document.write('<A HREF="#" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'' + positsiteurl + '\');" style=\'{text-decoration:underline}\'>');
  document.write('<font face=arial style=\'{font-size: 9pt}\'><B>Click Here to Make This Your Homepage</B></font></a>');
  document.write('</center>');
}

// If it's Netscape 6, tell user to drag link onto Home button
// Be sure to change the "http://www.YourWebSiteHere.com\"
// to the URL you want them to bookmark.
else if (document.getElementById){
  document.write('<a href="' + positsiteurl + '"><font face=arial style=\'{font-size: 9pt}\'><b>Drag this link onto your Home button to make this your Home Page.</b></font></a>');
}

// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
  document.write('<font face=arial style=\'{font-size: 9pt}\'><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.</font>');
}

// If it's any other browser, for which I don't know the specifications of home paging, display instructions
else {
  document.write('<font face=arial style=\'{font-size: 9pt}\'><b>Make this site your home page:</b><br>- Consult your browser help for details.</font>');
}
//  End -->

