function cityshopping(obj)
{
	if (obj.value==''){
		return;
	}
	window.location=('/guide/shopping/'+obj.value+'/');
}

