$(document).ready(function(){	   
	$('#slideshow').cycle({
		fx: 'fade',
		timeout:7000,
		speed: 1500,
		random: 0
	});
});

function openWebcam()
{
	$.fn.colorbox({href:'http://nieuwkoop.mobycam.nl/index.htm', open:true, iframe: true, width:'708px', height:'656px'});
}
