$(document).ready(function () {
    $(".ews_gsb_searchbox").attr("value", "Search...");
    $(".ews_gsb_searchbox").focus(function () {
        $(this).attr("value", "");
    })
});

