function addBookmark(title,url) {
window.external.AddFavorite( url, title);
}