function closeBanner(id){
	$("#"+id).hide('slow');
	}
