";
	for ($y=0; $y<5; $y++){
		echo "
";
		for ($i=0; $i";
				echo "";
			}
			echo " | ";
		}
		echo "
";
	}
	echo " | 
";
	echo "";
}
for ($i=99; $i>0; $i--){
	$i==1 ? $s="" : $s="s";
	$i==1 ? $no="no more" : $no=$i-1;
	one_line("$i bottle$s of beer on the wall, $i bottle$s of beer.");
	one_line("take one down and pass it around, $no bottles of beer on the wall.");
	one_line(" ");
}
one_line("no more bottles of beer on the wall, no more bottles of beer.");
one_line("go to the store and buy some more, 99 bottles of beer on the wall.");
?>