$(function(){
$.ajax({
type: "GET",
url: "/include/tmp_other_search.asp",
success: function(msg){
$("#searchJsBox").html(msg);
}
});
});