$(document).ready(function(){
			$("#welcome").addClass('hide');
			$("#intro").addClass('hide');
			$("#work-wrapper").addClass('hide');
			$("#work-wrapper").removeClass('hide');
			$(".werk").addClass('hide');
			$(".cv").addClass('hide');
			$(".contact").addClass('hide');			
			
			$("#welcome").fadeIn(600, function(){
					
				$("#intro").fadeIn(500 , function(){
					
					$(".werk").fadeIn(400 , function(){
					
						$(".cv").fadeIn(300 , function(){
							
							$(".contact").fadeIn(200 , function(){
					
							});
							
						});
					
					});
					
				});
			
			});
			
		});$(document).ready(function(){

	/**
		
		Fadein for the index
		
	**/
	$("#welcome").addClass('hide');
	$("#intro").addClass('hide');
	$("#work-wrapper").addClass('hide');
	$("#work-wrapper").removeClass('hide');
	$(".werk").addClass('hide');
	$(".cv").addClass('hide');
	$(".contact").addClass('hide');			
	
	$("#welcome").fadeIn(600, function(){
			
		$("#intro").fadeIn(500 , function(){
			
			$(".werk").fadeIn(400 , function(){
			
				$(".cv").fadeIn(300 , function(){
					
					$(".contact").fadeIn(200 , function(){
			
					});
					
				});
			
			});
			
		});
	
	});
	
	/**
	
		Cufon Text replacement
	
	**/

	Cufon.replace('h2');
	Cufon.replace('label');
	Cufon.replace('.contact-welkom');
	Cufon.replace('li');
	
	/**
	
		Shadowbox
	
	**/
	
	Shadowbox.init({
		players: ["iframe"],
		width : "350",
		height : "350"
	});


});