// This script segment writes out a table containing direction to RESCOM.
// This file is used in multiple locations.
	document.write('<tr>');
		document.write('<td><b>From the Northwest:</b> Route 495 becomes route 25 South.  Follow 25 south to the end, ');
		document.write('go over the Bourne Bridge, enter the rotary and proceed halfway around.  Follow directions ');
		document.write('from the Bourne Bridge rotary below.<br><br></td>');
	document.write('</tr>');
	document.write('<tr>');
		document.write('<td><b>From Boston:</b> Take route 3 south to the end at the Sagamore Bridge.  Proceed over ');
		document.write('the bridge and take the first exit by the Sagamore Factory Outlet Mall.  At the end of the '); 
		document.write('ramp, go left at the light onto Sandwich Rd./Route 6A.  Follow 6A to the end at the Bourne '); 
		document.write('Bridge rotary.  Enter the rotary and proceed 3/4 of the way around, then follow the directions ');
		document.write('from the rotary below.<br><br></td>');
	document.write('</tr>');
	document.write('<tr>');
		document.write('<td><b>From Falmouth, points South:</b> Take route 28 north, past the rotary for Camp Edwards/Otis ');
		document.write('Air Force Base.  After the Otis rotary, proceed 2.5 miles to the second turn for Monument Beach. ');
		document.write('The sign reads "Trading Post Corner".  At the turnaround, cross route 28 ');
		document.write('onto Waterhouse Rd.  RESCOM is in the first building on the left after the Subaru dealership.  ');
		document.write('Our office is on the second floor.<br><br></td>');
	document.write('</tr>');
	document.write('<tr>');
		document.write('<td><b>From Sandwich, Hyannis and points East:</b> Take Route 6 West to Exit 1, just before the ');
		document.write('Sagamore Bridge.  At the end of the ramp, take an immediate left onto Adams Street.  At the ');
		document.write('end of Adams Street, turn left onto Route 6A.  Follow 6A for 3.5 miles to the rotary at the ');  
		document.write('Bourne Bridge.  Enter the rotary and proceed 3/4 of the way around, then follow the directions ');
		document.write('from the rotary below.<br><br></td>');
	document.write('</tr>');
	document.write('<tr>');
		document.write('<td><b>From the Bourne Bridge rotary:</b> Exit the rotary onto route 28 south toward ');
		document.write('Falmouth.  Follow 28 south for 1.2 miles, then turn hard right at the Monument Beach/Trading ');
		document.write('Post Corner exit onto Waterhouse Road.  RESCOM is in the first building on the left ');
		document.write('after the Subaru dealership.  Our office is on the second floor.<br><br></td>');

	document.write('</tr>');

