geoloqi.session.postRequest("place/update/" + placeID, {
		radius : radius
	},
	{
		onSucess : function(data){
			alert('Alert update was successful!');
		},
		onFailure : function(data){
			alert('There was a problem updating the area of your alert.')
		}
	});
It looks like you're new here. If you want to get involved, click one of these buttons!