function bookmark (site, subject){
var url="http://www." + site + "/";
var title=site + " - Links to the top " + subject + " sites"
if (document.all)
window.external.AddFavorite(url,title)
}

