(function($){
	$(window).load(function(){ 
		try {
			$('#chatoutput').jScrollPane();
		}catch(err){ return;}
	});
})(jQuery);

