// JavaScript Document for Aussie SE Join the A-list pages.

$(document).ready(function() {
													 
	// this initialises the scrollpane on the page.
	$('#scrollPane').jScrollPane({showArrows:true});
	
});