function cvcc_nav (){
	document.write('<a href="http://www.bikecvcc.com" style="text-decoration: none"><font color="#99CCFF">Home</font></a><BR>');
	document.write('<a href="weekly.htm" style="text-decoration: none"><font color="#99CCFF">Weekly</font></a><BR>');
	document.write('<a href="cvcc_century.html" style="text-decoration: none"><font color="#99CCFF">CVCC Century</font></a><BR>');
	document.write('<a href="joining.htm" style="text-decoration: none"><font color="#99CCFF">Joining</font></a><BR>');
	document.write('<a href="links.htm" style="text-decoration: none"><font color="#99CCFF">Links</font></a><BR>');
	document.write('<a href="cue_sheets.html" style="text-decoration: none"><font color="#99CCFF">Cue Sheets</font></a><BR>');
	
	return;
		


}
