/*-------------------------------------------------------------------
	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 += ('&copy; 2010 MOTO Development Group, Inc.  All rights reserved.  MOTO and the MOTO logo are registered servicemarks belonging to MOTO Development Group, Inc.  Registered in the U.S. Patent and Trademark Office.');	 

document.write (sOut);

//Google analytics added 02/12/2009
var head = document.getElementsByTagName('head')[0];
var gaScript = document.createElement('script');
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
gaScript.src = gaJsHost + "google-analytics.com/ga.js";
gaScript.type = 'text/javascript';
head.appendChild(gaScript);


var trackScript = document.createElement('script');
trackScript.src = '/js/tracker.js';
trackScript.type = 'text/javascript';
head.appendChild(trackScript);

