$(document).ready(function(){    
    if (window.location.href.indexOf('#') < 0) {        
        $("#sstring").focus();
    }
});
