/*********************************************************
 ***             Author: gertsho@yahoo.com             ***
 ***   For more cool scripts visit us at java.dir.bg   ***
 *********************************************************/

if (document.all)  // Only true for MSIE
{
  var url=self.location;
  var title=document.title;

  document.write('<A HREF="javascript:window.external.AddFavorite(url,title);" ');
  document.write('onMouseOver=" window.status=');
  document.write("'Add this page to my favorites!'; return true ");
  document.write('"onMouseOut=" window.status=');
  document.write("' '; return true ");
  document.write('">Add to favorites!</a>');
}
else
{
  document.write("Don't forget to bookmark  this page! (CTRL-D)");
}