$(document).ready(function() {

  	$(function(){
		// this initialises the scrollpanes on the page.
		$('#sPane').jScrollPane({showArrows:true, scrollbarWidth: 10});
	});
	
});