// JavaScript Document

$(document).ready(function() { 
    $("div.container").fadeIn('slow', function(){
    	$("div.leftcontent").fadeIn('slow', function(){
            $("div.rightcontent").fadeIn('slow', function(){
                $("div.lato").fadeIn('slow', function(){
                $("div.bottom-menu").fadeIn('slow')
                ;});});});});
});