// JavaScript for ForeSee Survey and Google Analytics

if( window.location.hostname.toLowerCase() == "www.uspto.gov" ) 
{
  // Foresee Survey
  document.write("<script type=\"text/javascript\" src=\"/includes/j/foresee/foresee-trigger.js\"></script>"); 


	// Google Analytics
	var _gaq = _gaq || [];
    	_gaq.push(['_setAccount', 'UA-21265023-1']);
	_gaq.push(['_setDomainName', '.uspto.gov']);
	_gaq.push (['_gat._anonymizeIp']);
	_gaq.push(['_setVisitorCookieTimeout', 15552000000]);
	_gaq.push(['_trackPageview']);
	_gaq.push(['_trackPageLoadTime']);

   (function() 
	{
	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

}
