			$(function()
			{
				// this initialises the demo scollpanes on the page.
    			$('#scroll_welcome').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false});
    			$('#scroll_homeblog').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false});
    			$('#scroll_homeleft').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false});
    			$('#scroll_page_full').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false}); 
    			$('#scroll_page_short').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false}); 
    			$('#scroll_teaching').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false});
    			$('#scroll_contactleft').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false}); 
    			$('#scroll_contactright').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false}); 
    			$('#scroll_videolist').jScrollPane({scrollbarWidth:5, scrollbarMargin:5, animateTo:true, showArrows:false}); 

			});

