// Scrollbar
	jQuery.noConflict();
	jQuery(function()
			{
				// this initialises the scollpanes on the page.
				jQuery('#pane2').jScrollPane({showArrows:true});
			});



