function sent()
{
	$.prompt('The request has been successfully processed.');
}
function error()
{
	$.prompt('There was an error processing your request. Please try again later.');
}
function infoNotComp()
{
	$.prompt('Please make sure the fields are complete and correct.');
}