$(document).ready(function() {
		$("#chained").scrollable({circular: true, mousewheel: false}).navigator().autoscroll({interval: 8000});
		if($("#content #text").height() > $("#content #sidebar").height()) $("#content #sidebar").height($("#content #text").height()+40);
		else $("#content #text").height($("#content #sidebar").height()-40);
});
