$(document).ready(function()	{
	
	if ($('div#jQueryFader').length > 0)	{
		handleBackground();
	}
	
});


function handleBackground()
{
	var cId = '1';	

	$("div#jQueryFader").ccmsFadeBackground({
		animationSpeed: 1000,
		structuurid: cId,
		ajaxGetImagesScript: '/javascript/ajaxRequests/getImgUl.php',
		timeOut: 5000,
		showBreakOption: false
		//descriptionDiv: 'bijschrift'
	});
};
