<!--


// Analytics settings script
//
// Change the ID according to the site
// Also change the domain name without www.

var tdp_ga_account_id  = 'UA-285168-50';
var tdp_ga_account_dom = 'aardvarkpostcards.net';

// *** END OF CHANGES ** //




var _gaq = _gaq || [];

_gaq.push(['_setAccount',    'UA-285168-45']); // Keep this the same on all
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_setAllowHash',   false]);
_gaq.push(['_trackPageview']);

_gaq.push(['b._setAccount',    tdp_ga_account_id]);
_gaq.push(['b._setDomainName', '.'+tdp_ga_account_dom]);
_gaq.push(['b._setAllowLinker', true]);
_gaq.push(['b._setAllowHash',   false]);
_gaq.push(['b._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);
  })();


// -->

