function redirect_url(opvalue, searchval)
	{
		if(opvalue == 'people')
		{
 			window.location.href = SITEROOT+"/advanced-search-result/?keyword="+searchval;
		}
		if(opvalue == 'business')
		{
			window.location.href = SITEROOT+"/search-business?search="+searchval;
		}
	}