function wmdValidateFinder() {
    var i = $('#pdwidget input[name=loc]'), v = i.val();
    if (v == 'Enter Location' || v.match(/^\s*$/)) {
        alert('Please enter a ZIP code or city & state or state only.');
        i.focus();
        return false;
    }
}

var titlevar=[
    "Asthma Specialists",
    "Cardiologists",
    "Dermatologists",
    "Endocrinologists",
    "Gastroenterologists",
    "Gynecologic Oncologists",
    "Infectious Disease Specialists",
    "Neurologists",
    "Obstetrician-Gynecologists",
    "Oncologists",
    "Ophthalmologists",
    "Pain Management Physicians",
    "Pediatricians",
    "Primary Care Doctors",
    "Psychiatrists",
    "Rheumatologists",
    "Urologists",
    "Allergy Specialists"
]

var sddvar=[
    "Asthma Specialists",
    "Cardiologists",
    "Dermatologists",
    "Endocrinologists",
    "Gastroenterologists",
    "Gynecologic Oncologists",
    "Infectious Disease Specialists",
    "Neurologists",
    "Obstetrician-Gynecologists",
    "Oncologists",
    "Ophthalmologists",
    "Pain Management Physicians",
    "Pediatricians",
    "Primary Care Doctors",
    "Psychiatrists",
    "Rheumatologists",
    "Urologists",
    "Allergy Specialists"
]

var srvar=[
    "3",
    "12",
    "25",
    "29",
    "34",
    "36",
    "43",
    "52",
    "61",
    "64",
    "65",
    "82",
    "69",
    "31|37|44",
    "94",
    "96",
    "103",
    "3"
]
