/**
 *
 * Global functions
 *
 * @copyright	Copyright 2009, MEN AT WORK         		
 * @link  		http://www.men-at-work.de
 */


$(document).ready(function() {
		
	/* Weiches Fadein des Contents */
	
	$("#wrapper").each(function(i) { 
		$(this).hide(); 
		$(this).fadeIn(2700); 
	});	
	
});