var __utmp = getcookie('__utmz', true);


if (__utmp.length > "0")
{
	var __utmcw2 = read_cookie('__utmv');
	var __utmcw = __utmcw2.substr(__utmcw2.indexOf(".")+1);
	var __gclid = matchregex("utmgclid");
	var __medium = matchregex("utmcmd");
	var __source = "";
	var __referrerDomain = "";
	var __keyword = "";
	var __campaign = "";
	if (getUrlVar('mdm') == "cpc") __medium = "ppc";
	var __tcookie = "(medium="+__medium+")";

	if (__utmp.indexOf("utmcsr") != -1) __tcookie = __tcookie+" (source="+matchregex("utmcsr")+")";
	if (__utmp.indexOf("utmccn") != -1) __tcookie = __tcookie+" (campaign="+matchregex("utmccn")+")";
	if (__utmp.indexOf("utmcct") != -1) __tcookie = __tcookie+" (ad="+matchregex("utmcct")+")";

	if (__utmp.indexOf("utmctr") != -1) __keyword = matchregex("utmctr");




		if (__medium == "cpc" || __medium == "ppc"){
			if (__keyword == "")
			{
			var __referrer = document.referrer;
			var refpatt = new RegExp("https?://([^/]*)/?");
			var __keyword = refpatt.exec(__referrer);
			}
		}

if (typeof __keyword != "null")
__tcookie = __tcookie+" (keyword="+__keyword+")";
else
__tcookie = __tcookie+" (refferer=".__keyword+")";



			configurecwcookie(__tcookie);


}
var Koranga = getcookie("__utmcw", false);
