function AddPage()
{
    var ThisPage = location.href;

    alert ("page add is " + ThisPage);
}