
$(document).ready(function(){

$('#2009, #2010, #2011').jqcollapse({
   slide: true,
   speed: 150,
   easing: 'easeOutCubic'
});

// Till toppen
	$('.backtotop').click(function(){
	$('html, body').animate({scrollTop:0}, 'slow');
});

});
