function AddFavorite()
{
	if(window.document.all)
		window.external.addFavorite(window.location.href, window.document.title);
	else
		alert("Sorry, You are not using Microsoft Internet Explorer, the script can't run.");
}



<!-- Hide
function killErrors() {
return true;
}
window.onerror = killErrors;
// -->


