﻿function checkEmail(source, args) {	
	args.IsValid = validEmail(args.Value);				
}
