$(function() {
	$('.livechatter').show('slow');
	
	$('.livechatterLeft').click(function(){
		$('.livechatter').hide('slow');
	});
})
