if (document.all){

  //document.write('<img src="images/fav.gif" align="absmiddle" />');

  document.write('| <a href="javascript:bookmarksite(\'Harlequin Celebrates/\', \'http://www.harlequincelebrates.com/\');">Add To Your Favorites</a>');

} else if (document.getElementById){

   // If it's Netscape 6, tell user to drag link onto Home button
} else if (document.layers){

   // If it's Netscape 4 or lower, give instructions to set Home Page

} else {

  // If it's any other browser, for which I don't know the specifications of home paging, display instructions

}