/* strings.js
* strings.js contains arrays for populating select lists in tag dialogs. It uses
* the naming convention arrayNameVal for the option values (i.e., the code
* that will be inserted into the document).
*/

// cf_piglatin.htm
var thePiglatinTypeVal = new Array("ay","ey","oy");
