$(document).ready(function() {

	
	$('#divisions').cycle({ 
	    fx: 'fade',
	    timeout: 6000,
	    speed: 500, 
	    pager:  '#links',
		pagerEvent: 'mouseover',
	    cleartypeNoBg: true,
		cleartype: true,
	    pagerAnchorBuilder: function(idx, slide) { 
	    	return '#links a:eq(' + idx + ')';  
	    }
	});
	
	$("a.temps, a.global, a.medical").click(function(){window.location.href= this.href; return false;});
	
});
