$(document).ready(function () {
    $("#banner").click(function() { 
    	$(this).hide();
	})
});

