newworld = new Array
newworld_href = new Array
newworld_alt = new Array

	for (i=0; i<12; i++) {newworld[i] = new Image}

newworld[0].src = "newworld/thumbnails/amazon.jpg"
newworld_alt[0] = "Amazon"
newworld_href[0] = "zn_amazon.html"
newworld[1].src = "newworld/thumbnails/amotherslove.jpg"
newworld_alt[1] = "A Mother's Love"
newworld_href[1] = "zn_amotherslove.html"
newworld[2].src = "newworld/thumbnails/aracondarainbow.jpg"
newworld_alt[2] = "Araconda Rainbow"
newworld_href[2] = "zn_aracondarainbow.html"
newworld[3].src = "newworld/thumbnails/autumnfeathers.jpg"
newworld_alt[3] = "Autumn Feathers"
newworld_href[3] = "zn_autumnfeathers.html"
newworld[4].src = "newworld/thumbnails/prairie.jpg"
newworld_alt[4] = "Prairie"
newworld_href[4] = "zn_prairie.html"
newworld[5].src = "newworld/thumbnails/dakotasnowstorm.jpg"
newworld_alt[5] = "Dakota Snow Storm"
newworld_href[5] = "zn_dakotasnowstorm.html"
newworld[6].src = "newworld/thumbnails/flowerburst.jpg"
newworld_alt[6] = "Flower Burst"
newworld_href[6] = "zn_flowerburst.html"
newworld[7].src = "newworld/thumbnails/flowerfantasy.jpg"
newworld_alt[7] = "Flower Fantasy"
newworld_href[7] = "zn_flowerfantasy.html"
newworld[8].src = "newworld/thumbnails/flowergarden.jpg"
newworld_alt[8] = "Flower Garden"
newworld_href[8] = "zn_flowergarden.html"
newworld[9].src = "newworld/thumbnails/hopscotch.jpg"
newworld_alt[9] = "Hopscotch"
newworld_href[9] = "zn_hopscotch.html"
newworld[10].src = "newworld/thumbnails/patchwork.jpg"
newworld_alt[10] = "Patchwork"
newworld_href[10] = "zn_patchwork.html"
newworld[11].src = "newworld/thumbnails/regalflowers.jpg"
newworld_alt[11] = "Regal Flowers"
newworld_href[11] = "zn_regalflowers.html"
