function checkSearch(o,t) {
    if (o.value.length == 0) {
        o.value = t;
    }
}