var url=0;
var title=0;
function bookmark(){
	var url=window.document.URL;
	var title=document.title;
	window.external.AddFavorite(url,title);
}

