// @author: Richard Korebrits <richard@korebrits.nl>
// @company: Korebrits Internet Solutions <http://www.korebrits.nl>
// @project: RTV Noord-Holland


$(document).ready(function() {

	$('#dots').cycle({ 
	    fx:    		'fade', 
	    timeout:	6000, 
	    delay:  	1000,
	    cleartype: true, 
	    cleartypeNoBg: true
	});



});
