//  Special Deals
//  Written:  ????-??-?? by James Alarie <jalarie@umich.edu>
//    http://spruce.flint.umich.edu/~jalarie/
//
// The first and last lines of this code must remain exactly as they
// are.  Each of the others must be enclosed in quotes, and all but
// the last must end with a comma (,) to delimit it from its buddies.
// HTML tags are allowed.  An item may be split across two or more
// lines by placing a plus (+) sign between individual segments and
// omitting intermediate commas.

var file_data = new Array(
  "Recieve six 'atta-boys' by mail with any purchase over $8,310.",
  "Today only:&nbsp; A nickle's worth of free advice for only $7.00.",
  "Free simulated Moon rocks."
    + "&nbsp; You haul.",
  "Ten gallons of <b>dehydrated</b> water only $400.",
  "Bi-directional dog leash for return trips.",
  "A non-functioning clock that is exactly correct twice each day.",
  "Real mock turtle soup.",
  "A bag of genuine faux diamonds."
    + "&nbsp; There is an extra charge for the bag.",
  "A second chance to make a first impression.",
  "Rare coins dated 712 B.C.",
  "*** No specials today ***"
);

