2.3     Creating skins
	You can create your own look and feel by customizing
	various HTML aspects of Big Brother.
	You can use your own gifs by creating a new directory
	under www/skins.  As an example, a directory 'psy'
	could be created with more psychedelic colored dots
	It would be located in www/skins/psy.  The images would
	be saved under www/skins/psy/images. To use those images then
	set the BBSKIN variable in bbdef to "psy".
	Remember, you must have the same directory structure
	with the same filenames as in the default skin.
	To further modify the appearance of your display,
	modify the header/footer files found in
	www/skins/{skin name}/headfoot.
	You also have some control over the bb.html/bb2.html
	and the status logs HTML pages by modifying the
	following variables in etc/bbskin-{skin name}.cfg:
	MKBBLOCAL
	MKBBREMOTE
	MKBBTITLE
	MKBBROWFONT
	MKBBCOLFONT
	MKBBMANAGE
	DAYS
	HOURS
	MINS
	STATUNCHNMSG
	RECVFROMMSG
	DOTHEIGHT
	DOTWIDTH
2.4     Inserting notes about your hosts
	You can setup HTML links on the host name in the
	bb.html/bb2.html pages to point to an information
	page for that particular host.
	If a file exists in the www/notes directory that
	matches the system name as displayed on the bb pages,
	then they are linked into both the bb.html page and the
	bb2.html summary page.
	These files can end in .htm, .html, .shtml, .php3 
	or nothing :)
	You can create these files manually or you can use the
	"notes" messages type:
	notes {name of file} {data to write to the file}
	e.g.	notes somewhere.overtherainbow.imlost  123 234 345 456
	This message will create a file containing "123 234 345 456"
	to a file named somewhere.overtherainbow.imlost on the BBDISPLAY
	host in the www/notes directory