function insertCommunities(){
	theCommunities = '<select name="Community">';
	theCommunities += '<option value="">PLEASE SELECT</option>';
	theCommunities += '<option value="Aberdeen At Hartford">Aberdeen At Hartford</option>';
	theCommunities += '<option value="Addison At Hartford">Addison At Hartford</option>';
	theCommunities += '<option value="Camelot Villa">Camelot Villa</option>';
	theCommunities += '<option value="Carrollton Hills">Carrollton Hills</option>';
	theCommunities += '<option value="Claremont">Claremont</option>';
	theCommunities += '<option value="Cloisters">Cloisters</option>';
	theCommunities += '<option value="Cottages At Mill River">Cottages At Mill River</option>';
	theCommunities += '<option value="Kingsridge">Kingsridge</option>';
	theCommunities += '<option value="Kirklands">Kirklands</option>';
	theCommunities += '<option value="LeBear Residential Club & Spa">LeBear Residential Club &amp; Spa</option>';
	theCommunities += '<option value="Manors At Knollwood">Manors At Knollwood</option>';
	theCommunities += '<option value="Oakmonte At Mill River">Oakmonte At Mill River</option>';
	theCommunities += '<option value="Reflections At Mill River">Reflections At Mill River</option>';
	theCommunities += '<option value="Rivers Edge At Cherry Hill Village">Rivers Edge At Cherry Hill Village</option>';
	theCommunities += '<option value="Shelby Forest">Shelby Forest</option>';
	theCommunities += '<option value="Shelby Woods">Shelby Woods</option>';
	theCommunities += '<option value="Trailside At Mill River">Trailside At Mill River</option>';
	theCommunities += '</select>';
	return theCommunities;
}