
var bookmarkurl="http://www.tomax7.com/index.html"
var bookmarktitle="Tomax7 Web Development and Microsoft Training"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


