var strCookieVal,strCookieVal2;
strCookieVal = getCookie('BusinessType');
strCookieVal2 = getCookie('BusinessCategory');
init(strCookieVal, strCookieVal2);								   
