



PhotoList = new Array(

/* Want to add a photo? Add a new line below for each photo. Be careful not to
   misplace any commas or quotes. You can also re-order or remove photos.

   Your new photo should be a very large, high-quality jpg file. (A smaller,
   web-friendly version will be created automatically by the server after
   you upload.)

   Note: Currently, there is only room for 6 photos per "place" page. So, if you
   specify more than 6 here, the extras will be ignored.

   Here are what the 2 columns are for:
   1. place (or "none")   2. photo filename     3. optinoal thumbnail filename, or ""
*/
   "asia",                "AlisonGist07.jpg",   "",
   "asia",                "AlisonGist201.jpg",  "",
   "asia",                "AlisonGist51.jpg",   "",
   "asia",                "AlisonGist09.jpg",   "",
   "asia",                "AlisonGist306.jpg",  "",
   "asia",                "AlisonGist44.jpg",   "",
   
   "dallas",              "AlisonGist26.jpg",   "",
   "dallas",              "AlisonGist101.jpg",  "",
   "dallas",              "AlisonGist308.jpg",   "",
   "dallas",              "AlisonGist305.jpg",   "",
   "dallas",              "AlisonGist307.jpg",   "AlisonGist307_t.jpg",
   "dallas",              "AlisonGist303.jpg",   "",

   "nyc",                 "AlisonGist35.jpg",   "",
   "nyc",                 "AlisonGist202.jpg",  "",
   "nyc",                 "AlisonGist203.jpg",  "",
   "nyc",                 "AlisonGist38.jpg",   "",
   "nyc",                 "AlisonGist34.jpg",   "",
   "nyc",                 "AlisonGist301.jpg",   "",

/* 
  Once you've updated and saved this file (photolist.js), you need to upload this
  file and the new photo file to the website:

   1. Log on to http://www.alisongist.com/cpanel.
   2. Click on File Manager.
   3. Navigate to www/photos/ by clicking the folder icons.
   4. Click Upload Files.
   5. Click Browse. Find the photo file on your hard drive.
   6. Click Upload. This may take several minutes if you don't have a 
      broadband Internet connection. If it succeeds, the photo file will show up 
      in the File Manager.
   7. If the photo file uploads successfully, then upload the photolist.js file.
   8. Check the website and make sure everything worked.
*/

"" );
