$(function() {
	$('a[name=bookmarksite]').click(function() {
		if ($.browser.msie) {
			window.external.AddFavorite(this.href, this.title);
			return false;
		}
	});
});
