jQuery(document).ready(function () {

                                                                                                                     /*2000*/
     setTimeout(function(){ jQuery('#header').css({backgroundPosition: '0% 0%'}).animate({backgroundPosition: '0% 100%'}, 5000) }, 3000);

     setTimeout(function(){ jQuery('body').css({background: 'url(shell/img/tile.jpg) #070505 repeat-x 31.5% 0%' }).fadeIn(400) }, 8400); /*4200*/

     setTimeout(function(){ jQuery('#tile01').fadeIn(400) }, 8000);
     setTimeout(function(){ jQuery('#tile02').fadeIn(400) }, 8000);  /*8000 8400 8800*/
     setTimeout(function(){ jQuery('#tile03').fadeIn(400) }, 8000);

});

/* $("#right").hover(function(){
           $("#header").animate({backgroundPosition: "94px 0px"}, 'slow', 'linear')   .delay(100)
    });                                                                                                                    */
    /*$('#adage').innerfade({ speed: 2000, timeout: 22000, type: 'random_start', containerheight: '22px' });*/

