function writePgFooter(){

	var O='<table class="footer"><tr>'

	O+='<td><a href="http://www.leamingtoncyclingandathletics.org.uk/">Leam C&amp;AC Home</a></td>'

	O+='<td style="text-align:right">'

//	O+='text on the right side of the footer'

	document.write(O+'</td></tr></table>')

}

writePgFooter()