<!-- Start
// NOTE: If you use a ' add a slash before it like this \'
document.write('<div id="pageNav"> ');
	
document.write('<div class="relatedLinks"> ');
document.write('<h3>Items</h3> ');
document.write('  <a href="http://www.bikewithme.com/store/store.htm" >Store Home</a> ');
document.write('  <a href="http://www.bikewithme.com/store/tshirts.htm" >Shirts</a> ');
document.write('  <a href="http://www.bikewithme.com/store/buttons.htm" >Buttons</a> ');
document.write('  <a href="http://www.bikewithme.com/store/exampleProgram.htm" >Example Program</a> ');
document.write('</div> '); 

document.write('</div> ');
//  End -->