$(function() {
	$('.jump').show()
	$('.jump a').click(function() {
		$('ol.stations').attr('id', $(this).parent().attr('class'))
		return false
	})
	
	$('#route li.x:not(.a,.b,.in)').hide()
})