jQuery(document).ready(function($) {
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	jQuery.getScript(gaJsHost + "google-analytics.com/ga.js", function(){  
		try {
			pageTracker = _gat._getTracker("UA-296563-1");
			pageTracker._trackPageview(); 
			jQuery('.xp').click(function () {
				pageTracker._trackPageview('/print/' + jQuery('.unitea').attr('id').substr(1));
			});
			jQuery('#compare').click(function () {
				pageTracker._trackPageview('/compare/init/' + jQuery('.unitea').attr('id').substr(1));
			});
		} catch (err) {}
	});
});

