$(document).ready(function(){
    

// --------------------------------------------------------


// hi there. what's up?
// googling is really the best way to learn this stuff
// or try: http://jqueryfordesigners.com/
// http://visualjquery.com/


// --------------------------------------------------------
    
    
     $("#photos").slideDown(800); 
     $("#music").slideDown(800); // then wait a few secs and slide down the track listing and then wait a few secs and slide down the bottom
     $("#posts").slideDown(800);
     $("#tweets").slideDown(800);
     $("#about").slideDown(800);

});


   


