function SetLink()
{
	var bIsIE = navigator.appName.indexOf("Microsoft") != -1;
	//alert(bIsIE);
	if (bIsIE) {
		window.external.AddFavorite(location.href, document.title);
	} else {
	//	alert("You Have Netscape, Please add bookmark manually!");
	}
}	
	