/*
-----::: 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({
		delay: -7000,
		fx: 'fade', 
    speed:  7000, 
    timeout: 400, 
    //next:   '#next3', 
    pause:   1 
	});
});
