var newContent ='<p align="center"><strong><font face="Comic Sans MS"><small>' 
newContent += '<a href="default.htm" target="_top">ClubHome</a>'
newContent += '&nbsp; <a href="runclub.htm">Contacts</a>'
newContent += '&nbsp; <a href="milepost.htm">Milepost</a>'
newContent += '&nbsp; <a href="calendar.htm">Calendar</a>'
newContent += '&nbsp; <a target="_blank" href="http://www.riversiderunners.com/raceresults.htm">Results</a>'
newContent += '&nbsp; <a href="links.htm">Links</a>'
newContent += '<br> contact <a href="../psheldon/email.htm">Peter Sheldon</a>'
newContent += '</small></font></strong></p>'
document.write(newContent)
