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

img_count = 10;

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