if(typeof(domain_info)!='undefined'){
	var _gaq = _gaq || [];
	
	//_gaq.push(['_setAccount', UA-1534762-11])
	_gaq.push(['_setAccount', domain_info.analytics]);
	
	(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);
	})();
	
	$.trackEvent = function(category, action, opt_label, opt_value){
		if(_gaq!=null)_gaq.push(['_trackEvent', category, action, opt_label, opt_value]);
	};
	
	$.trackPage = function(opt_uri){
		if(_gaq!=null)_gaq.push(['_trackPageview', opt_uri]);
	};
	
	
	
	$.adWords = function(label){
		$('#main').append('<iframe style="display:none" src="adwords.php"></iframe>');
	}

}
