$(document).ready(function() {
	$("#deeplinks").children("a").click(function(event) {
		$("#deeplinksarea").slideToggle(50);
		return false;
	});
	$('textarea.expanding').autogrow();
	$('.news').cycle({
        fx:        'fade',
        timeout:   5000,
        speed:     2000,
        pause:     0,
        cleartype: 1
    });
});
