/*
jQuery(document).ready(function() {
    jQuery('#s').click(function() {});
    jQuery('#s').blur(function() {});
});*/
