/* **************************************************************************
*   Documentation:
*
*  10. Edit in between the ' ' apostrophe marks
*     Example: var pic000 = 'My Caption Here';
*
*  20. Everything must be typed on a single line, no line breaks. The site
*      software will take care of word wrap and line breaks automatically.
*      On long passages, this can be a little difficult. You could open a
*      blank page in your editor, type normally till your paragraph is
*      satisfactory, then delete line breaks when finished editing, paste
*      into the document between the ' ' apostrophe marks.
*
*  30. A "simple" text editor must be used, such as Microsoft's 'NotePad'
*      Window accessory, or 'SimpleText' for the MacOS.
*
*  40. For words with an apostrophe, the key sequence &#146 is required.
*      Example: var pic000 = 'My Caption&#146s Name is Bob&#146s Deli.';
*
*     The software will break if you use a regular apostrophe because it
*     would be interpreted that you are terminating the variable container
*
*  50. An em-dash is the preferred "publishing" way of expressing a dash.
*      Its key sequence is &#151
*      Example: var pic000 = 'My Caption &#151 Bob&#146s Deli.';
*      rather than var pic000 = 'My Caption - Bob's Deli.';
*
*      The software won't break if you don't do this, but it's the more
*      "professional" way of doing it. It's a slightly longer dash than
*      the regular hyphen style.
*
************************************************************************** */

// *************************
// *** Captions: People  ***
// *************************

var tea01 = 'The Daily Journal &#151 June 7, 2005';

var tea02 = 'The Daily Journal &#151 July 7, 2005';

var tea03 = 'The Daily Journal &#151 July 14, 2005';

var tea04 = 'The Daily Journal &#151 July 26, 2005';

var tea05 = '';

var tea06 = '';

var tea07 = '';

var tea08 = '';

var tea09 = '';

var tea10 = '';

var tea11 = '';

var tea12 = '';

var tea13 = '';

var tea14 = '';

var tea15 = '';

var tea16 = '';
