
function ChangeCity ( start, value, end ) {
//	alert( start + value + end );
//	document.location.href( start + value + end );
}

