$(function() {
	$('.scroll-pane').jScrollPane({showArrows: true, autoReinitialise: true});
});

$(function() {
	$(window).resize(function() { $('#asidecontent').height($('#siteaside').height() - 200); });
    $(window).resize();
});

