<!--
// MissavageSeed.com plot.js
// slideshow script (c) AFePub.com - you may copy for personal use //
// please notify us first for permission to use in commercial applications //
// full function buttons //

// add weekly photo shoot updates to bottom of list //
// update thisOne to weekly midpoint group start -2 or -4 in this instance //
// update HTML <img = to match if you want midpoint as default on load //

// assign picImages[array] in /plotpic.js first & start pic in this group //

// ,"photos/050906.jpg", //
var picImages = new Array("photos/080510p.jpg",
"photos/080510c.jpg",
"photos/080606c.jpg",
"photos/080708p.jpg",
"photos/080708c.jpg",
"photos/080708b.jpg",
"photos/080708f.jpg");

// number of pics in this week's group is //
var imgGroup = 4;

// then continue functions by calling
// scripts/plot.js in html code

  
//-->
