//Google Analytics Code
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17096306-1']);
  _gaq.push(['_setDomainName', '.peacecorps.gov']);
  _gaq.push(['_setSessionCookieTimeout', 1800000]);
  _gaq.push(['_setCampaignCookieTimeout', 15768000000]);
  _gaq.push(['_setVisitorCookieTimeout', 31536000000]);
  _gaq.push(['_trackPageview']);



  (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);
  })();
  
  
  function recordOutboundLink(link, category, action, label, newWindow) {
	_gaq.push(['_trackEvent', category, action, label]);
	if (newWindow) {
		gaq.push(function(){window.open(link.href, '_blank');});
	} else {
		_gaq.push(function(){window.location.href = link.href;});
	}
  }
  
