﻿
var bookmarkurl = "http://www.waterfordweb.ie"
var bookmarktitle = "The Waterford Web"

function addbookmark()
{
    if (document.all) window.external.AddFavorite(bookmarkurl, bookmarktitle)
}