$(document).ready(function(){
				   
	$('#gallery').jqFancyTransitions({
		width: 202,
		height: 244,
		stripDelay: 150,
		delay: 3000,
		effect: 'zipper',
		direction: 'random'
	}); 
	

	$("#jquery_jplayer").jPlayer({
		ready: function() {},
		oggSupport: false,
		swfPath: '/aveqcmsResources/jquery'
	});

	$('#recensieLoop').cycle({fx:'scrollRight',timeout:4000,speed:1500});

	$('#nieuwsbrief input.mail').click(function() { 
		if($(this).hasClass("active")) {
			$(this).removeClass("active");
		} else {
			$(this).addClass("active");
			$(this).val('');
		}
	});
});

function playNow(song) {
	$("#jquery_jplayer").jPlayer("clearFile").jPlayer("setFile", song).jPlayer("play");
}

function stopNow() {
	$("#jquery_jplayer").jPlayer("clearFile");
}


/* Cache rendered in 0,21931 seconds. */
