﻿function stat(sAction, clientId, zipcode){
    new Ajax.Request('/stat.asp?a='+sAction+'&c='+clientId+'&z='+zipcode);
    return true;
}