function ajaxReportProblem(problem)
{
	//TODO: ajax send email with problem
	document.writeln(problem);
}
