SIV.addHandlers({	

	getPage : function(success, data) {
		
		$('#archived-news').fadeOut('normal', function () {
 				$('#archived-news').html(data.html);
				$('#archived-news').fadeIn();			
    	});
	}
});
$(function(){
	


		
		$('.navigation').aqPaging({ current: DataBridge.pageNum,css:false, pages: DataBridge.numPages, cb: function(p) { 
			document.location.href="/events/list/page" + p;
		
			return false;
		 } });
		 
		 $('.showOtherNews').click(function(ev){
		 	ev.preventDefault();
			$('#otherNewsList').slideToggle();
		 });



	
});
function loadContents(ev){
		console.log(ev);
	}