var $vpri = jQuery.noConflict();
$vpri(function() {
    $vpri('#inner_footer_nieuws').cycle({
	   timeout:       5000,  // milliseconds between slide transitions (0 to disable auto advance) 
	   speed:         1500,  // speed of the transition (any valid fx speed value) 
	   next:          null,  // id of element to use as click trigger for next slide 
	   prev:          null,  // id of element to use as click trigger for previous slide 
	   height:       'auto', // container height 
	   sync:          1,     // true if in/out transitions should occur simultaneously 
	   fit:           1,     // force slides to fit container 
	   pause:         0,     // true to enable "pause on hover" 
	   delay:         0,     // additional delay (in ms) for first transition (hint: can be negative) 
	   slideExpr:     null    // expression for selecting slides (if something other than all children is required) 
    });
});
