function bookmark(url,title) {
	if (document.all) { window.external.AddFavorite(url,title); 
	} else { 
	 alert("Please press Control + D to Bookmark this page!");
	}
}
