/* Released: 2010-03-11 16:50:57 */


var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-230737-1']);
_gaq.push(['_setDomainName', '.tomtom.com']);
_gaq.push(['_setCampaignCookieTimeout', '2592000']);
_gaq.push(['_setAllowLinker', true]);
_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';
	(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})(); 
var $gJQ = $gJQ || jQuery.noConflict(); 
var TabClickTracker = function() {
	this.clicked = {};	//cache clicked elements
}; 
TabClickTracker.prototype.trackTabClick = function(tabName) {
	var tabName = tabName; 
	if (this.clicked[tabName] === true) {
		return;
	} 
	_gaq.push(['_trackEvent', 'Tabclick', tabName]);
	this.clicked[tabName] = true;
};
