function showLoad () {
	$('load').style.display = 'block';
}

function showResponse () {
	$('load').style.display = 'none';
}
function reportError(request)
	{
		alert('Sorry. There was an error.');
	}

