/*-------------------------------------------------------------------
	Added 9.8.05
	
	This adds navigation to the footer of any page it is put on and  
	assumes it is inside of <td> tags for the full width of the page.
---------------------------------------------------------------------*/

var sOut = "";
sOut += ('<img src="http://www.redbooksolutions.biz/art/ui/logo_print_vert.gif" alt="Red Book Solutions" width="120" height="45" border="0">');	 
sOut += ('<div style="text-align: right">');
sOut += ('Phone: (800) 526-9635 &bull; Fax: (303) 761-6985');
sOut += ('</div>');

document.write (sOut);
