$(document).ready(function () {
    $('input.search').focus();
});
