// START DATE SCRIPT

document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#28508d" >');

document.write('<tr>');
document.write('<td class="footer-left">&copy;Copyright 2012 AIS Rochester All Rights Reserved</td>');
document.write('<td class="footer-right"><div class="nav-footer">Designed by <a href="http://amynet.com/" target="_blank">Northeast Consulting, Inc.</a></div></td>');
document.write('</tr>');
document.write('</table>'); 

