var Pic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = '/images/small-ani/1.jpg';
Pic[1] = '/images/small-ani/2.jpg';
Pic[2] = '/images/small-ani/3.jpg';


