<!--


// Analytics settings script
//
//  This is a tweaked version which goes on the output pages themselves (in the frame)
//  to hopefully track where the actual visitors come from rather than the people linking
//  to creating a map. It uses it's own account to keep things separated.


var tdp_ga_account_id  = 'UA-285168-49';
var tdp_ga_account_dom = 'aardvarkmap.net';

// *** END OF CHANGES ** //




var _gaq = _gaq || [];

_gaq.push(['_setAccount',    tdp_ga_account_id]);
_gaq.push(['_setDomainName', '.'+tdp_ga_account_dom]);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_setAllowHash',   false]);
_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);
  })();


// -->

