function bookmarksite(){
if (document.all)
window.external.AddFavorite("http://www.besthotgalleries.com", "Best Hot Pics");
else if (window.sidebar)
window.sidebar.addPanel("Best Hot Pics", "http://www.besthotgalleries.com", "")
}
