$(document).ready(function(){$("#weather-city-list li.other-city a").bind("click",function(){$(this).hide();$(this).parent().parent().children("li").show();return false})});
