function addToFav(){

	title = window.document.title;
	url = window.document.location;
		window.external.AddFavorite (window.document.location, window.document.title);
}
