//change the two variables below to match yoursite's own info
var bookmarkurl="http://moving-and-more.com"
var bookmarktitle="Moving And More!"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}