﻿function findTandlaege() {
  var dtID = document.getElementById('FindTandlaegeDealerID').value;
  if(dtID == "0" || dtID == "" || dtID == "84") {
    location.href = "Default.aspx?ID=4358";
  } else {
    location.href = "Default.aspx?ID=4358&DealerID="+dtID;
  }
}

function findTandlaegeNy() {
  var url = jQuery("#FindTandlaegeDealerID").val();
  var dtID = "";
  if(url.indexOf("DealerID")) {
    dtID = url.split("DealerID=")[1];
  } else {
    dtID = "0";
  }
  pageTracker._trackEvent('Find dinTANDLÆGE box', url);

  if(dtID == "0" || dtID == "" || dtID == "84") {
    location.href = "Default.aspx?ID=4358";
  } else {
    location.href = url;
  }
}