// slideshowSettings.js (c)2007 SugarHill Works LLC - www.su
//
//
var imageFilenames = new Array(), gi = 0;
//
//
// --------------------------  DO NOT EDIT ABOVE THIS LINE  --------------------------
//
//
//
// INSTRUCTIONS: Lines in this file that begin with two slashes '//' are 'comments' and are ignored by the browser, but should not be ignored by you.
// Only use an HTML/JavaScript editor or PLAIN TEXT editor when editing this file. Either Notepad(PC) or TextEdit(MAC) may be used, but be sure the program is in 'plain text' or 'text only' mode.
// A simple editor for mac or pc can be downloaded from http://www.jedit.org/ or http://www.arachnoid.com/arachnophilia/.
//
// SET THE SLIDESHOW IMAGES FOLDER ON THE LINE BELOW.
//
var sPicsFolder = "slideshowImages/";//
//
// SET YOUR IMAGE FILENAMES BELOW.               
// Follow the pattern of the following lines:
// 		imageFilenames[gi+1] =  "your_filename_here.jpg";
// 		gi++;
//
//
//
//
//
//imageFilenames[imageFilenames.length] = "plum_dress_purple_flower.jpg";


// 2010 images

imageFilenames[imageFilenames.length] = "HMN-1.jpg";

imageFilenames[imageFilenames.length] = "blk-spider-flat.jpg";

imageFilenames[imageFilenames.length] = "HMN-2.jpg";

imageFilenames[imageFilenames.length] = "navy-spider-16.jpg";

imageFilenames[imageFilenames.length] = "bspice-lacquer-sunrise.jpg";

//imageFilenames[imageFilenames.length] = "navy-arashi-scarf.jpg";

imageFilenames[imageFilenames.length] = "HMN-5.jpg";

imageFilenames[imageFilenames.length] = "blk-spider-7.jpg";

imageFilenames[imageFilenames.length] = "navy-spider-fold.jpg";

//imageFilenames[imageFilenames.length] = "navy-arashi-6.jpg";

imageFilenames[imageFilenames.length] = "HMN-6.jpg";

imageFilenames[imageFilenames.length] = "bw-spiderweb-scarf-2.jpg";

imageFilenames[imageFilenames.length] = "HMN-group-4.jpg";

imageFilenames[imageFilenames.length] = "red-arashi-2.jpg";



// 2009 images

//imageFilenames[imageFilenames.length] = "plum_dress_purple_flower.jpg";
//
//imageFilenames[imageFilenames.length] = "fringed_scarf_bklyn_spice_model.jpg";
//
//imageFilenames[imageFilenames.length] = "scarf_marigold.jpg";
//
//imageFilenames[imageFilenames.length] = "flower_bes_night.jpg";
//
//imageFilenames[imageFilenames.length] = "obi_sash_2009.jpg";
//
//imageFilenames[imageFilenames.length] = "pouch_summer_night_waves_model.jpg";
//
//imageFilenames[imageFilenames.length] = "scarf_bklyn_spice.jpg";
//
//imageFilenames[imageFilenames.length] = "marigold_scarf_flower.jpg";
//
//imageFilenames[imageFilenames.length] = "scarf_plum.jpg";
//
//imageFilenames[imageFilenames.length] = "bamboo_zig_zag_dress3.jpg";
//
//imageFilenames[imageFilenames.length] = "flowers.jpg";
//
//imageFilenames[imageFilenames.length] = "fringed_scarf_marigold_model.jpg";
//
//imageFilenames[imageFilenames.length] = "scarf_sea.jpg";



//imageFilenames[imageFilenames.length] = "gorgeous_dress_nightblue1.jpg";

//imageFilenames[imageFilenames.length] = "scarves_2009.jpg";

//imageFilenames[imageFilenames.length] = "scarf_olive.jpg";

//imageFilenames[imageFilenames.length] = "gorgeous_dress_plum1.jpg";

//imageFilenames[imageFilenames.length] = "wrap_skirt.jpg";

//imageFilenames[imageFilenames.length] = "petite_pouch_horz.jpg";

//imageFilenames[imageFilenames.length] = "sweet_baby_oliveBdtl.jpg";

//imageFilenames[imageFilenames.length] = "business_card_holders.jpg";

//imageFilenames[imageFilenames.length] = "holiday_pouches.jpg";

//imageFilenames[imageFilenames.length] = "beautiful_gorgeous.jpg";
//
//imageFilenames[imageFilenames.length] = "sweet_baby.jpg";
//
//imageFilenames[imageFilenames.length] = "scarf_olive.jpg";
//
//imageFilenames[imageFilenames.length] = "wrap_skirt.jpg";
//
//imageFilenames[imageFilenames.length] = "petite_pouch_horz.jpg";
//
//imageFilenames[imageFilenames.length] = "sweet_baby_oliveBdtl.jpg";
//
//imageFilenames[imageFilenames.length] = "business_card_holders.jpg";
//
//imageFilenames[imageFilenames.length] = "holiday_pouches.jpg";




//
//imageFilenames[gi+1] = "109.jpg";
//gi++;
//
//
//
//
//
//
//
//
// The images will appear in the slideshow in the order listed above (regardless of filename), unless you add two slashes [ // ] to the beginning of the following line.

// Commenting the following lines will turn off the randomizing of the order.
//imageFilenames.sort(randOrd);

//
//
//
//
//
// -----------------  DO NOT EDIT BELOW THIS LINE  --------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// **************************************************************************
// **************************************************************************
// ******************** SET YOUR IMAGE FILENAMES ABOVE **********************
// **************************************************************************
// **************************************************************************
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// -----------------  DO NOT EDIT BELOW THIS LINE  --------------------------
//
//
//
//
//
//
// DO NOT EDIT THESE varS. CHANGE/ADD IMAGE AND THUMBNAIL FILENAMES IN THE PREVIOUS SECTION
// 
var rootPth = ""; // relative path from this portfolio to the website"s root directory
//imageFilenames[imageFilenames.length] = imageFilenames[0];// populate the 0 index for some reason...





