			$(function()
			{
				// this initialises the demo scollpanes on the page.
				$('#pane').jScrollPane();

			});

		$(function()
			{
				// this initialises the demo scollpanes on the page.
				$('#pane2').jScrollPane();

			});
