function lookup(s){0==s.length?($("#suggestions").fadeOut(),$("#suggestions2").fadeOut()):$.post("/searchResults.php",{searchString:""+s},function(s){$("#suggestions").fadeIn(),$("#suggestions").html(s),$("#suggestions2").fadeIn(),$("#suggestions2").html(s)})}$(document).ready(function(){var s={"box-shadow":"#888 5px 10px 10px","-webkit-box-shadow":"#888 5px 10px 10px","-moz-box-shadow":"#888 5px 10px 10px"};$("#suggestions").css(s),$("#suggestions2").css(s),$("input").blur(function(){$("#suggestions").fadeOut(),$("#suggestions2").fadeOut()})});