// picture folder 
pict_folder = "height480/";

// picture array 
var pict_names= new Array(3)
  pict_names[0]= "skye-b1-(1).jpg";
  pict_names[1]= "skye-b1-(2).jpg";
  pict_names[2]= "skye-b1-(3).jpg";
  pict_names[3]= "skye-b1-(4).jpg";
  pict_names[4]= "skye-b1-(5).jpg";
  pict_names[5]= "skye-b1-(6).jpg";
  pict_names[6]= "skye-b1-(7).jpg";
  pict_names[7]= "skye-b1-(8).jpg";
  pict_names[8]= "skye-b1-(9).jpg";
  pict_names[9]= "skye-b1-(10).jpg";	
  pict_names[10]= "skye-b1-(11).jpg";
  pict_names[11]= "skye-b1-(12).jpg";
  pict_names[12]= "skye-b1-(13).jpg";
  pict_names[13]= "skye-b1-(14).jpg";
  pict_names[14]= "skye-b1-(15).jpg";
  pict_names[15]= "skye-b1-(16).jpg";
	
var pict_captions= new Array(3)
  pict_captions[0]= "Drying off after first swim";
  pict_captions[1]= "Awh How Cute";
  pict_captions[2]= "Drying off Again";
  pict_captions[3]= "What a Big Nose Ive got";
  pict_captions[4]= "Sitting Pretty";
  pict_captions[5]= "If you go down to the woods today";
  pict_captions[6]= "Stop taking my photo";
  pict_captions[7]= "This way";
  pict_captions[8]= "Lets Go";
  pict_captions[9]= "Get of the table";
  pict_captions[10]= "Heres looking at you";
  pict_captions[11]= "What a Poser";
  pict_captions[12]= "Its Skye Skye!";
  pict_captions[13]= "Mirror, Signal, Manoeuvre!";
  pict_captions[14]= "Eight weeks to One year old.";
  pict_captions[15]= "Still posing";


// initialise the counter and set the number of pictures
var no_pics=pict_names.length;
var i = no_pics-1;


