';
	//Darstellen der Bilder auf der linken Seite
	echo '| ';
	//Darstellen der Bilder auf der rechten Seite
	echo '';
	$showed = $top;
	$max = 0;
	$i = 0;
	$width = 100 / $bottom;
	for ($i = 0; $max != ($bottom+$showed) && $i <= $number_chars; $i++) {
		if($chars[$i]['clan_id'] == $left) {
			if($max >= $showed) {
				echo '| ';
				displayChar($chars[$i]);
				echo '';
			}
			$max++;
		}
	}
	echo ' | 
 | ';
	echo '';
	$max = 0;
	$i = 0;
	for ($i = 0; $max != ($bottom+$showed) && $i <= $number_chars; $i++) {
		if($chars[$i]['clan_id'] == $right) {
			if($max >= $showed) {
				echo '| ';
				displayChar($chars[$i]);
				echo '';
			}
			$max++;
		}
	}
	echo ' | 
 | 
';
	echo '