<!--
var bookmarkurl="http://www.moviegazer.com/";
var bookmarktitle="Movie Web Directory - Categorized directory of popular movies by genre";

function addbookmark() {
if (navigator.appName=='Netscape')
   alert("Close this popup, and then Hit CTRL+D to bookmark this site.");
else 
   window.external.AddFavorite(bookmarkurl,bookmarktitle);
}
// -->
