function addbookmark(el)
	{
	window.external.AddFavorite(top.location.href,top.document.title); 
	return false;
	}
function homepage(el)
	{
	el.style.behavior='url(#default#homepage)';
	el.setHomePage(top.location.href);
	return false;
	}
