
// NOTE: If you use a ' add a slash before it like this \'
//  but ok to use " directly.
document.write('<div id="siteInfo"> ');
document.write('<img src="picts/bike.jpg" width="38" height="25"> ');
document.write('<a href="http://www.bikewithme.com/soon/about.htm">About ');
document.write('</a> | <a href="http://www.bikewithme.com/soon/privacy.htm">Privacy ');
document.write('</a> | <a href="http://www.bikewithme.com/soon/contact.htm">Contact ');
document.write('</a> | <a href="http://www.bikewithme.com/soon/donate.htm">Support ');
document.write('</a> | <a href="http://www.bikewithme.com/soon/faq.htm">FAQ ');
document.write('</a> | <a href="http://www.bikewithme.com/soon/terms.htm">Terms ');
document.write('</a> | &copy;2004-10 BikeWithMe&trade, LLC. ');
document.write('</div> ');
