<!--
function confirmSubmit()
{
var agree=confirm("Sorry this doesn't work at the moment.  Click OK to go to our Contact Us page to submit your request via email or click CANCEL to stay here.");
if (agree)
	return true ;
else
	return false ;
}
// -->
