function showLocation(state, dealerid) {
	var postData = 'state=' + state + '&dealerid=' + dealerid; 
	render_view('location_list', 'location_wrap', postData); 
}

