<?php
class monkey {
	function scratch() {
		echo "itchy! itchy!\n";
	}
}
?>
