// JavaScript Document
function post_your_home_city_state(response) {
	//var arr_citystate = new Array();
	alert(response['arr_city'][0]);
}