$("#gost").click(function(){
	alert("test");					
    $("#content").empty();
  });

