<!--
//
 var urlAddress = document.location.href;
 var pageName = document.title;

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName);
  }
 }
// -->
<!-- Begin

if (document.all){
  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'' + document.location.href + '\');">');
  document.write('<span class="copy">Click this link set this page as your Homepage.</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:addToFavorites()">Click this link to add this page to your Favorites.</a></span>');
}

else if (document.getElementById){
  document.write('<span class="copy"><a href="'
 + document.location.href + '">Drag this link to your Home button to make this your homepage.</a>&nbsp;&nbsp;Add this page to your Bookmarks, push Ctrl & d at the same time.</span>');
}

else if (document.layers){
  document.write('<span class="copy">Make this site your homepage: Go to Edit and select Preferences. Choose Navigator from the list. Click "Use Current Page".</span>');
}

// End -->
