
function BookmarkSite () {
	ncMsg = "Automated bookmarking is not supported on your browser.  Please consult the documentation for your browser to bookmark this site.";
	try {
		window.external.AddFavorite ("http://www.wyliewagg.com", "Wylie Wagg");
	} catch (e) {
		window.alert (ncMsg);
	}
	return false;
}
