 $(document).ready(function() {
  $("#findcity").colorbox({inline:true, href:"#city-list"});
 $("table tr:odd").addClass("odd");

      

 });
