function initCitySelect() {
	var obj = $('body');
	
}

$(function() {
	initCitySelect();
});
