Event.observe(window, 'load', InitPage, false);
function InitPage(){
	if($('conseil_races')){
		centreUL('#ul_index');
	}
}

function pageFilter(sel) {
	url = sel.options[sel.options.selectedIndex].value;
	document.location.href = url;
}