
function footer() {
	document.write('<table width="700" height="60" border="0" cellspacing="0" cellpadding="0">\n');
	document.write('<tr>\n');
	document.write('<td><img src="images/global/footer.gif" width="700" height="60" alt=""></td>\n');
	document.write('</tr>\n');
	document.write('</table>\n');
} // footer()


