﻿function AuthButton() {
    this.click = function() {
        window.location = "/_layouts/Authenticate.aspx?Source=" + window.location.href;
    };
}
