// START DATE SCRIPT	for  footer		

document.write('<table width="800" border="0" cellpadding="0" cellspacing="0" bgcolor="#2C1F93">');
document.write('<tr>');
document.write('<td valign="top" class="footer-lf"><div class="navfooter">Harris Cleaners of Westvale</div></td>');
document.write('<td valign="top" class="footer-rt"><div class="navfooter"><a href="http://www.amynet.com/" target="_blank">Designed by Northeast Consulting, Inc.</a></div></td>');
document.write('</tr>');
document.write('</table>');

