/*-------------------------------------------------------------------
	Modified 1.18.10
	
	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 += ('Copyright &#169; 2010 Dataworks, LLC | All rights reserved');	 

document.write (sOut);

