// You just executed this!
g('#gimmeDemo').unveil().fadeIn('quickly');
g('#theBigThree').fadeOut('quickly');
/* Pretty easy right? Now try reversing the
process by executing the code below */
// Wasn't that fun? Try some more
g('#gimmeDemo').veil().fadeOut('quickly');
g('#theBigThree').fadeIn('quickly');