﻿// JScript File
function bookmark()
{
    if (window.external)
    {
        window.external.AddFavorite(location.href, document.title);
    }
    else
    {
        alert("CTRL+D to add a bookmark to this site.");
    }
}



