/*-------------------------------------------------------------------
	Modified 12.2.08
	

---------------------------------------------------------------------*/


var sOut = "";
sOut += ('<a href="http://www.redbooksolutions.biz/about">About Us</a> ');	 
sOut += ('<a href="http://www.redbooksolutions.biz/about/directions.html">Contact Us</a> ');	 
sOut += ('<a href="http://www.redbooksolutions.biz/feedback.html">Submit Feedback</a> ');	 
sOut += ('<a href="http://www.redbooksolutions.biz/about/legal.html" style="border-right: none;">Privacy Policy</a> ');	 

document.write (sOut);

