$(document).ready(function()
{	
	// Scrollbar toevoegen
	$('#innerContent').jScrollPane();
	
});
