		
$(document).ready(function(){	
						   
	/** SIFR REPLACEMENT */	
	$.sifr({path: contentual_template_path + 'js/sIFR/', save: true	});
	$('h1').sifr({ font: 'cooper2' });
	
	/** Flash replacement */
	/*
	if($("#actieButton")){
		$("#actieButton").flash({src: contentual_template_path + 'flash/button_guus.swf', width: 75, height: 75, wmode: 'transparent', flashvars: {clickTag: '/nl/acties/guus-meeuwis'}});
	}
	*/

	if($("#actieButton")){
		$("#actieButton").flash({src: contentual_template_path + 'flash/button_guus2010.swf', width: 75, height: 100, wmode: 'transparent', flashvars: {clickTag: '/nl/acties/guus-meeuwis-2010'}});
	}
	
	
	
	if($("#kruikenconcert")){
		$("#kruikenconcert").flash({ 
		src: contentual_template_path + 'flash/schrobbeler_kruikenconcert.swf', width: 320, height: 240, wmode: 'transparent', 
		flashvars: {clickTag: '/nl/activiteiten'}}
		);
	}
});