
$(document).ready(function()
{ $("div#search_text_disappear").click(function (){
		$("div#search_text_disappear").fadeOut("slow");});

});
