var Object = new Array();
var img_path = "images/woodfield/";

img_count = 19;

for (i=1; i<img_count+1; i++)
{
    Object[i] = img_path + "woodfield_" + i + ".jpg";
}