var bookmarkurl="http://lsjviewpoint.com"
var bookmarktitle="LSJ Viewpoint"

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