// This accounts for the fact that txtDestination exists in two locations on the Feature Page.  (cruise and package tabs)
function init_qsnx_suggest(Function_52, Function_461) {
 var oDestination, oDeparture;
  if (Function_52 == 'true') {
	  oDestination = new AutoSuggestControl(document.forms["VPSearchForm"].elements["txtDestination"], new LocationSuggestions());
  }

  // Departure is not used in NexCite Quick Search
	//if (Function_461  == 'true') {
  //  oDeparture = new AutoSuggestControl(document.getElementById("txtDepartureLocation"), new LocationSuggestions());
	//}
}

