jQuery(document).ready(function()
{
	// this initialises the demo scollpanes on the page.
	jQuery('#pane1').jScrollPane();
	jQuery('#pane2').jScrollPane();	
		
});

