// JScript source code
//Footer Information

var footText

footText = '<TABLE cellSpacing=0 cellPadding=0 width=100% border=0 align=center>';
footText = footText + '<TR>';
footText = footText + '<TD width=100% align=center>';
footText = footText + '<TABLE height="25px" cellSpacing="0" cellPadding="0" width="100%" border="0" align="center">';
footText = footText + '<TR height="25px">';
footText = footText + '<TD class="FooterText" vAlign="middle" align="center">';
footText = footText + '© 2007-2009 MICROGUARD Technologies</TD>';
footText = footText + '<TD></TD>';
footText = footText + '</TR>';
footText = footText + '</TABLE>';

footText = footText + '</TD>'
footText = footText + '</TR>'

footText = footText + '</TABLE>';
document.write(footText);
							
								
								
								
							
						
