// Affiche l'animation Flash
/* swfobject.embedSWF("./flash/prehome03.swf", "prehome", "1450", "805", "6" ); */

/* // Redirige vers la Home
function showHome() {
	// Cache le "PreHome"
	//$("#prehome").hide();
}	

$(document).ready(function() {
	setTimeout(function() {
		// Affiche le "Site Container"
		$("#site_container").css("display", "block").fadeOut(0).fadeIn(600);
	}, 3000);
}); */
