function bookmark()
{
netscape="Hit CTRL+D to add a bookmark to this site."
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite('http://www.tapJester.com', 'tapJester.com - Fun iPhone apps');
}
else if (navigator.appName=='Netscape')
{
           alert(netscape);
}
}
