if (document.all){
document.write('<a href=\"#\" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.thehempshop.co.uk\');" title=\" IE users: click here to make us your HOME page \">');
document.write('&nbsp;MAKE US YOUR&nbsp;<br />&nbsp;&nbsp;&nbsp;HOME PAGE&nbsp;&nbsp;&nbsp;&nbsp;</a>');
}
// If it's Netscape 6, tell user to drag link onto Home button
else if (document.getElementById){
document.write('<a style=\'cursor:help\' href="http://www.thehempshop.co.uk" title=\" Drag this link onto your browser\'s HOME graphic button \" onClick=\'return false\'>&nbsp;MAKE US YOUR&nbsp;<br />&nbsp;&nbsp;&nbsp;HOME PAGE&nbsp;&nbsp;&nbsp;&nbsp;</a>');
}
// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
document.write('<span title=\' In your browser menu, go to EDIT then PREFERENCES. Choose NAVIGATOR from the list and click on the USE CURRENT button \'>&nbsp;MAKE US YOUR&nbsp;<br />&nbsp;&nbsp;&nbsp;HOME PAGE&nbsp;&nbsp;&nbsp;&nbsp;</span>');
}
// If it's any other browser, for which I don't know the specifications of home paging, display instructions
else {
document.write('<span title=\' In your browser menu, go to EDIT then PREFERENCES. Choose NAVIGATOR from the list and click on the USE CURRENT button \'>&nbsp;MAKE US YOUR&nbsp;<br />&nbsp;&nbsp;&nbsp;HOME PAGE&nbsp;&nbsp;&nbsp;&nbsp;</span>');
}