//change the two variables below to match yoursite's own info
var bookmarkurl="google.com"
var bookmarktitle="ContactName"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
