/* news page */

$(function(){
	$("#listeActus").paginate({
		items:'div',
		nbElemsPerPage:1,
		nbPagesMax:8,
		bShowAfter:false,
		strNext: '',
		strPrev:'',
		strFirst:'',
		strLast:'',
		startIndex:$("#listeActus").find("input[@name=startIndex]").val(),
		paginateBox:$("#paginationNews")
	});
});
