function emailValidation_GetStateMessage(aNumber){
	switch(aNumber){
	case 0 : 
		return 'Check your mailbox to access your free content!';
		break;
	case 2 : 
		return 'Check your mailbox to access your free content!';
		
		break;
	case -500:
		return 'Internal Error';
	break;
	}
}