/* Do not remove the headers from this file! see /USAGE for more info. */

class annotation 
{
  string title;       // Title of the annotation.
  string text;        // Text of the annotation.
  string author;      // Who wrote the annotation??
  string owner;       // Owner of annotation
  string date;        // Time the annotation was added.
  int 	 read_only;   // Can the average wizard rm this annotation, or
}                     // just the person who wrote it / admins / person whoose
                      // area it is?



