function Favorites_Fever(myURL,myDescription){
	if (myURL !== "location.href") {myURL = "'"+myURL+"'";}
	myString="window.external.AddFavorite("+myURL+",'"+myDescription+"')";
	eval(myString);
	}
