<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="footer"');
document.write('<div align="center">');
document.write('<br>');

document.write('<table border="1" width="460" id="table1" bgcolor="#F2F1BC" cellspacing="1" cellpadding="4">');
document.write('	<tr>');
document.write('		<td width="30%" align="center" valign="top"><b><font size="4" color="#625C38">Maryland<br>');
document.write('		(301) 762-6620</font></b></td>');
document.write('		<td width="30%" align="center" valign="top"><b><font size="4" color="#625C38">Virginia<br>');
document.write('		(800) 346-9857</font></b></td>');
document.write('		<td width="30%" align="center" valign="top"><b><font size="4" color="#625C38">DC/Toll-Free<br>');
document.write('		(866) 925-2515</font></b></td>');
document.write('	</tr>');
document.write('</table><br>');

document.write('<a href="residential_movers.html" target="_top">Residential Movers</a> |');
document.write('<a href="commercial_movers.html" target="_top">Commercial Movers</a> |');
document.write('<a href="long_distance_movers.html" target="_top">Lond Distance Movers</a> |');
document.write('<a href="international_movers.html" target="_top">International Movers</a> |');
document.write('<a href="short_term_long_term_storage.html" target="_top">Short-term/Long-term Storage</a> |');
document.write('<a href="about_us.html" target="_top">About Us</a> |');
document.write('<a href="contact_us.html" target="_top">Contact Us</a> |');
document.write('<a href="index.html" target="_top">Home</a><br>');

document.write('Copyright 2008 InAndOutMovers.net, All Rights Reserved');
document.write('</div>');
document.write('</span>');

//  End -->