function submitLocation(cLocation){
	document.ir.answer.value=cLocation;
	document.ir.submit();
}