﻿// Whatpub scripts.

function IgnoreKey() {
    VistaApp.SetCookie('IgnoreKey','true',VistaApp.GetExpDate(30,0,0));
}

function MembershipNumberChanged() {
    var Password = document.getElementById(PasswordID);
    Password.value = '';
    IgnoreKey();
}
