window.onerror=null;

var url="http://www.islandstuff.com"
var title="IslandStuff.com - Portal to St. Croix, USVI"

function addbookmark(){
if (document.all) {
window.external.AddFavorite(url,title)
} else {
alert('Press "<ctrl>-D" to bookmark this site');
}
}

