
function bookmark()
{
if(document.all)
{
external.AddFavorite('http://whitetire.com','White Tire ~ Commercial - Bandag - Automotive');
}
else
{
alert('Netscape Users Press ctrl-d to bookmark this page.  Thank You');
}
}



