// JavaScript Document
function update_list(){
	var url;
	if(cont.value!=''){
		url = 'index.php?mode=business&m=business/shop&limit='+cont.value;
		document.location.href = url;
	}
}

function update_list(){
	var url;
	if(cont.value!=''){
		url = 'index.php?mode=business&m=business/shop&limit='+cont.value;
		document.location.href = url;
	}
}
