//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.watches-4-u.net"
var bookmarktitle="Watches 4U"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}