$(document).ready(function($){
	
	/**
		Banner flash replacement
	*/
	if($('#banner')){
		
	/*
		$('#banner').cycle({ 
			fx: 'fade',
			speed:    500, 
			timeout:  10000,
			delay: -8000
		});	
		
		//$('#contact_nl').flash({src: 'flash/contactNL_banner.swf', width: 297, height: 69, wmode:'transparent', flashvars:{clickTAG:'http://www.flevum.nl/index.php?action=concactnl'}});	
	*/
	
		$('#nieuws').flash({src: 'flash/nieuws.swf', width: 297, height: 69, wmode:'transparent'});	
	}
	
	if($('#flash-corporate')){
		// video on homepage
		$('#flash-corporate').flash({
			src: 'flash/video.swf',
			width: 350,
			height: 240,
			allowscriptaccess: "always",
			wmode:"transparent"			
		});	
	}
	
	if($('#flash-top')){
		// video on homepage
		$('#flash-top').flash({
			src: 'flash/top.swf',
			width: 402,
			height: 105
		});	
	}
	
	
});
