/* this function adds the url to your favourites */
function BookMark(url,title) { window.external.AddFavorite(url,title); }
