function addFav(o) {
	if (window.external) {
		window.external.AddFavorite(o.href, o.title);
		return false
	}
	return true
}

