$(function() {
$('#rotate > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 0);


/*added mscherb 23.02.2011*/
$('.balken-2').click(function() {
  //alert('Handler for .click() called.');
  $('#fragment-2').css('visibility','visible');
});
/* end */

});
