$(document).ready(function() {
	if (Math.random()>0.5){
		$('#spieler2').css('display','block');
	}else {
		$('#spieler1').css('display','block');	
	}
	//$('#bottom').css('bottom', $('#tippspiel').height()*-1 );
	//$('#spieler1').css('bottom', $('#tippspiel').height()*-1 );
	//$('#spieler2').css('bottom', $('#tippspiel').height()*-1 );
	
});
