var footText = '';
footText+='			<table width="1000px" height=30px border="0" cellspacing="0" cellpadding="0" >';
footText+='			  <tr>';
footText+='			    <td align="center" background="./image/SpaceBg.jpg" bgcolor="#767676"><font size="2" face="Arial, Helvetica, sans-serif">';
footText+='			    	<a href="index.html">Main</a>';
footText+='			        | <a href="news_event.html">News & Event</a>'; 
footText+='			        | <a href="program_main.html">Program</a>'; 
footText+='			        | <a href="form.html">Forms</a>'; 
footText+='			        | <a href="picture_LG.html">Picture & Video</a></font>';
footText+='			    </td>';
footText+='			  </tr>';
footText+='			</table>';

footText+='	<table width="1000px" border="0" cellspacing="0" cellpadding="3">';
footText+='		<tr><td align="center" background="./image/SpaceBg.jpg">';
footText+='			<a target="_blank"><img src="http://www.free-website-hit-counters.com/cgi-bin/counter.pl?URL=172976-8497" alt="hit counter" border="0" /></a>';
footText+='		</td></tr>';
footText+='	</table>';

document.write(footText);
