$(document).ready(function() {

  $('#slides').innerfade({
    speed: 750,
    timeout: 3000,
    containerheight: 290
  });

  $('#slidesDescription').innerfade({
    speed: 750,
    timeout: 3000,
    containerheight: 230
  });

  $('#clients #slides a').fancybox({
    imageScale: true,
    zoomSpeedIn: 300,
    zoomSpeedOut: 200,
    overlayOpacity: 0.8,
    hideOnContentClick: false,
    centerOnScroll: true
  });

  var mailContact = "pbagnpg\100pcyhfq\056pbz".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);});
  $('#contact #content > p:first').after('<p><a href="mailto:'+mailContact+'">'+mailContact+'</a></p>');
});
