function ajax_showStation(url){
	jQuery('#thestation').load(url);
}