$(document).ready(function() {
	
//	$('.navigation a').click(function() {
//		document.title = $(this).html();
//		jQuery.get(this.href,'',function(data) {
//		//	var $prev = $('#content_part div');
////			$prev.css({position: 'absolute',
////				       zIndex: '20', 
////				       width: $prev.width()+'px', 
////				       height: $prev.height()+'px'});
////			$('#content_part').css({width: $prev.width()+'px', 
////			       height: $prev.height()+'px'})
////			var $data = $(data);
////			$data.css('position','absolute');
////			alert($data.width()+ " "+ $data.height());
//			$('#content_part').append(data);
//			$('#content_part div:first').css({position: 'relative',zIndex: '40', background: '#0D0D0D'});
//			$('#content_part > div:last').css({opacity: '0', visibility: 'visible'})
//			$('#content_part > div:last').animate({opacity: '1'},1000);
//			$('#content_part div:first').animate({ width: $('#content_part > div:last').width()+"px",
//										 		   height: $('#content_part > div:last').height()+"px",opacity: 0},
//										 		   1000,null,
//										 		   function () {
//										 			  $(this).remove();
//													  $('#content_part > div').css('position','static');	
//										 });
//			
//		//	});
//			
//		
//		
//		});
//		
//		return false;
//	});

	
	
	
});

