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">Bookmark Now! Right click here and add to bookmarks! </font>')}
else{document.write('<A HREF=javascript:addbookmark()><img hspace="10" vspace="7" src="/videos/prof_butt/bookmark.gif" border="0" alt="Click here to bookmark her page now!"></a>')}
