$(document).ready(function(){						   	
	$('#shaker').jrumble({
	rumbleEvent: 'constant'
	});

	     
});



$('#menu_link').click(function() {
  $('#face').hide();
  $('.total_menulink').hide();
  $('.menulink1').hide();
  $('.arrowsani').hide();
  $('#welcome').hide();
  $('#menu_link').hide();
  $('.blockset1_large_text').hide();
    $('#all0').hide();
  $('#all1').hide();
  $('#all2').hide();
  $('#all3').hide();
  $('#all4').hide();
 $('#bodyillu').show();
  $('.homelinkhide').show();
  $('#homeblocks').show();
 });




$(document).ready(
        function() {
                timer = 0;
                var _timer = setInterval(function() {
                        timer++;
          if (timer == 50) {
              clearInterval(_timer);
                                init_call();
            }
          }, 10);
        }
); 


$('.clickme1').click(function() {
  $('#face').hide();
  $('.total_menulink').hide();
  $('.menulink1').hide();
  $('.arrowsani').hide();
  $('#welcome').hide();
  $('.blockset1_large_text').hide();
    $('#all0').hide();
  $('#all1').hide();
  $('#all2').hide();
  $('#all3').hide();
  $('#all4').hide();
 $('#bodyillu').show();

  $('.homelinkhide').show();
  $('#homeblocks').show();
 });


$('.startmenulink1').click(function() {
  $('#face').hide();
  $('.total_menulink').hide();
  $('.menulink1').hide();
  $('.arrowsani').hide();
  $('#welcome').hide();
  $('.blockset1_large_text').hide();
    $('#all0').hide();
  $('#all1').hide();
  $('#all2').hide();
  $('#all3').hide();
  $('#all4').hide();
  $('.homelinkhide').show();
  $('#homeblocks').show();
 $('#bodyillu').show();

 });


$('.homelink').click(function() {
  $('#all0').hide();
  $('#all1').hide();
  $('#all2').hide();
  $('#all3').hide();
  $('#all4').hide();
  $('#handstamp').hide();
  $('.homelinkhide').show();
  $('#homeblocks').show();
  $('.menupunkte').show();
 $('#bodyillu').show();

	});
	




