/* Add the bookmarks */
function bookFav() {
if(document.all) 
window.external.AddFavorite(window.document.location,window.document.title)



}

 

