var url=document.location;
var browser = navigator.appName;

function addbookmark(){
var title2=title;
if(title1) title2=title1;

if (document.all)
window.external.AddFavorite(url,title2)
}
if (navigator.appName == "Netscape" && navigator.javaEnabled())
{document.write('<font size=4 color="#FF0000" class="profBookmark">Bookmark Now! Right click here and add to bookmarks! </font>')}
else{document.write('<div align="center"><A HREF=javascript:addbookmark() class="profBookmark">Click here to bookmark her page now!</a></div>\n')}



