title = $title;
		$this->email = $email;
		$this->time = $time;
		$this->remoteaddr = $remoteaddr;
		$this->text = $text;
	}
	public function show()
	{
		echo "
\n";
		echo "  
" . $this->title . "
\n";
		echo "  
" . date("D M jS Y G:i", $this->time) . "
\n";
		echo "  
" . str_replace("@", "(A)", $this->email) . "
\n";
		echo "  
" . $this->text . "
\n";
		echo "
The requested URL /?page=guestbook was not found on this server.