function bookmarkpage(){
	if (document.all) window.external.AddFavorite(document.location, document.title);
	else if (window.sidebar) window.sidebar.addPanel(document.title, document.location, "")
	else alert("Please press Ctrl-D (PC) or Apple-D (Mac) to bookmark this page.");
}