﻿// JScript File

Contact = {
    ValidateCountry : function(sender, e)
    {
        e.IsValid = (e.Value == "- ") == false;
    }
}