function changeCity(node,page) {
	var city=$(node).val();
	window.location='index.php?main='+page+'&city='+city;
}
