<!-- Begin
var ccompany = "G&M Insurance Inc. ";
var cmailTo  = "contact@gm-ins.com";

	document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class=\"footer\" background="images/bottom-shade.gif">');
	document.write('	<tr>');
	document.write('		<td ALIGN="left" VALIGN="middle">');
	document.write('			<span>&copy;Copyright 2008 ');
	document.write('				<a href="index.html" target="_top">' + ccompany + '</a> ');
	document.write('				All Rights Reserved<br>');
	document.write('				For more information feel free to '); 
	document.write(' 				<a href="mailto:' + cmailTo + '">Contact Us</a>');
	document.write('			</span><br>');
	document.write('		</td>');
	document.write('		<td ALIGN="right" VALIGN="middle">');
	document.write('			<span>');
	document.write('				<a href="http://innovativecsg.com" target="_top">Innovative Computing Solutions Group, Inc.</a>');
	document.write('				<br>&copy;Application Integration 2008');
	document.write('			</span><br>');
	document.write('		</td>');
	document.write('	</tr>');
	document.write('</table>');
//  End -->
