function addbookmark() {
	var myurl, mytitle;

	myurl = "http://www.boxhappy.com/";

	mytitle = "Boxhappy.com - Fantastic Gift Ideas";
	if (document.all)
		window.external.AddFavorite(myurl, mytitle);
}