$("#calinline").datepicker({ 
    onSelect: function(date) { 
      window.location = "/results.htm?dt=" + date;
        //alert("The chosen date is " + date); 
    } 
}); 
$("#altInline").hide();
