$(document).ready(function() {

  $('#img').show().innerfade({
    speed: 750,
    timeout: 3000,
    containerheight: 440
  });

  $('#caption').show().innerfade({
    speed: 750,
    timeout: 3000,
    containerheight: 50
  });


  var mail = "wbnvyyrevr\100tnryyr-fnfxb\056pbz".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);});
  $('dl.vcard dd:first').append('<a class="email" href="mailto:'+ mail +'">'+ mail+'</a>');


  // manage extra contents
  $('#extra, #footer').show();
  $("li dl","#extra").hide();
  $("h2","#extra").click(function(){
    if ($(this).parent().find("dl:visible").length == 0) {
      $("dl:visible").slideUp("slow");
      $(this).parent().find('dl').slideDown("slow");
    } else {
      $("dl:visible").slideUp("slow");
    };
    return false;
  });



});
