  function addbookmark()
  {
  bookmarkurl="http://www.thebubbleshop.com/"
  bookmarktitle="TheBubbleShop.com"
  if (document.all)
  window.external.AddFavorite(bookmarkurl,bookmarktitle)
  }

  if (document.all) {
    document.write("<td>&nbsp;</td><td><a href='javascript:addbookmark()' class='footnav'>add to favourites</a></td><td><img src='images/clear.gif' width='15' height='10'></td>");
  }