﻿function ClearSearch(obj) {
    if (obj.value == "Type search terms (e.g. alzheimer care, assisted living)") {
        obj.value="";
    }
}
