var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6343744-1']);

if (typeof(getCookie)=="function")  // &&  typeof(keyword)=="string" )
{
	_gaq.push(['_setCustomVar', 1,'uid',getCookie("COOKIENAME"),3]);//1：只要是该唯一访客就起效；2：在当次访问中起效；3：只在该页面起效
	if (typeof(keyword)=="string")
	{
		_gaq.push(['_setCustomVar', 2,'keyword',encodeURI(keyword),3]);
	}
	//_gaq.push(['_setCustomVar', 3,'userAgent','',3]);
}

_gaq.push(['_addOrganic', 'sogou', 'query']);
_gaq.push(['_addOrganic', 'gougou', 'search']);
_gaq.push(['_addOrganic', '118114', 'kw']);
_gaq.push(['_addOrganic', 'soso', 'w']);


_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);
})();
