	$(function()
			{

				$('#default_gallery a').flyout();
				
				$('#content').jScrollPane({scrollbarWidth: 10, scrollbarMargin: 0});	
						   
	//function pageload(hash) {
		//if(hash) {
			//$("#content-wrapper").load(hash + ".html #content-wrapper",'',function(){
				//$('#content-wrapper').show('normal');
				//$('#load').fadeOut('normal');											   
//			});
			
			
	//		$("#menu").load(hash + ".html #menu",'',function(){
		//		$('#menu').show('normal');
		//	});
			
	//	} 
		
	//}
	//$.historyInit(pageload);			   

//	$('#menu li a').click(function(){
								  
	//	var hash = $(this).attr('href');
	//	hash = hash.replace(/^.*#/, '');
		//hash = hash.substr(0,hash.length-5);

		//$('#content-wrapper').hide('fast',function(){$.historyLoad(hash)});
		//$('#load').remove();
		//$('#wrapper').append('<span id="load">LOADING...</span>');
		//$('#load').fadeIn('normal');
		//return false;
		
	//});
					 
				   
				 });