$(function(){
$(window).load(function(){
	$('#content').css('visibility','visible');

	$('.scroll').jScrollPane();
});

});

