﻿function Valid(){
    if($val("ctl00_BasicMasterPage_txtEmail")==""){return false;}
    return true;
}
