/*
-----::: ABCnet.nl © 2010 :::-----
DATE: 28/12/2010
EDITED: 28/12/2010
DESCRIPTION: This is the JavaScript required to start slideshow Requires jQuery library 
*/ 

$(document).ready(function() {
    $('.slideshow').cycle({
	fx: 'fade', 
    speed:  6000, 
    timeout: 500, 
    next:   '#next3', 
    pause:   1 
	});
});
