window.addEvent('domready', function() {
 	
	$('page_container').fade('out');
 
 
	/* Load Event fires when the whole page is loaded, included all images */
	window.addEvent('load', function() {
 
	$('mask').fade('out');
	$('page_container').fade('in');
 
	});
});
