jQuery(function(){
  jQuery("#contactlink")
    .click(function(){
      jQuery("#contact").toggle("slide", {direction: "up"}, 1000);
    });
    contactstring = "barbara"+".sspi"+"@"+"gmail"+".com";
  jQuery("#contact a").attr("href","mail"+"to:"+contactstring).html(contactstring);
});
