var slides=[]; 
slides[0]  = ["/img/all/808-pendant.jpg", "14K Gold Hawaii 808 Area Code Pendant"];
slides[1]  = ["/img/all/808-pendant-detail.jpg", "14K Gold Lahaina, Maui 96761 Zipcode Pendant"];
slides[2]  = ["/img/all/808-pendant-detail2.jpg", "14K Gold Lahaina, Maui 96761 Zipcode Pendant (detail)"];
slides[3]  = ["/img/all/808-pendant-ad.jpg", "Sterling Silver 808 Area Code Pendant on rayon-silk cord"];
slides[4]  = ["/img/all/roman-numeral-8-ring.jpg", "14K Yellow Gold Roman Numeral 808 Ring"];
slides[5]  = ["/img/all/415-pendant.jpg", "Area Code 415 (San Francisco) Pendant on leather cord"];
slides[6]  = ["/img/all/808-diamonds4.jpg", "14K Gold 808 Pendant with Diamonds"];
slides[7]  = ["/img/all/808-diamonds2.jpg", "14K Gold 808 Pendant with Diamonds"];
slides[8]  = ["/img/all/808-diamonds.jpg", "14K Gold 808 Pendant with Diamonds"];
slides[9]  = ["/img/all/808-bracelet-with-silk-cord.jpg", "808 Bracelet with Silk Cord"];
slides[10] = ["/img/all/808-earrings.jpg", "14K Gold Hawaii 808 Area Code Earrings"];

//optional properties for these images:
slides.desc_prefix='DESIGNS BY SHIRLEY - '; //string prefix for image descriptions display
slides.counter=1; //use to show image counter
slides.width=671; //use to set width of widest image if dimensions vary
slides.height=671; //use to set height of tallest image if dimensions vary
slides.fadecolor="#000000"; // will set fading images background color, defaults to white
slides.delay=3000; //will set milliseconds delay between slides for a given show, may also be set in the call as the last parameter
slides.use_alt=1; //use for descriptions as images alt attributes
slides.use_title=1; //use for descriptions as images title attributes
slides.no_controls=1;  // will set a slide show with no controls
slides.no_added_linebreaks=1; //use 1 for no space below load area in formatting of texts and controls
slides.pause=1; //use for pause on mouseover
slides.random=1;
//slides.specs="width=300, height=250"; //global specifications for this show's new window(s)

