// This accounts for the fact that txtDestination exists in two locations on the Feature Page.  (cruise and package tabs)
function init_csnx_suggest() {
 var oCruiseSearchDestination;

  oCruiseSearchDestination = new AutoSuggestControl(document.forms["CruiseSearchForm"].elements["txtDestination"], new LocationSuggestions());
}

