$(document).ready(


  function(){
      $('#bildfolge').innerfade({
      speed: 1500,
      timeout: 7000,
      type: 'sequence',
      containerheight: '208px'
  });


  $('.email_2').attr('href', 'mailto:nymphenburg@gesund-reha.de');
  $('.email_2').html('nymphenburg@gesund-reha.de');

  $('.email').attr('href', 'mailto:info@gesund-reha.de');
  $('.email').html('info@gesund-reha.de');



  var mister_wong = 'http://www.mister-wong.de/add_url/?bm_url='+encodeURIComponent(location.href)+'&bm_title=GESUND.%20Reha%20rechts%20der%20Isar&bm_comment=&bm_tags=Physiotherapie%20Muenchen%20Krankengymnastik%20Krebs"><img src="img/icon_mister_wong.gif';
  var google_bookmarks = 'http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+encodeURIComponent(location.href)+'&title=GESUND.%20Reha%20rechts%20der%20Isar';
  var delicious = 'http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&title=GESUND.%20Reha%20rechts%20der%20Isar';
  var digg = 'http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&title=GESUND.%20Reha%20rechts%20der%20Isar';
  var linkarena = 'http://linkarena.com/bookmarks/addlink/?url='+encodeURIComponent(location.href)+'&title=GESUND.%20Reha%20rechts%20der%20Isar&desc=Physiotherapie%20Muenchen&tags=Physiotherapie%20Krankengymnastik%20Krebs';
  var yigg = 'http://yigg.de/neu?exturl='+encodeURIComponent(location.href);

  $('#mister_wong').attr('href', mister_wong);
  $('#google_bookmarks').attr('href', google_bookmarks);
  $('#delicious').attr('href', delicious);
  $('#digg').attr('href', digg);
  $('#linkarena').attr('href', linkarena);
  $('#yigg').attr('href', yigg);

  imagePreview();

});

