$(function(){
	
//Navbar (back/next):
$('#main_box .links a').click(function(){
	if ($(this).hasClass('disabled')) return false;
});
	
	
});
