var lastupdated = 'January, 2011';
var infoemail = '(949) 713 ~ 3343 or info@aikidosocal.com';

function generatefooter()
{
	// generate the footer html
	document.write('Last updated: ' + lastupdated + '<br>');
	document.write('For questions or comments about this website, please contact Administration at:<br>');
	document.write(infoemail);
}

generatefooter();
// use this statement to include this menu in a webpage: <script language='javascript'; src='footer.js'></script>

