

function locationChange()
	{
	document.schedule_title.recipient.value = document.schedule_title.location[document.schedule_title.location.selectedIndex].value;
	document.schedule_title.subject.value = 'Title Request from reli.us for ' + document.schedule_title.location[document.schedule_title.location.selectedIndex].text + ' Branch';
	document.schedule_title.office_location.value = document.schedule_title.location[document.schedule_title.location.selectedIndex].text;
	}