$(document).ready(function(){
		$('#sidebarLeft .aside ul').newsScroll({speed:600, delay:5000});
		
		
		$('.entry-text').each(function(){
		
			$this = $(this);

			$this.find('.downloads').appendTo($this);		
		
		});
		
		$('.entry-text a.shutterset_, .entry-text a.thickbox').click(function(event){
		
			event.preventDefault();
		
		
		});
		  
		
});
