//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.a1-discount-cruises.com"
var bookmarktitle="A1 Discount Cruises"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
