/*****************************************************************************
 *
 *  Copyright              : Copyright (C) FJ Design
 *  Website                : www.fj-design.nl
 *  
 *****************************************************************************/
 	$(document).ready(function(){								   
		$('#intro_wed_img').fadeIn('2000', function(){
			$('#intro_wed').animate({ left: 0}, 2000);										
		});
		$('#intro_event_img').fadeIn('2000', function(){
			$('#intro_event').animate({ left: 650}, 2000, function(){
				$('#intro_cnt').fadeIn('slow');
				$('#intro_link_wed').fadeIn('slow');
				$('#intro_link_event').fadeIn('slow');
			});										  
		});			
	});
