// -- Sammy -- /plugins/sammy.googleanalytics.js
// http://code.quirkey.com/sammy
// Version: 0.6.2
// Built: Mon Oct 11 12:41:41 -0700 2010
(function(a){Sammy=Sammy||{};Sammy.GoogleAnalytics=function(g,e){var c=e||window.pageTracker,b=true;function f(){b=false}function d(){b=true}this.helpers({noTrack:function(){f()},track:function(h){if(typeof c!="undefined"&&b){this.log("tracking",h);c._trackPageview(h)}}});this.bind("event-context-after",function(){this.track(this.path);d()})}})(jQuery);
