<!--

function classPromptInform()
{
	this.constEn_EmailRequired = "Email  is required!";
	this.constEn_EmailNotRight = "Email  is't right!";
	
}

var _objPromptInform = new classPromptInform();

//-->
