  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-23607570-1']);


/* Next 3 lines are a test. Idea is that setting the time out to 0 makes the cookie set by 
Google Analytics a session cookie and therefore within the EU Directive so I don't need
to ask people for their permission to store it. GA is a long way from critical, I only
include it here for vanity reasons so if this doesn't work, I'll just delete the whole
thing. I got the code/advice from http://sociable.co/2011/07/03/eu-cookie-directive-guidance-issued-bad-news-for-google-analytics-users/
which is about the Irish interpretation of the Directive */
  _gaq.push(['_setCampaignCookieTimeout', 0]);
  _gaq.push(['_setVisitorCookieTimeout', 0]);
  _gaq.push(['_setSessionCookieTimeout', 0]);

// back to standard code.

  _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);
  })();

