jQuery(document).ready(function(){
	// this initialises the scollpanes on the page.
	$('#single-day-events').jScrollPane({scrollbarWidth:17, scrollbarMargin:5});					
});

