﻿$(document).ready(function () {
    $(".searchbox").focus(function () {
        $(this).val('')
    });
});

