 <!-- Begin
  // Set up the image files to be used.
  var theString = new Array() // do not change this
  var aData = new Array() // Data Array
  // Constructor for data array
  function Data(name, width, height, desc) {
    this.name = name;
    this.width = width;
    this.height = height;
    this.desc = desc;
    this.toString = printData;
  }

  // To add more image files, continue with the
  // pattern below, adding to the array.
	aData[0] = new Data("2004_0905_121729.JPG",160,120,"Hermosa Fiesta, California");
	aData[1] = new Data("2004_0905_134740.JPG",160,120,"Hermosa Fiesta, California");
	aData[2] = new Data("2004_0918_113144.JPG",160,120,"Near Eau Claire Markets, Calgary, Alberta, Canada");
	aData[3] = new Data("2004_0918_1134signs.JPG",160,120,"Near Eau Claire Market, Calgary, Alberta, Canada");
	aData[4] = new Data("2004_0918_1158Pano.JPG",160,37,"Panorama of Calgary, Alberta, Canada");
	aData[5] = new Data("2004_0918_142204.JPG",160,120,"Horseshoe Canyon, Dinosaur Trail, Drumheller, Alberta, Canada");
	aData[6] = new Data("2004_0918_150250.JPG",160,120,"Little Church, Dinosaur Trail, Drumheller, Alberta, Canada");
	aData[7] = new Data("2004_0919_113634.JPG",120,160,"Drumhellers Little Church, Dinosaur Trail, Alberta, Canada");
	aData[8] = new Data("2004_0918_154814.JPG",120,160,"Red Deer River, Dinosaur Trail, Drumheller, Alberta, Canada");
	aData[9] = new Data("2004_0918_151826.JPG",160,120,"Horse Thief Canyon, Dinosaur Trail, Drumheller, Alberta, Canada");
	aData[10] = new Data("2004_0918_152057.JPG",160,120,"Horsethief Canyon, Dinosaur Trail, Drumheller, Alberta, Canada");
	aData[11] = new Data("2004_0918_152828.JPG",160,120,"Dinosaur Trail, Drumheller, Alberta, Canada");
	aData[12] = new Data("2004_0918_153542.JPG",120,160,"Bleriot Ferry, Dinosaur Trail, Drumheller, Alberta, Canada");
	aData[13] = new Data("2004_0918_172754.JPG",160,120,"Worlds Largest TRex, Drumheller Tourist Centre, Drumheller, Alberta, Canada");
	aData[14] = new Data("2004_0918_174430.JPG",160,120,"Dinosaurs in Drumheller, Alberta, Calgary");
	aData[15] = new Data("2004_0919_104400.JPG",160,120,"Dinosaurs around Drumheller, Alberta, Canada");
	aData[16] = new Data("2004_0919_104830.JPG",160,120,"Dinosaurs around Drumheller, Alberta, Canada");
	aData[17] = new Data("2004_0918_164238.JPG",160,120,"Wayne, near Drumheller, Canada");
	aData[18] = new Data("2004_0919_091647.JPG",120,160,"Hoodoos, Hoodoo Drive Trail, Alberta, Canada");
	aData[19] = new Data("2004_0919_110940.JPG",160,120,"Royal Tyrrell Museum, near Drumheller, Alberta, Canada");
	aData[20] = new Data("2004_0919_100258.JPG",117,160,"Rosedale Suspension Bridge, HooDoo Drive Trail, Alberta, Canada");
	aData[21] = new Data("2004_0919_133436.JPG",160,120,"Dry Island Buffalo Jump, Alberta, Canada");
	aData[22] = new Data("2004_0919_134518.JPG",120,160,"Goldenmantled ground squirrel, Dry Island Buffalo Jump, Alberta, Canada");
	aData[23] = new Data("2004_0920_090132.JPG",120,160,"Senior Skating, West Edmonton Mall, Edmonton, Alberta, Canada");
	aData[24] = new Data("2004_0920_094303.JPG",160,120,"Minigolf, West Edmonton Mall, Edmonton, Alberta, Canada");
	aData[25] = new Data("2004_0920_095834.JPG",120,160,"Jo with moose outside the RCMP Store, West Edmonton Mall, Edmonton, Alberta, Canada");
	aData[26] = new Data("2004_0920_125202.JPG",160,120,"Water Park, West Edmonton Mall, Edmonton, Alberta, Canada");
	aData[27] = new Data("2004_0920_123128.JPG",160,120,"Europa Boulevard, West Edmonton Mall, Edmonton, Alberta, Canada");
	aData[28] = new Data("2004_0920_171810.JPG",120,160,"On the way to Jasper, Alberta, Canada");
	aData[29] = new Data("2004_0920_175510.JPG",160,120,"Moose on the side of the road, on the way to Jasper, Alberta, Canada");
	aData[30] = new Data("2004_0920_173744.JPG",120,160,"On the way to Jasper, Alberta, Canada");
	aData[31] = new Data("2004_0920_190356.JPG",160,118,"Reflections in a pond on the way to Pyramid Lake, Jasper, Alberta, Canada");
	aData[32] = new Data("2004_0921_080732.JPG",120,160,"Malign Canyon, Jasper National Park, Alberta, Canada");
	aData[33] = new Data("2004_0921_081046.JPG",120,160,"Rob taking a photo of Malign Canyon, Jasper National Park, Alberta, Canada");
	aData[34] = new Data("2004_0921_081828.JPG",120,160,"One of the bridges over Malign Canyon, Jasper National Park, Alberta, Canada");
	aData[35] = new Data("2004_0921_083122.JPG",160,120,"Medicine Lake, Jasper National Park, Alberta, Canada");
	aData[36] = new Data("2004_0921_090722.JPG",160,120,"Longhorn Sheep at Medicine Lake, Jasper National Park, Alberta, Canada");
	aData[37] = new Data("2004_0921_094006.JPG",160,120,"Malign Lake, Jasper National Park, Alberta, Canada");
	aData[38] = new Data("2004_0921_131250.JPG",160,120,"Angel Glacier, Jasper National Park, Alberta, Canada");
	aData[39] = new Data("2004_0921_132832.JPG",160,120,"Cavell Glacier, Jasper National Park, Alberta, Canada");
	aData[40] = new Data("2004_0921_133314.JPG",160,120,"Cavell Glacier, Jasper National Park, Alberta, Canada");
	aData[41] = new Data("2004_0921_135040.JPG",160,120,"Icefields Parkway Jasper to Banff, Alberta, Canada");
	aData[42] = new Data("2004_0921_151506.JPG",120,160,"Icefields Parkway, Jasper to Banff, Alberta, Canada");
	aData[43] = new Data("2004_0921_151516.JPG",120,160,"Icefields Parkway, Jasper to Banff, Alberta, Canada");
	aData[44] = new Data("2004_0921_155902.JPG",160,120,"Canada");
	aData[45] = new Data("2004_0921_171122.JPG",160,120,"Athabasca Glacier, Icefileds Parkway, Jasper to Banff, Alberta, Canada");
	aData[46] = new Data("2004_0921_175530.JPG",120,160,"Mountain Goats, Icefields Parkway, Jasper to Banff, Alberta, Canada");
	aData[47] = new Data("2004_0921_102128.JPG",160,120,"Wildlife in Jasper National Park, Alberta, Canada");
	aData[48] = new Data("2004_0921_153418.JPG",120,160,"Wildlife, Icefields Parkway, Jasper to Banff, Alberta, Canada");
	aData[49] = new Data("2004_0921_165400Signs.JPG",160,120,"Some of the signs on the Icefields Parkway, Jasper to Banff, Alberta, Canada");
	aData[50] = new Data("2004_0814_204022.JPG",160,120,"Los Angeles Philharmonic, Hollywood Bowl, Hollywood, California");
	aData[51] = new Data("2004_0814_223929.JPG",160,120,"LA Philharmonic and the USC Trojans, Hollywood Bowl, Hollywood, California");
	aData[52] = new Data("2004_0814_224216.JPG",160,120,"Mark, Norma and Jo at the Hollywood Bowl, Hollywood, California");
	aData[53] = new Data("2004_0821_133945Pano.JPG",160,51,"Mosaic depicting early scenes from US history, Forest Lawn Memorial Park, Forest Lawn, California");
	aData[54] = new Data("2004_0821_135236.JPG",120,160,"Old North Church, Forest Lawn Memorial Park, Forest Lawn, California");
	aData[55] = new Data("2004_0821_140318.JPG",120,160,"Forest Lawn, California");
	aData[56] = new Data("2004_0821_142636.JPG",120,160,"Forest Lawn, California");
	aData[57] = new Data("2004_0822_124938.JPG",160,120,"Torrance Symphony Orchestra, Torrance, California");
	aData[58] = new Data("2004_0827_164229.JPG",160,120,"Cinderellas Castle being redecorated for Disneylands 50th anniversary, Disneyland, Anaheim, California");
	aData[59] = new Data("2004_0827_190132.JPG",160,120,"Mr Potato Head creations, Disneys California Adventure, Anaheim, California");
	aData[60] = new Data("2004_0827_201046.JPG",160,120,"Hollywood Tower of Terror at night, Disneys California Adventure, Anaheim, California");
	aData[61] = new Data("2004_0827_201532.JPG",160,120,"One of the shops at night Disneys California Adventure, Anaheim, California");
	aData[62] = new Data("2004_0827_223214.JPG",160,120,"Fantasmic, Disneyland, Anaheim, California");
	aData[63] = new Data("2004_0829_122544.JPG",120,160,"Walt and Mickey, with the Castle in the background, Disneyland, Anaheim, California");
	aData[64] = new Data("2004_0829_095556.JPG",160,120,"Sleeping Beautys Castle, Storybook Land, Disneyland, Anaheim, California");
	aData[65] = new Data("2004_0829_095820.JPG",160,120,"Akubar, Storybook Land, Disneyland, Anaheim, California");
	aData[66] = new Data("2004_0829_112632.JPG",160,120,"Rob paddling around Tom Sawyers Island, Disneyland, Anaheim, California");
	aData[67] = new Data("2004_0829_125558.JPG",160,120,"Some entertainment by the Disneyland fire department, Disneyland, Anaheim, California");
	aData[68] = new Data("2004_0829_135734.JPG",160,120,"A model of the Capitol Buildilng, a tribute to Mr Lincoln, Disneyland, Anaheim, California");
	aData[69] = new Data("2004_0829_161158.JPG",160,120,"Mickey and friends in a parade, Disneyland, Anaheim, California");
	aData[70] = new Data("2004_0701_173025.JPG",160,120,"Jo and Abe, North Bridge Shopping Center, Chicago");
	aData[71] = new Data("2004_0701_173154.JPG",120,160,"Jo outside the Lego Store, North Bridge Shopping Center, Chicago");
	aData[72] = new Data("2004_0701_174037.JPG",120,160,"Scale Lego model of Chicago, Lego Store, North Bridge Shopping Center, Chicago");
	aData[73] = new Data("2004_0701_192930.JPG",120,160,"Doubledecker bridge, Chicago");
	aData[74] = new Data("2004_0701_195302.JPG",160,120,"Fountain in Millenium Park at night, Chicago");
	aData[75] = new Data("2004_0701_201956.JPG",120,160,"The start of the Route 66, Chicago");
	aData[76] = new Data("2004_0702_082403.JPG",120,160,"Berghoff Building, Chicago");
	aData[77] = new Data("2004_0702_081823.JPG",160,120,"Chicago Window, Chicago");
	aData[78] = new Data("2004_0702_083046.JPG",160,120,"Marquette Building, first example of Chicago Style, building looks like a column, Chicago");
	aData[79] = new Data("2004_0702_083820.JPG",160,120,"Tiffany Glass, Lobby of the Marquette Building, Chicago");
	aData[80] = new Data("2004_0702_090350.JPG",160,120,"The lobby of the Rookery Building, redesigned by Frank Lloyd Wright, Chicago");
	aData[81] = new Data("2004_0702_085626.JPG",120,160,"The Rookery Building, Chicago");
	aData[82] = new Data("2004_0702_093456.JPG",160,120,"Terracotta dragons, Fisher Building, Chicago");
	aData[83] = new Data("2004_0702_092848.JPG",120,160,"The Fisher Building, Chicago");
	aData[84] = new Data("2004_0702_093244.JPG",160,120,"Old Colony Building, Chicago");
	aData[85] = new Data("2004_0702_085854.JPG",160,120,"Roman Goddess Ceres, Chicago Board of Trade, Chicago");
	aData[86] = new Data("2004_0702_084448.JPG",120,160,"The Field Building, Chicago");
	aData[87] = new Data("2004_0702_084702.JPG",120,160,"Entrance to The Field Building, Chicago");
	aData[88] = new Data("2004_0702_085134.JPG",120,160,"Mail drop inside the Field Building, Chicago");
	aData[89] = new Data("2004_0702_094146.JPG",160,120,"Harold Washington Memorial Library, Chicago");
	aData[90] = new Data("2004_0702_094430.JPG",160,120,"First African/American Mayor, Chicago");
	aData[91] = new Data("2004_0702_094746.JPG",160,120,"Auditorium Theatre, Chicago");
	aData[92] = new Data("2004_0702_110704.JPG",120,160,"Marina City, Chicago");
	aData[93] = new Data("2004_0702_114414.JPG",160,120,"Sears Tower, Chicago");
	aData[94] = new Data("2004_0702_122516.JPG",120,160,"Chicago");
	aData[95] = new Data("2004_0702_134752.JPG",120,160,"An alleyway in Chicago");
	aData[96] = new Data("2004_0702_145050.JPG",160,120,"Worlds largest flag inside a department store, the Great Flag  900 pounds, and measuring 50x100 ft, Marshall Fields, Chicago");
	aData[97] = new Data("2004_0702_135317.JPG",120,160,"75th Anniversary Mickey Mouse, Chicago");
	aData[98] = new Data("2004_0702_153012.JPG",117,160,"The El, elevated train, Chicago");
	aData[99] = new Data("2004_0702_153736.JPG",160,120,"The crowd at the Taste of Chicago, Chicago");
	aData[100] = new Data("2004_0703_083630.JPG",120,160,"Rockefellar Memorial Chapel, Chicago");
	aData[101] = new Data("2004_0703_084106.JPG",160,120,"Frank Lloyd Wrights Robie House, Chicago");
	aData[102] = new Data("2004_0703_090128.JPG",120,160,"A Gargoyle at the University of Chicago, Chicago");
	aData[103] = new Data("2004_0703_090534.JPG",160,120,"Chicago");
	aData[104] = new Data("2004_0703_090824.JPG",120,160,"Site of the first selfsustaining controlled chain reaction December 2, 1942, Henry Moores Nuclear Energy, Chicago");
	aData[105] = new Data("2004_0703_122714.JPG",120,160,"Genetics display, Museum of Science and Industry, Chicago");
	aData[106] = new Data("2004_0703_125124.JPG",160,120,"747 and scale model of Chicago, Chicago");
	aData[107] = new Data("2004_0703_140632.JPG",160,120,"ToyMaker 3000 and our Gravitron purple, Museum of Science and Industry, Chicago");
	aData[108] = new Data("2004_0703_173754.JPG",120,160,"Buses lined up outside our hotel for the July 4theve celebrations, Chicago");
	aData[109] = new Data("2004_0703_195250.JPG",160,120,"July 4theve Fireworks, Chicago");
	aData[110] = new Data("2004_0703_195606.JPG",160,120,"July 4theve Fireworks, Chicago");
	aData[111] = new Data("2004_0703_200924.JPG",160,120,"Crowd heading back home after the 4th July eve fireworks, Chicago");
	aData[112] = new Data("2004_0704_115206.JPG",160,40,"Marc Chagalls America Windows, Art Institute of Chicago, Chicago");
	aData[113] = new Data("2004_0704_105228.JPG",160,120,"Thorne Minature, Chicago Institute of Art, Chicago");
	aData[114] = new Data("2004_0704_145740.JPG",160,120,"They Might be Giants concert at the free 4th July Taste of Chicago concert, Chicago");
	aData[115] = new Data("2004_0704_173314.JPG",120,160,"Chicago");
	aData[116] = new Data("2004_0704_180818.JPG",160,120,"Sunset over Chicago city from Navy Pier, Chicago");
	aData[117] = new Data("2004_0704_181802.JPG",160,120,"Sunset over Chicago city from Navy Pier, Chicago");
	aData[118] = new Data("2004_0704_205458.JPG",160,120,"Underneath the streets, Chicago");
	aData[119] = new Data("2004_0705_071620.JPG",120,160,"John Hancock building, Chicago");
	aData[120] = new Data("2004_0705_072250.JPG",120,160,"Jo and the John Hancock building, Chicago");
	aData[121] = new Data("2004_0705_073848.JPG",120,160,"View from the John Hancock building, Chicago");
	aData[122] = new Data("2004_0705_073410.JPG",160,120,"View from the John Hancock building, Chicago");
	aData[123] = new Data("2004_0705_082046.JPG",160,120,"View from the John Hancock building, Chicago");
	aData[124] = new Data("2004_0705_082906.JPG",120,160,"View from the John Hancock building, Chicago");
	aData[125] = new Data("2004_0705_104346.JPG",160,120,"Outside the Conservatory, Lincoln Park, Chicago");
	aData[126] = new Data("2004_0705_105801.JPG",160,120,"Flowers in the Conservatory building, Chicago");
	aData[127] = new Data("2004_0705_065842.JPG",160,120,"Riding the El, Chicago");
	aData[128] = new Data("2004_0709_190242.JPG",120,160,"Stewart outside Universal Studios, Hollywood, California");
	aData[129] = new Data("2004_0709_125229.JPG",160,120,"New Ride at Universal Studios, Hollywood, California");
	aData[130] = new Data("2004_0709_131117.JPG",160,120,"Stewart at the end of the Jurrasic Park Ride, Universal Studios, Hollywood, California");
	aData[131] = new Data("2004_0709_150328.JPG",160,120,"Ride based on Back to the Future, Universal Studios, Hollywood, California");
	aData[132] = new Data("2004_0709_154214.JPG",160,120,"Old bridge on the Backlot Studio Tour, Universal Studios, Hollywood, California");
	aData[133] = new Data("2004_0709_174634.JPG",160,120,"Waterworld Show, Universal Studios, Hollywood, California");
	aData[134] = new Data("2004_0709_174734.JPG",160,120,"Waterworld Show, Universal Studios, Hollywood, California");
	aData[135] = new Data("2004_0718_210510.JPG",160,120,"Mount Wellington, Hobart, Tasmania");
	aData[136] = new Data("2004_0721_181538.JPG",120,160,"Jo and Janet on walking trail, Lenah Valley, Tasmania");
	aData[137] = new Data("2004_0721_193032.JPG",160,120,"At the waterfall, Lenah Valley, Tasmania");
	aData[138] = new Data("2004_0721_193410.JPG",120,160,"View from the waterfall, Lenah Valley, Tasmania");
	aData[139] = new Data("2004_0722_144328a.JPG",160,66,"Sunrise over Hobart, Tasmania");
	aData[140] = new Data("2004_0723_043048.JPG",160,120,"Peters birthday celebration, Launceston, Tasmania");
	aData[141] = new Data("2004_0723_212323.JPG",160,120,"Exchanging vows and rings, the Wedding! Launceston, Tasmania");
	aData[142] = new Data("2004_0723_213002.JPG",160,120,"Signing the registry, The Wedding! Launceston, Tasmania");
	aData[143] = new Data("2004_0723_215634.JPG",160,120,"Janet & Peter with their parents, the Wedding! Launceston, Tasmania");
	aData[144] = new Data("2004_0723_213632.JPG",160,140,"Outside the church, Launceston, Tasmania");
	aData[145] = new Data("2004_0724_024854.JPG",160,120,"Janet and Peter at the bridal table, Launceston, Tasmania");
	aData[146] = new Data("2004_0724_010903.JPG",160,120,"The Cake, Launceston, Tasmania");
	aData[147] = new Data("2004_0724_173920.JPG",160,120,"Cataract Gorge, Launceston, Tasmania");
	aData[148] = new Data("2004_0724_175700.JPG",160,120,"Cataract Gorge, Launceston, Tasmania");
	aData[149] = new Data("2004_0720_183150.JPG",160,120,"Mount Wellington from Anglesea Barracks, Hobart, Tasmania");
	aData[150] = new Data("2004_0726_025230.JPG",160,120,"Margaret cutting her cake, Hobart, Tasmania");
	aData[151] = new Data("2004_0726_180004.JPG",160,120,"Richmond Bridge, Richmond, Tasmania");
	aData[152] = new Data("2004_0726_181032.JPG",160,120,"Blossom, Richmond, Tasmania");
	aData[153] = new Data("2004_0728_210742.JPG",120,160,"Seahorse art outside Mures Restaurant, Hobart, Tasmania");
	aData[154] = new Data("2004_0729_182632.JPG",160,120,"Kookaburra, The Waterworks Reserve, South Hobart, Tasmania");
	aData[155] = new Data("2004_0729_184942.JPG",160,120,"Mount Wellington from the Waterworks Reserve, South Hobart, Tasmania");
	aData[156] = new Data("2004_0729_202834.JPG",160,120,"Tasman Bridge, Hobart, Tasmania");
	aData[157] = new Data("2004_0730_191832.JPG",160,120,"Kookaburra, Kuringgai Chase National Park, Sydney");
	aData[158] = new Data("2004_0730_193352.JPG",160,120,"Aboriginal rock engravings, Kuringgai Chase National Park, Sydney");
	aData[159] = new Data("2004_0730_190436.JPG",160,120,"Kangaroo, Kuringgai Chase National Park, Sydney");
	aData[160] = new Data("2004_0730_213625.JPG",160,120,"Kuringgai Chase National Park, Sydney");
	aData[161] = new Data("2004_0731_210026.JPG",160,120,"Sydney Harbour Bridge, Sydney");
	aData[162] = new Data("2004_0801_184918.JPG",120,160,"Watsons Bay, Sydney");
	aData[163] = new Data("2004_0801_191618.JPG",160,120,"Jo with Syndey in the background from Watsons Bay, Sydney");
	aData[164] = new Data("2004_0801_192107a.JPG",160,42,"Panorama from Watsons Bay, Sydney");
	aData[165] = new Data("2004_0802_194828.JPG",160,120,"Darling Harbour, Sydney");
	aData[166] = new Data("2004_0802_175236.JPG",120,160,"Darling Harbour, Sydney");
	aData[167] = new Data("2004_0802_215650.JPG",160,120,"Australian National Maritime Museum, Darling Habour, Sydney");
	aData[168] = new Data("2004_0613_111138.JPG",160,120,"Princess Atta, A Bugs Life, Disneys California Adventure, Anaheim, California");
	aData[169] = new Data("2004_0613_111338.JPG",120,160,"Flik, A Bugs Life, Disneys California Adventure, Anaheim, California");
	aData[170] = new Data("2004_0613_155554.JPG",160,120,"Hollywood Tower of Terror, Disneys California Adventure, Anaheim, California");
	aData[171] = new Data("2004_0613_122054.JPG",160,120,"Snow White and the Seven Dwarfs, Disneyland, Anaheim, California");
	aData[172] = new Data("2004_0613_122308.JPG",160,120,"Snow White and the Seven Dwarfs, Disneyland, Anaheim, California");
	aData[173] = new Data("2004_0613_125006.JPG",160,120,"Snow White and the Seven Dwarfs, Disneyland, Anaheim, California");
	aData[174] = new Data("2004_0613_210822.JPG",120,160,"Disneys Electrical Parade, Disneys California Adventure, Anaheim, California");
	aData[175] = new Data("2004_0613_204932.JPG",160,120,"Disneys Electrical Parade, Disneys California Adventure, Anaheim, California");
	aData[176] = new Data("2004_0613_205050.JPG",160,120,"Disneys Electrical Parade, Disneys California Adventure, Anaheim, California");
	aData[177] = new Data("2004_0613_205256.JPG",160,120,"Disneys Electrical Parade, Disneys California Adventure, Anaheim, California");
	aData[178] = new Data("2004_0613_210242.JPG",160,120,"Disneys Electrical Parade, Disneys California Adventure, Anaheim, California");
	aData[179] = new Data("2004_0613_210624.JPG",160,120,"Disneys Electrical Parade, Disneys California Adventure, Anaheim, California");
	aData[180] = new Data("2004_0613_231025.JPG",160,120,"Disneys Electrical Parade, Disneys California Adventure, Anaheim, California");
	aData[181] = new Data("2004_0605_090030.JPG",120,160,"Chris and Ginie in our backyard, California");
	aData[182] = new Data("2004_0602_124816.JPG",120,160,"NBC Studio Tour, Burbank, California");
	aData[183] = new Data("2004_0602_123847.JPG",160,120,"Chris and Ginie and The Days of Our Lives Cafe,  NBC Studio Tour, Burbank, California");
	aData[184] = new Data("2004_0602_142244.JPG",120,160,"The Cathedral of Our Lady of the Angels, Los Angeles, California");
	aData[185] = new Data("2004_0602_142626.JPG",160,120,"Tapestries, The Cathedral of Our Lady of the Angels, Los Angeles, California");
	aData[186] = new Data("2004_0602_143640.JPG",120,160,"Ornate Candle Holder, The Cathedral of Our Lady of the Angels, Los Angeles, California");
	aData[187] = new Data("2004_0602_150208.JPG",120,160,"Angels Flight  A Penny to Heaven, Los Angeles, California");
	aData[188] = new Data("2004_0602_153402.JPG",160,120,"Walt Disney Concert Hall, Los Angeles, California");
	aData[189] = new Data("2004_0604_154534.JPG",120,160,"Hollywood and the Cactus Garden at The Getty Center, California");
	aData[190] = new Data("2004_0604_154906.JPG",160,120,"Picture Window at The Getty Center, California");
	aData[191] = new Data("2004_0604_160548.JPG",160,120,"The Getty Center as seen from the tram, California");
	aData[192] = new Data("2004_0604_160648.JPG",160,120,"The 405 on the way back from The Getty Center, California");
	aData[193] = new Data("2004_0618_120552.JPG",120,160,"Rings at Muscle Beach, Santa Monica, California");
	aData[194] = new Data("2004_0618_152808.JPG",120,160,"Chinese Manns Theatre, Hollywood, California");
	aData[195] = new Data("2004_0618_153057.JPG",120,160,"Stewart and a Storm Trooper, Hollywood, California");
	aData[196] = new Data("2004_0620_231356.JPG",160,120,"Rob and Stewart about to experience California Screamin, Disneylands California Adventure, Anahiem, California");
	aData[197] = new Data("2004_0620_154827.JPG",120,160,"Miss Piggy, Disneys California Adventure, Anahiem, California");
	aData[198] = new Data("2004_0621_001051.JPG",160,120,"Rob and Stewart on The Maliboomer, Disneylands California Adventure, Anahiem, California");
	aData[199] = new Data("2004_0619_111014.JPG",160,120,"Legoland, Carlsbad, California");
	aData[200] = new Data("2004_0619_111736.JPG",160,120,"Legoland, Carlsbad, California");
	aData[201] = new Data("2004_0619_112314.JPG",160,120,"San Francisco, Miniland, Legoland, Carlsbad, California");
	aData[202] = new Data("2004_0619_112450.JPG",160,120,"Manns Chinese Theatre, Miniland ,Legoland, Carlsbad, California");
	aData[203] = new Data("2004_0619_171453.JPG",120,160,"Stewart and R2D2, Legoland, Carlsbad, California");
	aData[204] = new Data("2004_0619_130912.JPG",160,120,"FullScale Volvo Lego XC90, Legoland, Carlsbad, California");
	aData[205] = new Data("2004_0619_181325.JPG",160,120,"Stewart with Purchases, Legoland, Carlsbad, California");
	aData[206] = new Data("2004_0619_114340.JPG",160,120,"Kennedy Space Center, Miniland, Legoland, Carlsbad, California");
	aData[207] = new Data("2004_0619_114520.JPG",160,120,"Kennedy Space Center, Miniland, Legoland, Carlsbad, California");
	aData[208] = new Data("2004_0619_114544.JPG",120,160,"Kennedy Space Center, Miniland, Legoland, Carlsbad, California");
	aData[209] = new Data("2004_0619_114632.JPG",160,120,"Kennedy Space Center, Miniland, Legoland, Carlsbad, California");
	aData[210] = new Data("2004_0619_115348.JPG",160,120,"Fullscale model of a NASA rover, Legoland, Carlsbad, California");
	aData[211] = new Data("2004_0619_160255.JPG",160,120,"Jo and The Queen, Hall of Fame, Legoland, Carlsbad, California");
	aData[212] = new Data("2004_0619_160517.JPG",120,160,"Rodins The Thinker, Legoland, Carlsbad, California");
	aData[213] = new Data("2004_0619_161001.JPG",120,160,"Munchs The Scream, Legoland, Carlsbad, California");
	aData[214] = new Data("2004_0501_075652.JPG",120,160,"An arch on the way to/from Bryce Canyon, Red Canyon, Utah");
	aData[215] = new Data("2004_0501_092502.JPG",160,120,"Checkerboard Mesa, Zion National Park, Utah");
	aData[216] = new Data("2004_0501_102844.JPG",160,120,"View of the valley from the Overlook Trail, Zion National Park, Utah");
	aData[217] = new Data("2004_0501_102858.JPG",160,120,"View of the valley from the Overlook Trail, Zion National Park, Utah");
	aData[218] = new Data("2004_0501_1047542.JPG",160,120,"Wildflower on the Canyon Overlook Trail, Zion National Park, Utah");
	aData[219] = new Data("2004_0501_105542.JPG",160,120,"Rob standing under an overhang, Canyon Overlook Trail, Zion National Park, Utah");
	aData[220] = new Data("2004_0501_140350.JPG",120,160,"Water oozing from the rocks, Zion National Park, Utah");
	aData[221] = new Data("2004_0501_140218.JPG",160,120,"Cottonwood, Zion National Park, Utah");
	aData[222] = new Data("2004_0501_142658.JPG",160,120,"Geology of Zion National Park, Utah");
	aData[223] = new Data("2004_0501_145456.JPG",160,120,"Weeping Rock, Zion National Park, Utah");
	aData[224] = new Data("2004_0501_145724.JPG",160,120,"View from Weeping Rock, Zion National Park, Utah");
	aData[225] = new Data("2004_0501_145744.JPG",160,120,"Weeping Rock, Zion National Park, Utah");
	aData[226] = new Data("2004_0501_153840.JPG",160,120,"Deer seen from the Emerald Pools Trail, Zion National Park, Utah");
	aData[227] = new Data("2004_0501_155034.JPG",160,120,"Reflections, Lower Emerald Pool, Zion National Park, Utah");
	aData[228] = new Data("2004_0501_155744.JPG",120,160,"Jo on the way to the Middle Emerald Pools, Zion National Park, Utah");
	aData[229] = new Data("2004_0501_160108.JPG",120,160,"Reflections, Middle Emerald Pool, Zion National Park, Utah");
	aData[230] = new Data("2004_0501_160148.JPG",120,160,"Reflections, Middle Emerald Pool, Zion National Park, Utah");
	aData[231] = new Data("2004_0501_160800.JPG",120,160,"Jo with Reflection, Middle Emerald Pool, Zion National Park, Utah");
	aData[232] = new Data("2004_0501_160902.JPG",160,120,"Canyon Tree Frog, Zion National Park, Utah");
	aData[233] = new Data("2004_0501_162548.JPG",160,120,"View of The Virgin from Middle Emerald Pool Trail, River Zion National Park, Utah");
	aData[234] = new Data("2004_0501_163006.JPG",160,120,"Robs parents, Middle Emerald Pool Trail, Zion National Park, Utah");
	aData[235] = new Data("2004_0501_181634.JPG",120,160,"Rising Moon, outside Zion National Park, Utah");
	aData[236] = new Data("2004_0502_090412.JPG",160,120,"Desert Day Primrose, Zion National Park, Utah");
	aData[237] = new Data("2004_0502_090604.JPG",160,120,"Paintbrush, Zion National Park, Utah");
	aData[238] = new Data("2004_0502_090720.JPG",160,120,"Dessert Marigold, Zion National Park, Utah");
	aData[239] = new Data("2004_0502_092052.JPG",160,120,"Pinyon Pine, Zion National Park, Utah");
	aData[240] = new Data("2004_0502_092158.JPG",160,120,"Princess Plume, grows near uranium and arsenic, Zion National Park, Utah");
	aData[241] = new Data("2004_0502_092826.JPG",160,120,"Dessert Rice, Zion National Park, Utah");
	aData[242] = new Data("2004_0502_093906.JPG",160,120,"Dessert Grape, Zion National Park, Utah");
	aData[243] = new Data("2004_0502_094838.JPG",160,120,"Silk Tassel Bush, Zion National Park, Utah");
	aData[244] = new Data("2004_0502_095924.JPG",160,120,"Cryptobiotic Soil  Dont Bust the Crust, Zion National Park, Utah");
	aData[245] = new Data("2004_0502_100632.JPG",160,120,"Bitter Brush, Zion National Park, Utah");
	aData[246] = new Data("2004_0502_100812.JPG",160,120,"Sego lily, Zion National Park, Utah");
	aData[247] = new Data("2004_0502_101554.JPG",160,120,"Indian or Mormon Tea, Zion National Park, Utah");
	aData[248] = new Data("2004_0502_125224.JPG",120,160,"Kolob Canyon, Zion National Park");
	aData[249] = new Data("2004_0502_125046.JPG",160,120,"Kolob Canyon,  Zion National Park, Utah");
	aData[250] = new Data("2004_0502_170414.JPG",120,160,"Luxor, Las Vegas, Nevada");
	aData[251] = new Data("2004_0502_170646.JPG",120,160,"Luxor, Las Vegas, Nevada");
	aData[252] = new Data("2004_0502_170804.JPG",120,160,"Luxor, Las Vegas, Nevada");
	aData[253] = new Data("2004_0502_175402.JPG",160,120,"MGM Grand, Las Vegas, Nevada");
	aData[254] = new Data("2004_0502_181756.JPG",160,120,"MGM Grand, Las Vegas, Nevada");
	aData[255] = new Data("2004_0502_181316.JPG",160,120,"MGM Grand, Las Vegas, Nevada");
	aData[256] = new Data("2004_0502_221424.JPG",160,120,"Walgreens, Downtown Las Vegas, Nevada");
	aData[257] = new Data("2004_0502_231802.JPG",120,160,"Eiffel Tower, Las Vegas, Nevada");
	aData[258] = new Data("2004_0502_225912.JPG",160,120,"Bellagio Hotel, Las Vegas, Nevada");
	aData[259] = new Data("2004_0502_230404.JPG",160,120,"The Fountains at Bellagio, Las Vegas, Nevada");
	aData[260] = new Data("2004_0502_231734.JPG",160,120,"The Fountains at Bellagio, Las Vegas, Nevada");
	aData[261] = new Data("2004_0502_231746.JPG",160,120,"The Fountains at Bellagio, Las Vegas, Nevada");
	aData[262] = new Data("2004_0502_232902.JPG",160,120,"Bellagio, Las Vegas, Nevada");
	aData[263] = new Data("2004_0502_232954.JPG",160,120,"Bellagio, Las Vegas, Nevada");
	aData[264] = new Data("2004_0502_233514.JPG",160,120,"Bellagio, Las Vegas, Nevada");
	aData[265] = new Data("2004_0502_234702.JPG",160,120,"Excalibur, Las Vegas, Nevada");
	aData[266] = new Data("2004_0503_093954.JPG",120,160,"Excalibur from our hotel room, Las Vegas, Nevada");
	aData[267] = new Data("2004_0503_111400.JPG",160,120,"Mirage, Las Vegas, Nevada");
	aData[268] = new Data("2004_0503_112054.JPG",160,120,"White Tiger, Mirage, Las Vegas, Nevada");
	aData[269] = new Data("2004_0503_111848.JPG",120,160,"White Tiger, Mirage, Las Vegas, Nevada");
	aData[270] = new Data("2004_0503_112022.JPG",160,120,"White Tiger, Mirage, Las Vegas, Nevada");
	aData[271] = new Data("2004_0503_141332.JPG",120,160,"Hoover Dam, Nevada");
	aData[272] = new Data("2004_0503_150058.JPG",120,160,"Hoover Dam, Nevada");
	aData[273] = new Data("2004_0505_141318.JPG",160,120,"The propeller, The Queen Mary, Long Beach, California");
	aData[274] = new Data("2004_0505_120018.JPG",120,160,"Tigereye wood, The Queen Mary, Long Beach, California");
	aData[275] = new Data("2004_0505_114205.JPG",160,120,"Frieze in Picadilly Circus, The Queen Mary, Long Beach, California");
	aData[276] = new Data("2004_0505_121412.JPG",160,120,"First Class Dining Room, The Queen Mary, Long Beach, California");
	aData[277] = new Data("2004_0505_122302.JPG",160,120,"One of the hotel rooms aboard The Queen Mary, Long Beach, California");
	aData[278] = new Data("2004_0506_142345.JPG",160,120,"Goofys Nephew Disneyland, California");
	aData[279] = new Data("2004_0506_141847.JPG",120,160,"Alec, Mickey and Margaret, Disneyland, California");
	aData[280] = new Data("2004_0506_142250.JPG",160,120,"Pluto, Disneyland, California");
	aData[281] = new Data("2004_0506_142534.JPG",160,120,"Disneyland, California");
	aData[282] = new Data("2004_0506_142946.JPG",160,120,"Disneyland, California");
	aData[283] = new Data("2004_0506_143030.JPG",160,120,"Disneyland, California");
	aData[284] = new Data("2004_0506_174652.JPG",120,160,"Inoventions, Disneyland, California");
	aData[285] = new Data("2004_0506_190518.JPG",160,120,"The Parade, Disneyland, California");
	aData[286] = new Data("2004_0506_191246.JPG",160,120,"The Parade, Disneyland, California");
	aData[287] = new Data("2004_0506_190234.JPG",120,160,"The Parade, Disneyland, California");
	aData[288] = new Data("2004_0506_193724.JPG",160,120,"Main Street, Disneyland, California");
	aData[289] = new Data("2004_0515_094548.JPG",160,120,"Red Rock Canyon, Mojave, California");
	aData[290] = new Data("2004_0515_094722.JPG",160,120,"Red Rock Canyon, Mojave, California");
	aData[291] = new Data("2004_0515_100246.JPG",120,160,"Red Rock Canyon, Mojave, California");
	aData[292] = new Data("2004_0516_165004.JPG",160,49,"JPL Open Day, Jet Propulsion Laboratory, May 2004");
	aData[293] = new Data("2004_0516_100340.JPG",120,160,"Rob as an astronaut, Jet Propulsion Labs, May 2004");
	aData[294] = new Data("2004_0516_092136.JPG",160,120,"Fullscale Mars Rover, Jet Propulsion Labs, May 2004");
	aData[295] = new Data("2004_0516_104254.JPG",120,160,"Mars Rover Test Lab  rovers and inflated balloons, Jet Propulsion Labs, May 2004");
	aData[296] = new Data("2004_0516_130212.JPG",160,120,"Mission Control, Jet Propulsion Labs, May 2004");
	aData[297] = new Data("2004_0516_112626.JPG",160,120,"Infrared Camera, Jet Propulsion Labs, May 2004");
	aData[298] = new Data("2004_0516_162528.JPG",160,120,"Parts vending machine, Manufacturing, Jet Propulsion Labs, May 2004");
	aData[299] = new Data("2004_0516_000000.JPG",160,55,"3D Rob and Jo on Mars, Jet Propulsion Labs, May 2004");
	aData[300] = new Data("2004_0415_130209.JPG",160,120,"The Cactus Garden, The Getty Center, Los Angeles, California");
	aData[301] = new Data("2004_0415_131422.JPG",120,160,"The Getty Center, Los Angeles, California");
	aData[302] = new Data("2004_0415_131924.JPG",160,120,"The Getty Center, Los Angeles, California");
	aData[303] = new Data("2004_0415_132002.JPG",160,120,"The Getty Center, Los Angeles, California");
	aData[304] = new Data("2004_0415_133044.JPG",160,120,"The Getty Center, Los Angeles, California");
	aData[305] = new Data("2004_0415_133338.JPG",160,120,"The Getty Center, Los Angeles, California");
	aData[306] = new Data("2004_0415_143456.JPG",160,120,"The Getty Center, Los Angeles, California");
	aData[307] = new Data("2004_0417_123052.JPG",160,120,"Carlsbad Flower Fields, Carlsbad, California");
	aData[308] = new Data("2004_0417_123738.JPG",160,120,"Carlsbad Flower Fields, Carlsbad, California");
	aData[309] = new Data("2004_0417_143246.JPG",120,160,"San Diego Old Town, San Diego, California");
	aData[310] = new Data("2004_0417_171554.JPG",160,120,"San Diego Old Town, San Diego, California");
	aData[311] = new Data("2004_0417_191002.JPG",120,160,"United States Aircraft Carrier Memorial, San Diego Harbour, San Diego, California");
	aData[312] = new Data("2004_0417_185334.JPG",160,120,"The Midway, San Diego Harbour, San Diego, California");
	aData[313] = new Data("2004_0417_185000.JPG",160,120,"The Midway, San Diego Harbour, San Diego, California");
	aData[314] = new Data("2004_0417_191336.JPG",160,120,"The Midway, San Diego Harbour, San Diego, California");
	aData[315] = new Data("2004_0417_192150.JPG",160,120,"The Midway, San Diego Harbour, San Diego, California");
	aData[316] = new Data("2004_0417_190824.JPG",120,160,"Homecoming, San Diego Harbour, San Diego, California");
	aData[317] = new Data("2004_0417_201056.JPG",160,120,"San Diego City from Cabrillo National Monument, San Diego, California");
	aData[318] = new Data("2004_0417_202124.JPG",160,120,"A Lighthouse on Cabrillo National Monument, San Diego, California");
	aData[319] = new Data("2004_0418_164740.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[320] = new Data("2004_0418_123256.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[321] = new Data("2004_0418_114710.JPG",160,120,"Orchids, San Diego Wild Animal Park, Escondido, California");
	aData[322] = new Data("2004_0418_115144.JPG",160,120,"Orchids, San Diego Wild Animal Park, Escondido, California");
	aData[323] = new Data("2004_0418_134512.JPG",160,120,"Orchids, San Diego Wild Animal Park, Escondido, California");
	aData[324] = new Data("2004_0418_135122.JPG",160,120,"Orchids, San Diego Wild Animal Park, Escondido, California");
	aData[325] = new Data("2004_0418_163122.JPG",160,120,"Roadrunner, San Diego Wild Animal Park, Escondido, California");
	aData[326] = new Data("2004_0418_162548.JPG",120,160,"San Diego Wild Animal Park, Escondido, California");
	aData[327] = new Data("2004_0418_103816.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[328] = new Data("2004_0418_105414.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[329] = new Data("2004_0418_110644.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[330] = new Data("2004_0418_105920.JPG",120,160,"San Diego Wild Animal Park, Escondido, California");
	aData[331] = new Data("2004_0418_111128.JPG",160,115,"San Diego Wild Animal Park, Escondido, California");
	aData[332] = new Data("2004_0418_122212.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[333] = new Data("2004_0418_123658.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[334] = new Data("2004_0418_131352.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[335] = new Data("2004_0418_160454.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[336] = new Data("2004_0418_162644.JPG",120,160,"San Diego Wild Animal Park, Escondido, California");
	aData[337] = new Data("2004_0418_164222.JPG",120,160,"San Diego Wild Animal Park, Escondido, California");
	aData[338] = new Data("2004_0418_164334.JPG",160,120,"San Diego Wild Animal Park, Escondido, California");
	aData[339] = new Data("2004_0425_093850.JPG",160,120,"Honour Guard, US Navy Cadets, Anzac Day Ceremony, Los Angeles National Ceremony, Wilshire, Los Angeles, California");
	aData[340] = new Data("2004_0425_093905.JPG",160,120,"From left, Father Gary Turner, The Honourable John Olson, and The Honourable Rob Taylor, Anzac Day Ceremony, Los Angeles National Ceremony, Wilshire, Los Angeles, California");
	aData[341] = new Data("2004_0426_104228.JPG",160,120,"Planes of Fame Air Museum, Valle, Arizona");
	aData[342] = new Data("2004_0426_104342.JPG",160,120,"Rob about to be taken by an eagle outside the Planes of Fame Air Museum, Valle, Arizona");
	aData[343] = new Data("2004_0426_105046.JPG",160,120,"Jo, Rob & Robs parents outside the Planes of Fame Air Museum, Valle, Arizona");
	aData[344] = new Data("2004_0426_125554.JPG",160,120,"Rob and his parents on the edge of The Grand Canyon, Arizona");
	aData[345] = new Data("2004_0426_131152.JPG",120,160,"The Grand Canyon, Arizona");
	aData[346] = new Data("2004_0426_132420.JPG",160,120,"The Grand Canyon, Arizona");
	aData[347] = new Data("2004_0426_132920.JPG",160,120,"A woodpecker pecking holes in a tree in The Grand Canyon, Arizona");
	aData[348] = new Data("2004_0426_132114.JPG",120,160,"The Grand Canyon, Arizona");
	aData[349] = new Data("2004_0426_143336.JPG",120,160,"Switchbacks on a trail leading to the bottom of The Grand Canyon, Arizona");
	aData[350] = new Data("2004_0426_141320.JPG",160,120,"The Grand Canyon, Arizona");
	aData[351] = new Data("2004_0426_155248.JPG",160,120,"The Grand Canyon, Arizona");
	aData[352] = new Data("2004_0426_163618.JPG",160,120,"Hermits Rest, The Grand Canyon, Arizona");
	aData[353] = new Data("2004_0426_135424.JPG",120,160,"Rob takes a look at the view into The Grand Canyon, Arizona");
	aData[354] = new Data("2004_0426_191016.JPG",120,160,"Sunset at The Grand Canyon, Arizona");
	aData[355] = new Data("2004_0426_184728.JPG",160,120,"Sunset at The Grand Canyon, Arizona");
	aData[356] = new Data("2004_0427_085832.JPG",160,120,"Flying over The Grand Canyon");
	aData[357] = new Data("2004_0427_091026.JPG",160,120,"Flying over The Grand Canyon");
	aData[358] = new Data("2004_0427_092134.JPG",160,120,"Flying over The Grand Canyon");
	aData[359] = new Data("2004_0427_092642.JPG",160,120,"Flying over The Grand Canyon");
	aData[360] = new Data("2004_0427_094510.JPG",160,120,"Flying over The Grand Canyon");
	aData[361] = new Data("2004_0427_095042.JPG",160,120,"Flying over The Grand Canyon");
	aData[362] = new Data("2004_0427_111344.JPG",160,120,"The Grand Canyon, Arizona");
	aData[363] = new Data("2004_0427_121348.JPG",160,120,"Looking down at the South Kaibab Trail, The Grand Canyon, Arizona");
	aData[364] = new Data("2004_0427_121826.JPG",160,120,"On the South Kaibab Trail, The Grand Canyon, Arizona");
	aData[365] = new Data("2004_0427_122212.JPG",120,160,"On the South Kaibab Trail, The Grand Canyon, Arizona");
	aData[366] = new Data("2004_0427_124558.JPG",160,120,"Rob enjoying the break at Oh Ah Point, South Kaibab Trail, The Grand Canyon, Arizona");
	aData[367] = new Data("2004_0427_132450.JPG",160,120,"Robs Dad enjoying the break at Oh Ah Point, South Kaibab Trail, The Grand Canyon, Arizona");
	aData[368] = new Data("2004_0427_123556.JPG",160,120,"Flower on the South Kaibab Trail, The Grand Canyon, Arizona");
	aData[369] = new Data("2004_0427_124416.JPG",160,120,"Rob with Oh Ah Point behind him on the South Kaibab Trail, The Grand Canyon, Arizona");
	aData[370] = new Data("2004_0427_132500.JPG",120,160,"Jo enjoying the break at Oh Ah Point, South Kaibab Trail, The Grand Canyon, Arizona");
	aData[371] = new Data("2004_0427_133142.JPG",160,120,"Jo starting back up the South Kaibab Trail, The Grand Canyon, Arizona");
	aData[372] = new Data("2004_0427_142056.JPG",160,120,"The Grand Canyon, Arizona");
	aData[373] = new Data("2004_0427_143756.JPG",120,160,"Sometimes you have to point out the obvious ... The Grand Canyon, Arizona");
	aData[374] = new Data("2004_0427_184434.JPG",120,160,"The sun setting over The Grand Canyon, Arizona");
	aData[375] = new Data("2004_0427_185738.JPG",120,160,"The sun setting over The Grand Canyon, Arizona");
	aData[376] = new Data("2004_0427_184142.JPG",160,120,"The sun setting over The Grand Canyon, Arizona");
	aData[377] = new Data("2004_0427_184242.JPG",160,120,"The sun setting over The Grand Canyon, Arizona");
	aData[378] = new Data("2004_0427_185830.JPG",120,160,"The sun setting over The Grand Canyon, Arizona");
	aData[379] = new Data("2004_0427_190422.JPG",120,160,"The sun setting over The Grand Canyon, Arizona");
	aData[380] = new Data("2004_0428_093244.JPG",160,120,"Colorado River, Grand Canyon, Arizona");
	aData[381] = new Data("2004_0428_093548.JPG",160,120,"Inside The Watchtower, Grand Canyon, Arizona");
	aData[382] = new Data("2004_0428_094000.JPG",160,120,"Grand Canyon from the top of The Watchtower, Arizona");
	aData[383] = new Data("2004_0428_100912.JPG",120,160,"The Watchtower, Grand Canyon, Arizona");
	aData[384] = new Data("2004_0428_095232.JPG",160,120,"View of Grand Canyon from Reflectoscopes, Grand Canyon, Arizona");
	aData[385] = new Data("2004_0428_095356.JPG",160,120,"View of Grand Canyon from Reflectoscopes, Grand Canyon, Arizona");
	aData[386] = new Data("2004_0428_095826.JPG",120,160,"View of Grand Canyon from Reflectoscopes, Grand Canyon, Arizona");
	aData[387] = new Data("2004_0428_113718.JPG",160,120,"Sand blowing across the highway on our way to Zion Canyon, Arizona");
	aData[388] = new Data("2004_0428_144544.JPG",160,120,"Glen Canyon Dam and Lake Powel, Arizona");
	aData[389] = new Data("2004_0428_144344.JPG",120,160,"Glen Canyon Dam and Lake Powel, Arizona");
	aData[390] = new Data("2004_0428_144732.JPG",160,120,"Rob taking a photo of Glen Canyon Dam and Lake Powel, Arizona");
	aData[391] = new Data("2004_0429_092759.JPG",120,160,"Hoodoo in Bryce Canyon, Utah");
	aData[392] = new Data("2004_0429_093850.JPG",160,120,"Bryce Canyon, Utah");
	aData[393] = new Data("2004_0429_095018.JPG",160,120,"Snowflakes settling on Jos top, Bryce Canyon, Utah");
	aData[394] = new Data("2004_0429_095720.JPG",160,120,"Rob and his parents on the Bristlecone Pine Trail, Bryce Canyon, Utah");
	aData[395] = new Data("2004_0429_105504.JPG",160,120,"Hoodoos in Bryce Canyon, Utah");
	aData[396] = new Data("2004_0429_105804.JPG",120,160,"Margaret taking a photo in Bryce Canyon, Utah");
	aData[397] = new Data("2004_0429_110904.JPG",120,160,"An arch, Bryce Canyon, Utah");
	aData[398] = new Data("2004_0429_111848.JPG",120,160,"Bryce Canyon, Utah");
	aData[399] = new Data("2004_0429_112252.JPG",160,120,"Some of the wildlife in Bryce Canyon, Utah");
	aData[400] = new Data("2004_0429_113042.JPG",160,120,"Some of the wildlife in Bryce Canyon, Utah");
	aData[401] = new Data("2004_0429_141754.JPG",120,160,"An Uinta Chipmunk, Bryce Canyon, Utah");
	aData[402] = new Data("2004_0429_113540.JPG",160,120,"Bryce Canyon, Utah");
	aData[403] = new Data("2004_0429_103418.JPG",160,120,"Bryce Canyon, Utah");
	aData[404] = new Data("2004_0429_113748.JPG",120,160,"Bryce Canyon, Utah");
	aData[405] = new Data("2004_0429_125700.JPG",160,120,"Bryce Canyon, Utah");
	aData[406] = new Data("2004_0429_113430.JPG",160,120,"Jo diving into a hollow log, Bryce Canyon, Utah");
	aData[407] = new Data("2004_0430_053332.JPG",120,160,"Outside the motel room, outside Bryce Canyon, Utah");
	aData[408] = new Data("2004_0430_090136.JPG",120,160,"Snow covered farm equipment, outside Bryce Canyon, Utah");
	aData[409] = new Data("2004_0430_101358.JPG",120,160,"Looking down the Navajo trail into Wall Street, Bryce Canyon, Utah");
	aData[410] = new Data("2004_0430_101750.JPG",120,160,"Walking the Navajo trail, Bryce Canyon, Utah");
	aData[411] = new Data("2004_0430_102554.JPG",120,160,"Slot canyons in Wall Street on the Navajo Trail, Bryce Canyon, Utah");
	aData[412] = new Data("2004_0430_102832.JPG",120,160,"A Cyprus Pine growing at the bottom of Wall Street, Navajo Trail, Bryce Canyon, Utah");
	aData[413] = new Data("2004_0430_102931.JPG",120,160,"Cypress Pines, Wall Street on the Navajo Trail, Bryce Canyon, Utah");
	aData[414] = new Data("2004_0430_110442.JPG",120,160,"Rob under Two Bridges on the Navajo Trail, Bryce Canyon, Utah");
	aData[415] = new Data("2004_0430_114444.JPG",120,160,"Hoodoos, as seen on the Queen Trail,  Bryce Canyon, Utah");
	aData[416] = new Data("2004_0430_115204.JPG",120,160,"Queen Victoria, Queens Trail, Bryce Canyon, Utah");
	aData[417] = new Data("2004_0430_121258.JPG",120,160,"Rob coming through one of the arches cut for the Queens Trail, Bryce Canyon, Utah");
	aData[418] = new Data("2004_0430_120252.JPG",160,120,"Hoodoos from the Queens Trail, Bryce Canyon, Utah");
	aData[419] = new Data("2004_0430_121652.JPG",160,120,"Queens Trail, Bryce Canyon, Utah");
	aData[420] = new Data("2004_0430_124024.JPG",120,160,"How trees survive ... Bryce Canyon, Utah");
	aData[421] = new Data("2004_0430_184804.JPG",160,120,"Sunset over Sunset Point, Bryce Canyon, Utah");
	aData[422] = new Data("2004_0430_185040.JPG",160,120,"Sunset over Sunset Point, Bryce Canyon, Utah");
	aData[423] = new Data("2004_0430_185318.JPG",160,120,"Sunset over Sunset Point, Bryce Canyon, Utah");
	aData[424] = new Data("2004_0430_190844.JPG",160,120,"The Moon at Sunset Point, Bryce Canyon, Utah");
	aData[425] = new Data("2004_0430_203152.JPG",160,120,"Sunrise Point by Starlight enhanced, Bryce Canyon, Utah");
	aData[426] = new Data("2004_0430_203826.JPG",160,120,"Tree and stars, Sunrise Point, Bryce Canyon, Utah");
	aData[427] = new Data("2004_0309_171247.JPG",120,160,"View from the Courthouse Roof, Santa Barbara, California");
	aData[428] = new Data("2004_0309_173400.JPG",120,160,"Mission Santa Barbara, Santa Barbara, California");
	aData[429] = new Data("2004_0309_173654.JPG",160,120,"A woven bowl, Mission Santa Barbara, Santa Barbara, California");
	aData[430] = new Data("2004_0309_174354.JPG",120,160,"Rare statue carved by a Native American, Santa Barbara Mission, Santa Barbara, California");
	aData[431] = new Data("2004_0309_1824021.JPG",120,160,"Father Juniper Serra, Mission Santa Barbara, Santa Barbara, California");
	aData[432] = new Data("2004_0309_184106.JPG",160,120,"Mission Santa Barbara, Santa Barbara, California");
	aData[433] = new Data("2004_0309_184446.JPG",160,120,"Lions Head spout on lavanderia build by The Chumash Indians, Mission Santa Barbara, Santa Barbara, California");
	aData[434] = new Data("2004_0309_182714.JPG",120,160,"Mum sitting underneath a Morton Bay Fig, Mission Santa Barbara, Santa Barbara, California");
	aData[435] = new Data("2004_0310_113102.JPG",120,160,"View from the window of Svendsgaards Danish Lodge, Solvang, California");
	aData[436] = new Data("2004_0310_133520.JPG",120,160,"One of the windmills in Solvang, California");
	aData[437] = new Data("2004_0310_135140.JPG",120,160,"A stainedglass window in Bethania Lutheran Church, Solvang, California");
	aData[438] = new Data("2004_0310_155152.JPG",160,120,"Mission Santa Ines, Solvang, California");
	aData[439] = new Data("2004_0310_174012.JPG",160,120,"The Kitchen in the Elverhoj Museum, Solvang, California");
	aData[440] = new Data("2004_0310_174642.JPG",160,120,"The Elverhoj Museum, Solvang, California");
	aData[441] = new Data("2004_0310_195350.JPG",120,160,"Morro Rock, Morro Bay, California");
	aData[442] = new Data("2004_0310_1958061.JPG",160,120,"Mum under a tree in Morro Bay, California");
	aData[443] = new Data("2004_0310_212312.JPG",160,120,"Sunset at Cambria, California");
	aData[444] = new Data("2004_0311_123854.JPG",120,160,"The Neptune Pool, Hearst Castle, San Simeon, California");
	aData[445] = new Data("2004_0311_125120.JPG",160,120,"One of the many statues on the grounds of Hearst Castle, San Simeon, California");
	aData[446] = new Data("2004_0311_130142.JPG",160,120,"One of the ornate ceilings in Casa Grande, Hearst Castle, San Simeon, California");
	aData[447] = new Data("2004_0311_131336.JPG",120,160,"The Library in Casa Grande, Hearst Castle, San Simeon, California");
	aData[448] = new Data("2004_0311_132628.JPG",160,120,"The Newspaper rack, Casa Grande, Hearst Castle, San Simeon, California");
	aData[449] = new Data("2004_0311_132254.JPG",120,160,"Randolf Hearsts bedroom in Casa Grande, Hearst Castle, San Simeon, California");
	aData[450] = new Data("2004_0311_133412.JPG",120,160,"Ornate screens in a tower room, Casa Grande, Hearst Castle, San Simeon, California");
	aData[451] = new Data("2004_0311_134304.JPG",160,120,"The Kitchen, Casa Grande, Hearst Castle, San Simeon, California");
	aData[452] = new Data("2004_0311_134314.JPG",160,120,"Ornate tap fixtures, The Kitchen, Casa Grande, Hearst Castle, San Simeon, California");
	aData[453] = new Data("2004_0311_135120.JPG",160,120,"The Roman Pool, Hearst Castle, San Simeon, California");
	aData[454] = new Data("2004_0311_135218.JPG",120,160,"The Roman Pool, Hearst Castle, San Simeon, California");
	aData[455] = new Data("2004_0311_144054.JPG",160,120,"Hearst Castle from the Visitors Center, San Simeon, California");
	aData[456] = new Data("2004_0311_1533341.JPG",160,120,"Some of the Elephant Seals, San Simeon, California");
	aData[457] = new Data("2004_0311_2054421.JPG",120,160,"Sunset at Lompoc, California");
	aData[458] = new Data("2004_0312_120144.JPG",120,160,"Murals, Lompoc, California");
	aData[459] = new Data("2004_0312_120452.JPG",160,120,"Murals, Lompoc, California");
	aData[460] = new Data("2004_0312_121212.JPG",160,120,"Murals, Lompoc, California");
	aData[461] = new Data("2004_0312_141042.JPG",160,120,"Restoring the roof at La Purisima Mission, Lompoc, California");
	aData[462] = new Data("2004_0312_142116.JPG",160,120,"Flowers at La Purisima Mission, Lompoc, California");
	aData[463] = new Data("2004_0312_150432.JPG",117,160,"Mum peaking out from behind some columns at La Purisima Mission, Lompoc, California");
	aData[464] = new Data("2004_0313_154814.JPG",120,160,"Elvis is everywhere, including the Saint Patricks Day Parade, Hermosa Beach, California");
	aData[465] = new Data("2004_0313_135310.JPG",120,160,"Saint Patricks Day Parade, Hermosa Beach, California");
	aData[466] = new Data("2004_0313_134332.JPG",160,120,"Saint Patricks Day Parade, Hermosa Beach, California");
	aData[467] = new Data("2004_0313_140423.JPG",160,120,"Saint Patricks Day Parade, Hermosa Beach, California");
	aData[468] = new Data("2004_0313_141528.JPG",120,160,"Saint Patricks Day Parade, Hermosa Beach, California");
	aData[469] = new Data("2004_0313_144516.JPG",160,120,"Saint Patricks Day Parade, Hermosa Beach, California");
	aData[470] = new Data("2004_0313_145206.JPG",160,120,"Saint Patricks Day Parade, Hermosa Beach, California");
	aData[471] = new Data("2004_0313_154146.JPG",160,120,"Mirra Costa High Band, Saint Patricks Day Parade, Hermosa Beach, California");
	aData[472] = new Data("2004_0313_154426.JPG",160,120,"Synchronised Trolley Drivers, Saint Patricks Day Parade, Hermosa Beach, California");
	aData[473] = new Data("2004_0314_162058.JPG",160,120,"30th Annual Festival of the Kite, Redondo Beach Pier, California");
	aData[474] = new Data("2004_0314_161312.JPG",160,120,"Japanese Taiko drummers, 30th Annual Festival of the Kite, Redondo Beach Pier, California");
	aData[475] = new Data("2004_0314_161446.JPG",160,120,"Japanese Taiko drummers, 30th Annual Festival of the Kite, Redondo Beach Pier, California");
	aData[476] = new Data("2004_0314_162314.JPG",160,120,"30th Annual Festival of the Kite, Redondo Beach Pier, California");
	aData[477] = new Data("2004_0314_162332.JPG",160,120,"30th Annual Festival of the Kite, Redondo Beach Pier, California");
	aData[478] = new Data("2004_0315_162125.JPG",160,120,"Ranunculus at Carlsbad, California");
	aData[479] = new Data("2004_0315_162135.JPG",160,120,"Ranunculus at Carlsbad, California");
	aData[480] = new Data("2004_0315_162704.JPG",160,120,"Ranunculus at Carlsbad, California");
	aData[481] = new Data("2004_0315_171328.JPG",121,160,"Mum being a flower, Ranunculus at the Carlsbad Flower Fields, Carlsbad, California");
	aData[482] = new Data("2004_0315_172016.JPG",160,120,"Ranunculus at Carlsbad, California");
	aData[483] = new Data("2004_0316_125304.JPG",160,120,"Streetscape in Tijuana, Mexico");
	aData[484] = new Data("2004_0316_130057.JPG",160,120,"One of two bullfighting rings in Tijuana, Mexico");
	aData[485] = new Data("2004_0316_134042.JPG",120,160,"Toll Booth, on the way to Rosarita Beach, Mexico");
	aData[486] = new Data("2004_0316_141214.JPG",120,160,"The Pier at Rosarita Beach, Mexico");
	aData[487] = new Data("2004_0316_134224.JPG",160,120,"Cloneville on the way to Rosarita Beach, Mexico");
	aData[488] = new Data("2004_0316_141154.JPG",160,120,"Sign on Rosarita Beach, Mexico");
	aData[489] = new Data("2004_0316_141630.JPG",160,120,"Through this door pass the beautiful women of the world, The Rosarita Beach Hotel, Rosarita Beach, Mexico");
	aData[490] = new Data("2004_0316_154318.JPG",160,120,"Welcome to Ensenada, Ensanada Mexico");
	aData[491] = new Data("2004_0316_183854.JPG",120,160,"The Mexican Flag, and the sea, Ensenada, Mexico");
	aData[492] = new Data("2004_0317_135002.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[493] = new Data("2004_0317_140832.JPG",160,120,"Polar Bear tracking a bird, San Diego Zoo, San Diego, California");
	aData[494] = new Data("2004_0317_140848.JPG",160,120,"Polar Bear after tracking bird effort failed, San Diego Zoo, San Diego, California");
	aData[495] = new Data("2004_0317_144720.JPG",160,120,"Bai Yun, San Diego Zoo, San Diego, California");
	aData[496] = new Data("2004_0317_145342.JPG",160,120,"Mei Sheng, born August 19, 2003, San Diego Zoo, San Diego, California");
	aData[497] = new Data("2004_0317_145402.JPG",160,120,"Mei Sheng, born August 19, 2003, San Diego Zoo, San Diego, California");
	aData[498] = new Data("2004_0317_151932.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[499] = new Data("2004_0317_161940.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[500] = new Data("2004_0317_164902.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[501] = new Data("2004_0317_171530.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[502] = new Data("2004_0317_173530.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[503] = new Data("2004_0317_174002.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[504] = new Data("2004_0317_182736.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[505] = new Data("2004_0317_185140.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[506] = new Data("2004_0317_190448.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[507] = new Data("2004_0317_195238.JPG",160,120,"A Tree Kangaroo, San Diego Zoo, San Diego, California");
	aData[508] = new Data("2004_0317_195444.JPG",160,120,"San Diego Zoo, San Diego, California");
	aData[509] = new Data("2004_0318_170905.JPG",160,120,"San Diego Old Town, California");
	aData[510] = new Data("2004_0318_145448.JPG",120,160,"Did this oven inspire George Lucas to create Darth Vadar  San Diego Old Town, California");
	aData[511] = new Data("2004_0320_184356.JPG",120,160,"Mariposa Grove of Sequoias, Yosemite National Park, California");
	aData[512] = new Data("2004_0320_185722.JPG",120,160,"Mariposa Sequoia Grove, Yosemite National Park, California");
	aData[513] = new Data("2004_0320_193808.JPG",120,160,"The Sequoia that the stagecoach used to go through, Yosemite National Park, California");
	aData[514] = new Data("2004_0320_191510.JPG",160,120,"A Sequoia that had been cut through, Yosemite National Park, California");
	aData[515] = new Data("2004_0320_195700.JPG",160,120,"Jo and Margaret walk back through the snow, Yosemite National Park, California");
	aData[516] = new Data("2004_0320_201614.JPG",120,160,"Some lichen on a tree, Mariposa Sequoia Grove, Yosemite National Park, California");
	aData[517] = new Data("2004_0321_134800.JPG",160,120,"The Merced River, Yosemite National Park, California");
	aData[518] = new Data("2004_0321_132006.JPG",120,160,"The Cascades Waterfall, Yosemite National Park, California");
	aData[519] = new Data("2004_0321_170258.JPG",120,160,"Yosemite Falls, Yosemite National Park, California");
	aData[520] = new Data("2004_0321_171206.JPG",160,120,"The spray produced by Yosemite Falls, Yosemite National Park, California");
	aData[521] = new Data("2004_0321_142512.JPG",120,160,"Yosemite Falls, Yosemite National Park, California");
	aData[522] = new Data("2004_0321_141612.JPG",120,160,"Reflections in Mirror Lake, Yosemite National Park, California");
	aData[523] = new Data("2004_0321_142650.JPG",160,120,"Snowcapped peak, Yosemite National Park, California");
	aData[524] = new Data("2004_0321_184158.JPG",120,160,"Reflections on Lake Merced, Yosemite National Park, California");
	aData[525] = new Data("2004_0321_202818.JPG",160,120,"Bridalveil Falls from Tunnel View, Yosemite National Park, California");
	aData[526] = new Data("2004_0321_205224.JPG",120,160,"Bridalveil Falls from Tunnel View, Yosemite National Park, California");
	aData[527] = new Data("2004_0322_123944.JPG",160,120,"Redbud in bloom on the Merced River, Yosemite National Park, California");
	aData[528] = new Data("2004_0322_130700.JPG",120,160,"Arch Rock Entrance, Yosemite National Park, California");
	aData[529] = new Data("2004_0322_153520.JPG",120,160,"Nevada Falls, Yosemite National Park, California");
	aData[530] = new Data("2004_0322_153536.JPG",160,120,"Half Dome and Nevada Falls, Yosemite National Park, California");
	aData[531] = new Data("2004_0322_153812.JPG",160,120,"Jo and Margaret resting after their walk to Clark Point, Yosemite National Park, California");
	aData[532] = new Data("2004_0322_165536.JPG",120,160,"Vernal Falls, Yosemite National Park, California");
	aData[533] = new Data("2004_0322_170816.JPG",160,120,"Margaret, Rob & Jo on the bridge below Vernal Falls, Yosemite National Park, California");
	aData[534] = new Data("2004_0322_173512.JPG",120,160,"You can walk to Mount Whitney from here ... Yosemite National Park, California");
	aData[535] = new Data("2004_0322_202632.JPG",120,160,"Ski field at Badger Pass, Yosemite National Park, California");
	aData[536] = new Data("2004_0322_205356.JPG",120,160,"Bridalveil Falls from Tunnel View, Yosemite National Park, California");
	aData[537] = new Data("2004_0322_205406.JPG",160,120,"Half Dome from Tunnel View, Yosemite National Park, California");
	aData[538] = new Data("2004_0322_205640.JPG",120,160,"Sunset from Tunnel View, Yosemite National Park, California");
	aData[539] = new Data("2004_0323_133351.JPG",120,160,"The Chapel, Yosemite National Park, California");
	aData[540] = new Data("2004_0323_134204.JPG",120,160,"The Photography walk, Yosemite National Park, California");
	aData[541] = new Data("2004_0323_140538.JPG",120,160,"Bridge, Merced River and Yosemite Falls, Yosemite National Park, California");
	aData[542] = new Data("2004_0325_132133.JPG",160,120,"Jo and her Mum meet Tigger in Disneyland, California");
	aData[543] = new Data("2004_0325_163524.JPG",160,120,"Mirror, Mirror on the wall ... Disneyland, California");
	aData[544] = new Data("2004_0325_164612.JPG",160,120,"Snow White and her forrest friends clean up the home of the 7 Dwarfs, Disneyland, California");
	aData[545] = new Data("2004_0325_164812.JPG",160,120,"The 7 Dwarfs return home, Disneyland, California");
	aData[546] = new Data("2004_0325_170920.JPG",160,120,"Some day, my Prince will come ... Disneyland, California");
	aData[547] = new Data("2004_0325_170944.JPG",160,120,"Snow White and her Prince, Disneyland, California");
	aData[548] = new Data("2004_0325_194408.JPG",160,120,"Billy Hill & the Hillbillies play each others instruments, Disneyland, California");
	aData[549] = new Data("2004_0325_201828.JPG",120,160,"Jo and her Mum meet Mickey in Disneyland, California");
	aData[550] = new Data("2004_0325_203816.JPG",160,120,"Platypi its a small world ..., Disneyland, California");
	aData[551] = new Data("2004_0325_234314.JPG",160,120,"Jo s Mum in front of the Castle, Disneyland, California");
	aData[552] = new Data("2004_0330_162933.JPG",160,120,"Miine Mouse at Disneys California Adventure, California");
	aData[553] = new Data("2004_0330_165855.JPG",160,120,"Jos Mum enjoying pizza by the slice at Pizza Oom Mow Mow, Disneys California Adventure, California");
	aData[554] = new Data("2004_0330_183936.JPG",120,160,"Jos Mum says Gday to Donald Duck, Disneys California Adventure, California");
	aData[555] = new Data("2004_0330_174232.JPG",160,120,"Blossoms in Disneys California Adventure, California");
	aData[556] = new Data("2004_0330_184236.JPG",160,120,"Sulley from Monsters, Inc, Disneys California Adventure, California");
	aData[557] = new Data("2004_0330_195420.JPG",120,160,"Posing Pluto, Disneys California Adventure, California");
	aData[558] = new Data("2004_0330_195330.JPG",160,120,"Pluto, Disneys California Adventure, California");
	aData[559] = new Data("2004_0330_213456.JPG",160,120,"Jos Mum outside Disneys California Adventure, California");
	aData[560] = new Data("2004_0330_212810.JPG",160,120,"Shopping in Disneys California Adventure, California");
	aData[561] = new Data("2004_0330_204812.JPG",120,160,"Posing Flik, Its a Bugs Life, Disneys California Adventure, California");
	aData[562] = new Data("2004_0327_150442.JPG",160,120,"Azaleas, Torrance Community Center, California");
	aData[563] = new Data("2004_0328_180036.JPG",160,120,"Winter trees, The Getty Center, California");
	aData[564] = new Data("2004_0328_180050.JPG",160,120,"The garden and maze, The Getty Center, California");
	aData[565] = new Data("2004_0329_224238.JPG",160,120,"Jo and her Mum celebrate Robs birthday in El Torrito, Manhattan Beach, California");
	aData[566] = new Data("2004_0213_161348.JPG",160,120,"Trona Pinnacles, Death Valley National Park");
	aData[567] = new Data("2004_0213_163852.JPG",160,120,"Trona Pinnacles, Death Valley National Park");
	aData[568] = new Data("2004_0213_184712.JPG",120,160,"Sand Dunes, Death Valley National Park");
	aData[569] = new Data("2004_0213_195749.JPG",160,120,"Sunset at Dantes View, Death Valley National Park");
	aData[570] = new Data("2004_0213_200502.JPG",160,120,"Sunset at Dantes View looking at Badwater, Death Valley National Park");
	aData[571] = new Data("2004_0213_201210.JPG",160,120,"Sunset at Dantes View  it was a bit chilly, Death Valley National Park");
	aData[572] = new Data("2004_0213_201528.JPG",160,120,"Rob enjoys the sunset at Dantes View, Death Valley National Park");
	aData[573] = new Data("2004_0213_200652.JPG",160,36,"Sunset at Dantes View, Death Valley National Park");
	aData[574] = new Data("2004_0214_131449.JPG",160,120,"Death Valley Ranch Scottys Castle, Death Valley National Park");
	aData[575] = new Data("2004_0214_123635.JPG",160,120,"Coyote on the road to Scottys Castle, Death Valley National Park");
	aData[576] = new Data("2004_0214_142100.JPG",160,120,"The weathervane at Scottys Castle, Death Valley National Park");
	aData[577] = new Data("2004_0214_142404.JPG",120,160,"The chime tower, Scottys Castle, Death Valley National Park");
	aData[578] = new Data("2004_0214_143234.JPG",160,120,"A view of Scottys Castle with the incomplete pool in the foreground, Death Valley National Park");
	aData[579] = new Data("2004_0214_133444.JPG",160,120,"The dining room, with custom crockery, Scottys Castle, Death Valley National Park");
	aData[580] = new Data("2004_0214_134926.JPG",160,120,"Baskets woven by Indians near Scottys Castle, Death Valley National Park");
	aData[581] = new Data("2004_0214_135330.JPG",120,160,"A view of the courtyard and beyond, Scottys Castle, Death Valley National Park");
	aData[582] = new Data("2004_0214_135504.JPG",160,120,"One of the many water fountains, Scottys Castle, Death Valley National Park");
	aData[583] = new Data("2004_0214_140734.JPG",160,120,"Spiral staircase, Scottys Castle, Death Valley National Park");
	aData[584] = new Data("2004_0214_160410.JPG",160,120,"Rob and Ubehebe crater, Death Valley National Park");
	aData[585] = new Data("2004_0214_180728.JPG",160,120,"Jo taking a rest after walking 2 miles up Titus Canyon, Death Valley National Park");
	aData[586] = new Data("2004_0214_182752.JPG",120,160,"Jo hiding behind some rocks in Titus Canyon, Death Valley National Park");
	aData[587] = new Data("2004_0214_200012.JPG",160,120,"Sunset over the sand dunes, Death Valley National Park");
	aData[588] = new Data("2004_0214_200912.JPG",120,160,"Sunset over the sand dunes, Death Valley National Park");
	aData[589] = new Data("2004_0215_094910.JPG",160,120,"Telescope Peak, Sunset from Zabriskie Point, Death Valley National Park");
	aData[590] = new Data("2004_0215_095036.JPG",160,120,"Colours on the mountains over the valley from Zabriskie Point, Sunset, Death Valley National Park");
	aData[591] = new Data("2004_0215_095548.JPG",160,120,"Sunset on Zabriskie Point, Death Valley National Park");
	aData[592] = new Data("2004_0215_095612.JPG",160,120,"Sunset near Zabriskie Point, Death Valley National Park");
	aData[593] = new Data("2004_0215_095622.JPG",160,120,"Sunset on Zabriskie Point, Death Valley National Park");
	aData[594] = new Data("2004_0215_105418.JPG",160,120,"Twenty Mule Canyon, Death Valley National Park");
	aData[595] = new Data("2004_0215_110706.JPG",120,160,"Rob at the top of a tall mound, Twenty Mule Canyon, Death Valley National Park");
	aData[596] = new Data("2004_0215_105748.JPG",160,120,"Twenty Mule Canyon, Death Valley National Park");
	aData[597] = new Data("2004_0215_122208.JPG",160,120,"Geological Ranger led walk, mouth of Gower Gulch, Death Valley National Park");
	aData[598] = new Data("2004_0215_125800.JPG",160,120,"Geological Ranger led walk, heart shaped rock, Gower Gulch, Death Valley National Park");
	aData[599] = new Data("2004_0215_125842.JPG",120,160,"Jo climbs up a dry fall, Geological Ranger led walk, Gower Gulch, Death Valley National Park");
	aData[600] = new Data("2004_0215_141534.JPG",160,120,"The rocks have been pushed up to approximately a 45 degree angle, Geological Ranger Led walk, Gower Gulch, Death Valley National Park");
	aData[601] = new Data("2004_0215_142238.JPG",160,120,"Evidence of the last rain fall, Geological Ranger led walk, Gower Gulch, Death Valley National Park");
	aData[602] = new Data("2004_0215_135956.JPG",120,160,"Jo at the end of a mining adit, Geological Ranger led walk, Gower Gulch, Death Valley National Park");
	aData[603] = new Data("2004_0215_142328.JPG",160,120,"Looking out into the valley from Gower Gulch, Death Valley National Park");
	aData[604] = new Data("2004_0215_143252.JPG",160,120,"Towards Golden Canyon from Gower Gulch, Death Valley National Park");
	aData[605] = new Data("2004_0215_152316.JPG",120,160,"Telescope Peak and reflections, Badwater, Death Valley National Park");
	aData[606] = new Data("2004_0215_152524.JPG",120,160,"Rob poins to the sign Sea Level 282 feet above him, Badwater, Death Valley National Park");
	aData[607] = new Data("2004_0215_151944.JPG",160,120,"Rob at Badwater Basin, Death Valley National Park");
	aData[608] = new Data("2004_0215_161136.JPG",120,160,"Patterns of salt crystals, Badlands, Death Valley National Park");
	aData[609] = new Data("2004_0215_165240.JPG",160,120,"Some salt crystal formations, Devils Golf Course, Death Valley National Park");
	aData[610] = new Data("2004_0215_164746.JPG",120,160,"Careful where you tread in the Devils Golf Course, Death Valley National Park");
	aData[611] = new Data("2004_0215_171814.JPG",120,160,"Artists Drive, Death Valley National Park");
	aData[612] = new Data("2004_0215_174518.JPG",160,120,"Artists Palette, Death Valley National Park");
	aData[613] = new Data("2004_0215_174550.JPG",120,160,"Artists Palette, Death Valley National Park");
	aData[614] = new Data("2004_0215_193404.JPG",120,160,"Sunset on the Sand Dunes, Death Valley National Park");
	aData[615] = new Data("2004_0215_194054.JPG",160,120,"Sunset on the Sand Dunes, Death Valley National Park");
	aData[616] = new Data("2004_0215_194256.JPG",160,120,"Sunset on the Sand Dunes, Death Valley National Park");
	aData[617] = new Data("2004_0215_194420.JPG",120,160,"Sunset on the Sand Dunes, Death Valley National Park");
	aData[618] = new Data("2004_0216_130121.JPG",120,160,"Corkscrew Peak, Death Valley National Park");
	aData[619] = new Data("2004_0216_145149.JPG",120,160,"View of Panamint Valley and mountains from Father Crowley Point, Death Valley National Park");
	aData[620] = new Data("2004_0216_145007.JPG",160,120,"View of Panamint Valley and mountains from Father Crowley Point, Death Valley National Park");
	aData[621] = new Data("2004_0216_155036.JPG",160,120,"Sierra Nevadas on the way back from Death Valley National Park");
	aData[622] = new Data("2004_0201_192230.JPG",160,120,"Phil & Rob, Redondo Beach, California");
	aData[623] = new Data("2004_0201_192254.JPG",160,120,"Sun hitting the Redondo Beach pier, California");
	aData[624] = new Data("2004_0221_182503.JPG",160,120,"Frances & Jo & the Hollywood sign, Griffith Park, California");
	aData[625] = new Data("2004_0228_115333.JPG",120,160,"Jo & Frances in San Francisco, California");
	aData[626] = new Data("2004_0228_115341.JPG",160,120,"View from the hotel, Jo & Frances in San Francisco, California");
	aData[627] = new Data("2004_0228_201114.JPG",120,160,"Glass elevators at the hotel, Jo & Frances in San Francisco, California");
	aData[628] = new Data("2004_0228_135400.JPG",160,120,"Postcard Row or Painted Ladies, Jo & Frances in San Francisco, California");
	aData[629] = new Data("2004_0228_151800.JPG",160,120,"Filbert stairs to Coit Tower/Telegraph Hill, Jo & Frances in San Francisco, California");
	aData[630] = new Data("2004_0228_152652.JPG",120,160,"Frances on the Filbert Steps, Jo & Frances in San Francisco, California");
	aData[631] = new Data("2004_0228_152748.JPG",120,160,"Jo on the Filbert Stairs, Jo & Frances in San Francisco, California");
	aData[632] = new Data("2004_0228_155734.JPG",120,160,"Coit Tower at Telegraph Hill with Christopher Columbus, Jo & Frances in San Francisco, California");
	aData[633] = new Data("2004_0228_160012.JPG",120,160,"Lombard Street from Telegraph Hill, Jo & Frances in San Francisco, California");
	aData[634] = new Data("2004_0228_164328.JPG",160,120,"The crowd at Pier 39, Jo & Frances in San Francisco, California");
	aData[635] = new Data("2004_0228_170052.JPG",160,120,"Sea Lions at Pier 39, Jo & Frances in San Francisco, California");
	aData[636] = new Data("2004_0228_200048.JPG",120,160,"Frances hugging art, Jo & Frances in San Francisco, California");
	aData[637] = new Data("2004_0228_213426.JPG",160,120,"Spiral escalators in the Nordstrom building, Jo & Frances in San Francisco, California");
	aData[638] = new Data("2004_0229_132118.JPG",160,120,"Lombard Street from the bottom of the crooked bit, Jo & Frances in San Francisco, California");
	aData[639] = new Data("2004_0229_140910.JPG",120,160,"Frances and a section of cable from the Golden Gate Bridge, Jo & Frances in San Francisco, California");
	aData[640] = new Data("2004_0229_142036.JPG",160,120,"Jo walking on the Golden Gate Bridge, Jo & Frances in San Francisco, California");
	aData[641] = new Data("2004_0229_153148.JPG",160,120,"Haight Ashbury, Jo & Frances in San Francisco, California");
	aData[642] = new Data("2004_0229_170700.JPG",160,120,"A Mural in progress in the Mission District, Jo & Frances in San Francisco, California");
	aData[643] = new Data("2004_0229_170912.JPG",160,120,"A San Franciscan Car, Mission District, Jo & Frances in San Francisco, California");
	aData[644] = new Data("2004_0229_175332.JPG",160,120,"Mission Dolores, Jo & Frances in San Francisco, California");
	aData[645] = new Data("2004_0101_124938.JPG",160,120,"Hersheys Times Square store, New York City");
	aData[646] = new Data("2004_0101_120831.JPG",120,160,"The Naked Cowboy, Times Square, New York City");
	aData[647] = new Data("2004_0101_131020.JPG",160,120,"Large Christmas decorations, Rockefeller Center, New York City");
	aData[648] = new Data("2004_0101_114235.JPG",160,120,"Laserlight show in Grand Central Terminal, New York City");
	aData[649] = new Data("2004_0101_120506.JPG",160,120,"2004 Times Square, New York City");
	aData[650] = new Data("2004_0101_121452.JPG",160,120,"Oh no, theyve lost their color!  Toys R Us, New York City");
	aData[651] = new Data("2004_0101_122116.JPG",120,160,"Empire State Building in Lego, Toys r Us, Times Square, New York City");
	aData[652] = new Data("2004_0101_122303.JPG",120,160,"Statue of Liberty in Lego, Toys r Us, Times Square, New York City");
	aData[653] = new Data("2004_0101_122809.JPG",160,120,"Jo in Barbies house, Toys r Us, Times Square, New York City");
	aData[654] = new Data("2004_0101_160350.JPG",160,120,"Native American woven basket, Museum of the Native American, New York City");
	aData[655] = new Data("2004_0101_175952.JPG",120,160,"Angel near Rockefeller Center, New York City");
	aData[656] = new Data("2004_0101_180734.JPG",120,160,"The Christmas Tree in Rockefeller Center, New York City");
	aData[657] = new Data("2004_0101_182855.JPG",160,120,"Skating in Rockefeller Center, New York City");
	aData[658] = new Data("2004_0101_200244.JPG",120,160,"Garfield at macys, largest department store, New York City");
	aData[659] = new Data("2004_0101_201418.JPG",120,160,"The worlds largest store  macys in New York City");
	aData[660] = new Data("2004_0102_153018.JPG",160,120,"There is it  the Capitol building, Washington DC");
	aData[661] = new Data("2004_0102_133013.JPG",160,120,"View from the airplane on the way to Washington DC");
	aData[662] = new Data("2004_0102_164644.JPG",160,120,"The Hope Diamond, Smithsonian Natural History Museum, Washington DC");
	aData[663] = new Data("2004_0102_165846.JPG",160,120,"Crocoite, Smithsonian Natural History Museum, Washington DC");
	aData[664] = new Data("2004_0102_160136.JPG",160,120,"The Smithsonian Natural History Museum, Washington DC");
	aData[665] = new Data("2004_0102_161226.JPG",160,120,"Allosaurus, Smithsonian Natural History Museum, Washington DC");
	aData[666] = new Data("2004_0102_161548.JPG",160,120,"Camptosaurus dispar juvenile, Smithsonian Natural History Museum, Washington DC");
	aData[667] = new Data("2004_0102_210114.JPG",160,120,"The Lincoln Memorial at night, Washington DC");
	aData[668] = new Data("2004_0102_211748.JPG",120,160,"The Washington Monument from the Lincoln Memorial, Washington DC");
	aData[669] = new Data("2004_0102_213406.JPG",120,160,"Reflection of the Korean War Memorial, Washington DC");
	aData[670] = new Data("2004_0102_214032.JPG",160,120,"The Korean War Memorial, with the Lincoln Memorial in the background, Washington DC");
	aData[671] = new Data("2004_0103_112444.JPG",160,120,"The White House, Washington DC");
	aData[672] = new Data("2004_0103_114807.JPG",120,160,"The Presidents Christmas Tree on the White House lawn, Washington DC");
	aData[673] = new Data("2004_0103_132618.JPG",120,160,"The Street name where the White House is, Washington DC");
	aData[674] = new Data("2004_0103_144850.JPG",160,120,"A Street sign in Washington DC");
	aData[675] = new Data("2004_0103_145318.JPG",120,160,"The Old Post Office Tower, Washington DC");
	aData[676] = new Data("2004_0103_151242.JPG",160,120,"The Washington Monument, and office buildings from the Old Post Office Tower, Washington DC");
	aData[677] = new Data("2004_0103_151052.JPG",120,160,"A View of the Capitol Building from the top of the Old Post Office Tower, Washington DC");
	aData[678] = new Data("2004_0103_151438.JPG",160,120,"Freedom Plaza from the Old Post Office Tower, Washington DC");
	aData[679] = new Data("2004_0103_153338.JPG",120,160,"Entrance to a metro station, Washington DC");
	aData[680] = new Data("2004_0103_151438.JPG",160,120,"Freedom Plaza from the Old Post Office Tower, Washington DC");
	aData[681] = new Data("2004_0103_171000.JPG",160,120,"The Capitol Building, with a lit Christmas tree, Washington DC");
	aData[682] = new Data("2004_0103_171356.JPG",160,120,"The Washington Monument, from in front of the Capitol Building, Washington DC");
	aData[683] = new Data("2004_0103_172826.JPG",160,120,"The Botanical Gardens, Washington DC");
	aData[684] = new Data("2004_0103_173718.JPG",160,120,"The Capitol Building and its reflection, Washington DC");
	aData[685] = new Data("2004_0103_173828.JPG",160,120,"The Capitol Building and its reflection, Washington DC");
	aData[686] = new Data("2004_0104_090402.JPG",99,160,"Washington Monument, Washington DC");
	aData[687] = new Data("2004_0104_093316.JPG",160,120,"North view from Washington Monument, Washington DC");
	aData[688] = new Data("2004_0104_092632.JPG",160,120,"East view from Washington Monument, Washington DC");
	aData[689] = new Data("2004_0104_093828.JPG",160,120,"South view from Washington Monument, Washington DC");
	aData[690] = new Data("2004_0104_094054.JPG",160,120,"West view from Washington Monument, Washington DC");
	aData[691] = new Data("2004_0104_105636.JPG",120,160,"Vietnam War Memorial and Washington Monument, Washington DC");
	aData[692] = new Data("2004_0104_105058.JPG",160,120,"Vietnam War Memorial, Washington DC");
	aData[693] = new Data("2004_0104_110322.JPG",120,160,"Vietnan War Memorial, Washington DC");
	aData[694] = new Data("2004_0104_114704.JPG",160,120,"Franklin Delano Roosevelt Memorial, Washington DC");
	aData[695] = new Data("2004_0104_114936.JPG",160,120,"Franklin Delano Roosevelt Memorial, Washington DC");
	aData[696] = new Data("2004_0104_115518.JPG",120,160,"Franklin Delano Roosevelt Memorial, Washington DC");
	aData[697] = new Data("2004_0104_120324.JPG",160,120,"Franklin Delano Roosevelt Memorial, Washington DC");
	aData[698] = new Data("2004_0104_120344.JPG",160,120,"Franklin Delano Roosevelt Memorial, Washington DC");
	aData[699] = new Data("2004_0104_120938.JPG",160,120,"Franklin Delano Roosevelt Memorial, Washington DC");
	aData[700] = new Data("2004_0104_124748.JPG",160,120,"Between the FDR and Jefferson Memorials, Washington DC");
	aData[701] = new Data("2004_0104_125830.JPG",160,120,"Jefferson Memorial, Washington DC");
	aData[702] = new Data("2004_0104_132748.JPG",120,160,"Washington Monument, Washington DC");
	aData[703] = new Data("2004_0104_150312.JPG",120,160,"The Solar System  Earth to the Sun, National Mall, Washington DC");
	aData[704] = new Data("2004_0104_144916.JPG",160,120,"Apollo lunar module, Smithsonian Air and Space Museum, Washington DC");
	aData[705] = new Data("2004_0104_153158.JPG",160,120,"Botanical Gardens, National Mall, Washington DC");
	aData[706] = new Data("2004_0104_153438.JPG",160,120,"Botanical Gardens, National Mall, Washington DC");
	aData[707] = new Data("2004_0104_154050.JPG",160,120,"Botanical Gardens, National Mall, Washington DC");
	aData[708] = new Data("2004_0104_154542.JPG",160,120,"Botanical Gardens, National Mall, Washington DC");
	aData[709] = new Data("2004_0104_160026.JPG",160,120,"Botanical Gardens, National Mall, Washington DC");
	aData[710] = new Data("2004_0104_161324.JPG",160,120,"Botanical Gardens, National Mall, Washington DC");
	aData[711] = new Data("2004_0105_093226.JPG",160,120,"The Rotunda, Capitol Building, Washington DC");
	aData[712] = new Data("2004_0105_093924.JPG",160,120,"The Rotunda, Capitol Building, Washington DC");
	aData[713] = new Data("2004_0105_095539.JPG",120,160,"Father Junipero Serra Miguel Jose Serra given by California to the National Statuary Hall Collection, Capitol Building, Washington DC");
	aData[714] = new Data("2004_0105_101005.JPG",160,120,"Eagle and Shield, Old Senate Chamber, Capitol Building, Washington DC");
	aData[715] = new Data("2004_0105_102649.JPG",120,160,"Old Supreme Court Chamber, Capitol Building, Washington DC");
	aData[716] = new Data("2004_0105_102850.JPG",160,120,"Dome, Capitol Building, Washington DC");
	aData[717] = new Data("2004_0105_103849.JPG",160,120,"Model of the Capitol Building, including new visitors center, Washington DC");
	aData[718] = new Data("2004_0105_122146.JPG",160,120,"Spiral Staircase, Supreme Court, Washington DC");
	aData[719] = new Data("2004_0105_124150.JPG",160,120,"Supreme Court through the curtains, Washington DC");
	aData[720] = new Data("2004_0105_124347.JPG",160,120,"Ceiling of Supreme Court, Washington DC");
	aData[721] = new Data("2004_0105_153430.JPG",120,160,"Library of Congress, Washington DC");
	aData[722] = new Data("2004_0105_144653.JPG",160,120,"Library of Congress, Washington DC");
	aData[723] = new Data("2004_0105_143358.JPG",120,160,"Library of Congress, Washington DC");
	aData[724] = new Data("2004_0105_150123.JPG",160,120,"Main reading room, Library of Congress, Washington DC");
	aData[725] = new Data("2004_0105_152536.JPG",120,160,"Library of Congress, Washington DC");
	aData[726] = new Data("2004_0105_152714.JPG",160,120,"Library of Congress, Washington DC");
	aData[727] = new Data("2004_0106_095527.JPG",160,55,"Steven F. Udvar Hazy Center, Washington DC");
	aData[728] = new Data("2004_0106_101311.JPG",160,120,"Steven F. Udvar Hazy Center, Washington DC");
	aData[729] = new Data("2004_0106_101736.JPG",160,120,"Lockheed SR71 Blackbird, Steven F. Udvar Hazy Center, Washington DC");
	aData[730] = new Data("2004_0106_153334.JPG",160,120,"Space Shuttle Enterprise, Steven F. Udvar Hazy Center, Washington DC");
	aData[731] = new Data("2004_0106_132110.JPG",160,77,"Concorde, Steven F. Udvar Hazy Center, Washington DC");
	aData[732] = new Data("2004_0106_143417.JPG",160,120,"B29 bomber, Steven F. Udvar Hazy Center, Washington DC");
	aData[733] = new Data("2004_0106_150758.JPG",160,120,"Rob and the Lockheed Martin X35B Joint Strike Figher, Steven F. Udvar Hazy Center, Washington DC");
	aData[734] = new Data("2004_0106_144818.JPG",160,120,"Pitts Special S1C Little Stinker, Steven F. Udvar Hazy Center, Washington DC");
	aData[735] = new Data("2004_0106_155516.JPG",160,120,"Some of the planes displayed in the hanger at the Steven F. Udvar Hazy Center, Washington DC");
	aData[736] = new Data("2004_0106_135410.JPG",160,120,"Some of the planes displayed in the hanger, Steven F. Udvar Hazy Center, Washington DC");
	aData[737] = new Data("2004_0107_102125.JPG",160,120,"Union Station, Washington DC");
	aData[738] = new Data("2004_0107_140349.JPG",160,120,"Monument to the Burghers of Calais, Hirshhorn Sculpture Garden, Washington DC");
	aData[739] = new Data("2004_0107_135942.JPG",120,160,"Hirshhorn Sculpture Garden, Washington DC");
	aData[740] = new Data("2004_0107_144700.JPG",120,160,"USS Enterprise  CVN65 Aircraft Carrier, Smithsonian Air & Space Museum, Washington DC");
	aData[741] = new Data("2004_0107_151311.JPG",120,160,"The Wright Brothers flyer, Smithsonian Air & Space Museum, Washington DC");
	aData[742] = new Data("2004_0107_164411.JPG",160,120,"Surveyor test article, Smithsonian Air & Space Museum, Washington DC");
	aData[743] = new Data("2004_0107_195954.JPG",160,120,"Jo and chocolate fondue at The Melting Pot, Washington DC");
	aData[744] = new Data("2004_0107_173623.JPG",160,120,"The Capitol Building at night, Washington DC");
	aData[745] = new Data("2004_0107_210027.JPG",160,120,"An escalator to get to the Metro, Washington DC");
	aData[746] = new Data("2004_0108_110204.JPG",160,120,"Folgers Shakespeare Library, Washington DC");
	aData[747] = new Data("2004_0108_105914.JPG",160,120,"Folgers Shakespeare Library, Washington DC");
	aData[748] = new Data("2004_0108_110024.JPG",160,120,"Folgers Shakespeare Library, Washington DC");
	aData[749] = new Data("2004_0108_204811.JPG",160,120,"New York City at night");
	aData[750] = new Data("2004_0109_090639.JPG",160,120,"Grand Central Times Square shuttle crowd, New York City");
	aData[751] = new Data("2004_0109_142814.JPG",120,160,"Diana cast 1928, Augustus San Gorenz, first nude statue displayed in New York, Metropolitan Museum of Art, New York City");
	aData[752] = new Data("2004_0109_143932.JPG",160,120,"The Temple of Dendur, Egyptian Temple, Metropolitan Museum of Art, New York City");
	aData[753] = new Data("2004_0109_125805.JPG",160,120,"Chineese Garden, Metropolitan Museum of Art, New York City");
	aData[754] = new Data("2004_0109_115127.JPG",120,160,"Limestone male figure in Egyptian dress, cypriat archaic mid 6th century BC, Metropolitan Museum of Art, New York City");
	aData[755] = new Data("2004_0109_131726.JPG",160,120,"Metropolitan Museum of Art, New York City");
	aData[756] = new Data("2004_0109_142358.JPG",160,120,"Rosary Bead with the Road to Calgary and the Crucifiction, Boxwood, Flemish, early 16th centuary, Metropolitan Museum of Art, New York City");
	aData[757] = new Data("2004_0109_144448.JPG",160,120,"Crocodile, Metropolitan Museum of Art, New York City");
	aData[758] = new Data("2004_0109_164326.JPG",120,160,"Views from The Empire State Building, New York City");
	aData[759] = new Data("2004_0109_164936.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[760] = new Data("2004_0109_165008.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[761] = new Data("2004_0109_165050.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[762] = new Data("2004_0109_165749.JPG",160,57,"Panoramic North view from Empire State Building, New York City");
	aData[763] = new Data("2004_0109_165236.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[764] = new Data("2004_0109_165812.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[765] = new Data("2004_0109_165920.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[766] = new Data("2004_0109_170356.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[767] = new Data("2004_0109_171256.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[768] = new Data("2004_0109_172314.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[769] = new Data("2004_0109_173906.JPG",160,120,"Views from The Empire State Building, New York City");
	aData[770] = new Data("2004_0109_190042.JPG",160,120,"Armours for man and horse, etched steel, leather, 16th century, Metropolitan Museum of Art, New York City");
	aData[771] = new Data("2004_0109_201622.JPG",120,160,"Scenes from the Passion of St Vincent of Saragosa and the history of his relics, painted 122447, Metropolitan Museum of Art, New York City");
	aData[772] = new Data("2004_0110_092241.JPG",160,120,"Steam coming off the East River, New York City, New York");
	aData[773] = new Data("2004_0110_111230.JPG",160,120,"Manhattan Island as seen from the airplane window, New York to Los Angeles");
	aData[774] = new Data("2004_0110_152007.JPG",160,120,"Snowcovered fields, as seen from the airplane window, New York to Los Angeles");
	aData[775] = new Data("2004_0110_180018.JPG",160,120,"Snowcapped mountains, as seen from the airplane window, near Los Angeles");
	aData[776] = new Data("2004_0125_010358.JPG",160,120,"The Freemont Street Experience, Las Vegas downtown");
	aData[777] = new Data("2004_0126_011359.JPG",160,120,"Circus Circus, where we stayed, Las Vegas");
	aData[778] = new Data("2004_0126_011712.JPG",120,160,"One of the many, many wedding chapels in Las Vegas");
	aData[779] = new Data("2004_0124_1935054.JPG",160,120,"Rollercoaster inside the Big Top, Circus Circus, Las Vegas");
	aData[780] = new Data("2004_0124_203254.JPG",160,120,"View from Circus Circus at night, Las Vegas");
	aData[781] = new Data("2004_0126_011451.JPG",120,160,"Some neon, Las Vegas");
	aData[782] = new Data("2004_0125_215850.JPG",120,160,"The 1/2 scale Eiffel Tower, Paris, Las Vegas");
	aData[783] = new Data("2004_0125_212416.JPG",160,120,"The Brooklyn Bridge, Las Vegas");
	aData[784] = new Data("2004_0126_140326.JPG",120,160,"Gondolas in Venus, Las Vegas");
	aData[785] = new Data("2004_0125_212808.JPG",160,120,"The Strip from near New York, New York, Las Vegas");
	aData[786] = new Data("2004_0125_212720.JPG",120,160,"Statue of Liberty, Las Vegas");
	aData[787] = new Data("2004_0126_013810.JPG",160,120,"Free entertainment under the Big Top, Circus Circus, Las Vegas yes, they were jumping rope");
	aData[788] = new Data("2004_0125_220058.JPG",160,120,"Fountains of Bellagio, Las Vegas");
	aData[789] = new Data("2004_0125_222646.JPG",160,120,"A Volcano erupting, The Mirage, Las Vegas");
	aData[790] = new Data("2004_0125_001806.JPG",120,160,"Ferengi Quark and Woman, Las Vegas Hilton");
	aData[791] = new Data("2004_0125_001925.JPG",120,160,"The Enterprise, Star Trek, The Experience, Las Vegas Hilton");
	aData[792] = new Data("2004_0125_003102.JPG",120,160,"Star Trek, The Experience, Las Vegas Hilton");
	aData[793] = new Data("2004_0126_143154.JPG",120,160,"Pavaroti, Venus, Las Vegas");
	aData[794] = new Data("2004_0125_203644.JPG",120,160,"4 storey m&ms world shop, Las Vegas");
	aData[795] = new Data("2004_0126_190026.JPG",160,120,"Inside Hoover Dam");
	aData[796] = new Data("2004_0126_192306.JPG",160,120,"Lake Powell and the Hoover Dam");
	aData[797] = new Data("2004_0126_192852.JPG",160,120,"Reflections of sunset at Hoover Dam");
	aData[798] = new Data("2004_0126_195720.JPG",160,120,"Looking to the outflow of Hoover Dam");
	aData[799] = new Data("2004_0126_201344.JPG",160,120,"Pylons on an angle, Hoover Dam");
	aData[800] = new Data("2004_0125_211526.JPG",160,120,"A lion from The MGM Grand Hotel, Las Vegas");
	aData[801] = new Data("2004_0125_130337.JPG",160,120,"View of all the RVs Recreational Vehicles from our window, Circus Circus, Las Vegas");
	aData[802] = new Data("2004_0125_144812.JPG",160,120,"A white tiger, Siegfried and Roy, The Mirage, Las Vegas");
	aData[803] = new Data("2004_0125_150238.JPG",160,120,"Animatronic Ancient Gods, The Forum Shops at Ceasers Palace, Las Vegas");
	aData[804] = new Data("2004_0119_195312.JPG",160,86,"The Duck Pond, Anaheim, California");
	aData[805] = new Data("2004_0119_202300.JPG",160,120,"Some fighting in the Ice Hockey  Mighty Ducks vs Calgary Flames");
	aData[806] = new Data("2004_0119_202312.JPG",160,120,"Aftermath of a fight  Ice Hockey  Mighty Ducks vs Calgary Flames");
	aData[807] = new Data("2004_0119_203012.JPG",160,120,"The Flames score ... Ice Hockey  Mighty Ducks vs Calgary Flames");
	aData[808] = new Data("2004_0119_222116.JPG",160,120,"The final score ... Ice Hockey  Mighty Ducks vs Calgary Flames");
	aData[809] = new Data("2004_0131_162149.JPG",160,120,"Jo, Jeff & Rob look at a star  Hollywood, Los Angeles");
	aData[810] = new Data("2004_0131_162215.JPG",120,160,"Rob next to his star  Hollywood, Los Angeles");
	aData[811] = new Data("2004_0131_211119.JPG",160,120,"Jeff at LAX, Los Angeles, California");
	aData[812] = new Data("2003_1212_110404.JPG",120,160,"Jo with her birthday sticker at Disneys California Adventure");
	aData[813] = new Data("2003_1212_110811.JPG",160,120,"Disneys Golden Gate Bridge at Disneys California Adventure");
	aData[814] = new Data("2003_1212_120144.JPG",120,160,"Rob on the Redwood Creek Challenge Trail at Disneys California Adventure");
	aData[815] = new Data("2003_1212_120522.JPG",160,120,"The Grizly Bear Run at Disneys California Adventure");
	aData[816] = new Data("2003_1212_125929.JPG",120,160,"The start of California Screamin at Disneys California Adventure");
	aData[817] = new Data("2003_1212_155124.JPG",120,160,"Jo with birthday sticker, eating an icecream at Disneys California Adventure");
	aData[818] = new Data("2003_1212_155330.JPG",160,120,"Santas Beach Party at Disneys California Adventure");
	aData[819] = new Data("2003_1212_160554.JPG",120,160,"Donald Duck at Santas Beach Party, Disneys California Adventure");
	aData[820] = new Data("2003_1212_182458.JPG",120,160,"Santa Clause in Lego at Lego Imagination, Downtown Disney");
	aData[821] = new Data("2003_1212_182844.JPG",120,160,"Trees in Downtown Disney");
	aData[822] = new Data("2003_1212_191537.JPG",160,120,"People waiting for the Disneyland Parade, with lights and Christmas tree in Main Street, Disneyland");
	aData[823] = new Data("2003_1212_191944.JPG",160,120,"The Castle lit up in Disneyland");
	aData[824] = new Data("2003_1212_195739.JPG",160,120,"Disneylands A Christmas Fantasy Parade, Disneyland");
	aData[825] = new Data("2003_1212_195819.JPG",160,120,"Toy Soldiers in the Christmas Fantasy Parade, Disneyland");
	aData[826] = new Data("2003_1212_212908.JPG",160,120,"Believe..Theres Magic in the Stars over the Castle, Disneyland");
	aData[827] = new Data("2003_1212_224301.JPG",160,120,"Image projected on water, Fantasmic! Disneyland");
	aData[828] = new Data("2003_1213_152112.JPG",160,120,"Animals resting in Kilima Point, San Diego WIld Animal Park");
	aData[829] = new Data("2003_1213_152324.JPG",160,120,"Rhinocerous, San Diego WIld Animal Park");
	aData[830] = new Data("2003_1213_153944.JPG",160,120,"Gerenuk, San Diego WIld Animal Park");
	aData[831] = new Data("2003_1213_153256.JPG",160,120,"San Diego WIld Animal Park");
	aData[832] = new Data("2003_1213_155822.JPG",120,160,"Giraffes feeding in the afternoon sun, San Diego WIld Animal Park");
	aData[833] = new Data("2003_1213_154232.JPG",120,160,"San Diego WIld Animal Park");
	aData[834] = new Data("2003_1213_160542.JPG",120,160,"Flamingo, San Diego WIld Animal Park");
	aData[835] = new Data("2003_1213_161018.JPG",120,160,"Monkeys sitting in a tree with birds, San Diego WIld Animal Park");
	aData[836] = new Data("2003_1213_174210.JPG",120,160,"Giraffe and Yak during a twilight bush railway ride, San Diego WIld Animal Park");
	aData[837] = new Data("2003_1213_183428.JPG",120,160,"Rob with his selfdecorated gingerbread man at San Diego WIld Animal Park");
	aData[838] = new Data("2003_1213_164346.JPG",160,120,"Festival of Lights at San Diego WIld Animal Park");
	aData[839] = new Data("2003_1213_181944.JPG",160,120,"Some of the many lights at the festival of lights, San Diego WIld Animal Park");
	aData[840] = new Data("2003_1213_185044.JPG",160,120,"A train of lights reflected in the river, San Diego WIld Animal Park");
	aData[841] = new Data("2003_1213_202902.JPG",160,120,"Reindeer in lights, San Diego WIld Animal Park");
	aData[842] = new Data("2003_1219_124714.JPG",160,120,"Dave and Rob looking over the smogmasked city of Los Angeles");
	aData[843] = new Data("2003_1219_152840.JPG",160,120,"A camera crew working at Santa Monica beach");
	aData[844] = new Data("2003_1225_111554.JPG",160,120,"Our Christmas tree and decorations before lunch, Christmas day");
	aData[845] = new Data("2003_1225_125224.JPG",160,120,"Haitan and Rob before starting Christmas lunch");
	aData[846] = new Data("2003_1225_145512.JPG",120,160,"Jo and the Pavlova  desert Christmas lunch");
	aData[847] = new Data("2003_1225_165352.JPG",160,120,"The front of our house with Christmas lights in efect, Christmas day.");
	aData[848] = new Data("2003_1226_100846AA.JPG",160,120,"View from plane window on the way to New York");
	aData[849] = new Data("2003_1227_085814AA.JPG",160,120,"Times Square and yellow taxis, New York City");
	aData[850] = new Data("2003_1227_090156AA.JPG",120,160,"Time Square buildings, New York City");
	aData[851] = new Data("2003_1227_092044AA.JPG",160,120,"Street sign in Times Square, New York City");
	aData[852] = new Data("2003_1227_101248AA.JPG",160,120,"The Statue of Liberty from the Staten Island Ferry, New York City");
	aData[853] = new Data("2003_1227_104944AA.JPG",160,120,"Passing another Staten Island Ferry, with New York City in background");
	aData[854] = new Data("2003_1227_121233AA.JPG",120,160,"The Sphere  unofficial memorial of the World Trade Center in Memorial Park, New York City");
	aData[855] = new Data("2003_1227_125720AA.JPG",120,160,"New York Stock Exchange entrance, decorated for Christmas, New York City");
	aData[856] = new Data("2003_1228_064201.JPG",160,120,"Ellis Island, New York City");
	aData[857] = new Data("2003_1228_064505.JPG",120,160,"The Statue of Liberty, New York City");
	aData[858] = new Data("2003_1228_064558.JPG",160,66,"Statue of Liberty and Manhattan Skyline");
	aData[859] = new Data("2003_1228_072145.JPG",160,120,"The Statue of Liberty, New York City");
	aData[860] = new Data("2003_1228_074253.JPG",160,120,"Emma Lazards, New York City");
	aData[861] = new Data("2003_1228_075447.JPG",160,30,"Manhattan Skyline");
	aData[862] = new Data("2003_1228_105334.JPG",160,120,"The Great Hall, Ellis Island, New York City");
	aData[863] = new Data("2003_1228_162855.JPG",120,160,"The Chrysler Building, lit up at night");
	aData[864] = new Data("2003_1228_153145AA.JPG",160,119,"Grand Central Station, New York City");
	aData[865] = new Data("2003_1229_093044.JPG",120,160,"Brooklyn Bridge, New York City");
	aData[866] = new Data("2003_1229_093408.JPG",160,120,"Manhattan Skyline from Brooklyn Bridge, New York City");
	aData[867] = new Data("2003_1229_094436.JPG",120,160,"Rob with the Brooklyn Bridge plaque, and lunch, New York City");
	aData[868] = new Data("2003_1229_0966.JPG",160,120,"Signs on and from Brooklyn Bridge, New York City");
	aData[869] = new Data("2003_1229_111058.JPG",160,120,"A poster outside the World Trade Center site, New York City");
	aData[870] = new Data("2003_1229_110900.JPG",160,120,"The newly restored subway/path terminal underneath the World Trade Centre, New York City");
	aData[871] = new Data("2003_1231_143638.JPG",160,120,"Character in the Union Square subway station, New York City");
	aData[872] = new Data("2003_1231_143732.JPG",160,120,"Rob in the 14th street/Union Square subway, with train going by, New York City");
	aData[873] = new Data("2003_1231_152120.JPG",160,120,"Tribute to John Lennon, Strawberry Fields, Central Park, New York City");
	aData[874] = new Data("2003_1231_152321.JPG",160,120,"Strawberry Fields, Central Park, New York City");
	aData[875] = new Data("2003_1231_154151.JPG",160,120,"Bethesda Fountain, Central Park, York City");
	aData[876] = new Data("2003_1231_160658.JPG",120,160,"March Hare, Alice in Wonderland Statue, Central Park, New York City");
	aData[877] = new Data("2003_1231_164301.JPG",160,120,"Upper Manhattan, and the Jaqueline Kennedy Onasis Reservoir, New York City");
	aData[878] = new Data("2003_1231_214330.JPG",160,120,"Candlelight, St John the Divine Concert for Peace,New York City");
	aData[879] = new Data("2003_1231_191517.JPG",120,160,"Christmas Decorations, Peace Cranes, St John the Divine, New York City");
	aData[880] = new Data("2003_1231_234943.JPG",160,120,"As close as we could get to Times Square on Christmas Eve, New York City");
	aData[881] = new Data("2003_1231_225620.JPG",120,160,"Looking towards Times Square, New Years Eve, New York City");
	aData[882] = new Data("2004_0101_001157.JPG",160,120,"New Years Eve fireworks in Central Park, New York City");
	aData[883] = new Data("2003_1101_154514AA.JPG",160,120,"Los Angeles, as well never see again ... on the way to Griffith Park.");
	aData[884] = new Data("2003_1101_162553AA.JPG",120,160,"Hollywoodland, Griffith Park.");
	aData[885] = new Data("2003_1101_162341AA.JPG",160,120,"The Hollywood sign, Griffith Park.");
	aData[886] = new Data("2003_1101_170713AA.JPG",160,120,"Los Angeles from Griffith Park.");
	aData[887] = new Data("2003_1101_170741AA.JPG",160,120,"The Hollywood sign from Griffith Park.");
	aData[888] = new Data("2003_1102_113456AA.JPG",160,120,"Legoland with The Mulders");
	aData[889] = new Data("2003_1102_113748AA.JPG",120,160,"Legoland with The Mulders");
	aData[890] = new Data("2003_1102_120207AA.JPG",160,120,"Legoland with The Mulders");
	aData[891] = new Data("2003_1102_113618AA.JPG",160,120,"Jenny and a pumpkin Legoland with The Mulders");
	aData[892] = new Data("2003_1102_164731AA.JPG",160,120,"Holloween skeleton, Legoland with The Mulders");
	aData[893] = new Data("2003_1102_165043AA.JPG",160,120,"Halloween characters, Legoland with The Mulders");
	aData[894] = new Data("2003_1102_122931AA.JPG",160,120,"Legoland with The Mulders");
	aData[895] = new Data("2003_1102_122952AA.JPG",160,120,"New York skyline, Legoland with The Mulders");
	aData[896] = new Data("2003_1102_123028AA.JPG",160,120,"Statue of liberty, Legoland with The Mulders");
	aData[897] = new Data("2003_1102_125825AA.JPG",160,120,"Legowood, Legoland with The Mulders");
	aData[898] = new Data("2003_1102_130009AA.JPG",160,120,"San Francisco, Legoland with The Mulders");
	aData[899] = new Data("2003_1102_125258AA.JPG",160,76,"Mission San Luis Ray, Legoland");
	aData[900] = new Data("2003_1102_125712AA.JPG",160,71,"The Hollywood Bowl, Legoland with The Mulders");
	aData[901] = new Data("2003_1102_155816AA.JPG",160,120,"Jenny, getting very very wet ... Legoland with The Mulders");
	aData[902] = new Data("2003_1102_155952AA.JPG",160,120,"Helen, trying to get wet ... Legoland with The Mulders");
	aData[903] = new Data("2003_1102_162314AA.JPG",160,120,"Some ducks and ducklings, Legoland with The Mulders");
	aData[904] = new Data("2003_1102_171125AA.JPG",160,120,"A Butterfly, Legoland with The Mulders");
	aData[905] = new Data("2003_1109_100409AA.JPG",160,120,"Haunted mansion, Disneyland");
	aData[906] = new Data("2003_1109_103248AA.JPG",120,160,"Rob at Splash Mountain, Disneyland");
	aData[907] = new Data("2003_1109_135429AA.JPG",120,160,"its a small world!  Disneyland");
	aData[908] = new Data("2003_1109_135459AA.JPG",160,120,"its a small world! Disneyland");
	aData[909] = new Data("2003_1109_141239AA.JPG",160,140,"Grass characters, Disneyland");
	aData[910] = new Data("2003_1109_140450AA.JPG",160,120,"Inside its a small world!  Disneyland");
	aData[911] = new Data("2003_1109_140708AA.JPG",120,160,"its a small world ... Disneyland");
	aData[912] = new Data("2003_1109_104455AA.JPG",120,160,"Eeyore in Christmas getup, Disneyland");
	aData[913] = new Data("2003_1109_104529AA.JPG",120,160,"Tigger in Christmas gear, Disneyland");
	aData[914] = new Data("2003_1109_120646AA.JPG",160,120,"Toontown decorations, Disneyland");
	aData[915] = new Data("2003_1109_121417AA.JPG",160,120,"Decorations on Mickeys tree, Disneyland");
	aData[916] = new Data("2003_1109_121405AA.JPG",120,160,"Mickeys Christmas tree, Disneyland");
	aData[917] = new Data("2003_1109_120718AA.JPG",120,160,"A duck in Christmas gear, Disneyland");
	aData[918] = new Data("2003_1109_121746AA.JPG",120,160,"Minnie Mouse in Christmas gear, Disneyland");
	aData[919] = new Data("2003_1109_122016AA.JPG",160,120,"Toontown decorated in Christmas gear, Disneyland");
	aData[920] = new Data("2003_1109_122644AD.JPG",160,120,"Chip and Dale dressed in Christmas gear, Disneyland");
	aData[921] = new Data("2003_1109_134849AA.JPG",160,120,"its a small world! ... Disneyland");
	aData[922] = new Data("2003_1109_122125AA.JPG",120,160,"Goofy, dressed up as Santa, Disneyland");
	aData[923] = new Data("2003_1115_151550AA.JPG",72,160,"A natural Christmas tree, Sequoia and Kings Canyon");
	aData[924] = new Data("2003_1115_094135AA.JPG",120,160,"Snow on the ground, Sequoia and Kings Canyon");
	aData[925] = new Data("2003_1115_085545AA.JPG",160,120,"Theres a bear in there ... Sequoia");
	aData[926] = new Data("2003_1115_095715AA.JPG",120,160,"The lightgrey path is the height of the Sentinel tree, Sequoia and Kings Canyon");
	aData[927] = new Data("2003_1115_085736AA.JPG",160,120,"Pictographs at Hospital Rock, Sequoia and Kings Canyon");
	aData[928] = new Data("2003_1115_095901AA.JPG",56,160,"Sentinel tree, outside the Giant Forest Museum, Sequoia and Kings Canyon");
	aData[929] = new Data("2003_1115_111721AA.JPG",120,160,"Rob in front of the General Sherman Tree, Sequoia and Kings Canyon");
	aData[930] = new Data("2003_1115_115125AA.JPG",160,120,"Rob and Jo in front of The President, Sequoia and Kings Canyon");
	aData[931] = new Data("2003_1115_120932AA.JPG",120,160,"Jo in front of the McKinley tree, Sequoia and Kings Canyon");
	aData[932] = new Data("2003_1115_121916AA.JPG",120,160,"Icycle on the Congress Trail, Sequoia and Kings Canyon");
	aData[933] = new Data("2003_1115_125807AA.JPG",120,160,"Its snowing!  Sequoia and Kings Canyon");
	aData[934] = new Data("2003_1115_131012AA.JPG",120,160,"The road ahead  snow.  Sequoia and Kings Canyon");
	aData[935] = new Data("2003_1115_133807AA.JPG",160,120,"The 3 bears, Sequoia and Kings Canyon");
	aData[936] = new Data("2003_1115_140650AA.JPG",160,120,"Our car, after driving in the snow.  Sequoia and Kings Canyon");
	aData[937] = new Data("2003_1115_193935AA.JPG",120,160,"Snow covered tree at night, Sequoia and Kings Canyon");
	aData[938] = new Data("2003_1116_093142AA.JPG",120,160,"General Grant tree  The Nations Christmas Tree, Sequoia and Kings Canyon");
	aData[939] = new Data("2003_1116_065216AA.JPG",160,120,"Our car in the morning, Sequoia and Kings Canyon");
	aData[940] = new Data("2003_1116_093302AA.JPG",120,160,"General Grant tree  from a distance, Sequoia and Kings Canyon");
	aData[941] = new Data("2003_1116_112511AA.JPG",160,120,"Snow covered mountain, Sequoia and Kings Canyon");
	aData[942] = new Data("2003_1116_123248AA.JPG",160,120,"Entrance sign, covered in snow, Sequoia and Kings Canyon");
	aData[943] = new Data("2003_1116_124115AA.JPG",160,120,"Deer, feasting on uncovered grass after snow fall, Sequoia and Kings Canyon");
	aData[944] = new Data("2003_1127_142345AA.JPG",120,160,"The San Francisco Golden Gate bridge");
	aData[945] = new Data("2003_1127_104614AA.JPG",120,160,"The Gingerbread and Candy Castle, foyer of St. Francis Historic Hotel in San Francisco");
	aData[946] = new Data("2003_1127_115942AA.JPG",160,120,"Manually turning the cable car around in San Francisco");
	aData[947] = new Data("2003_1127_140509AA.JPG",160,120,"San Franciscos Bay bridge");
	aData[948] = new Data("2003_1127_141442AA.JPG",160,120,"A yacht on San Francisco bay");
	aData[949] = new Data("2003_1127_142219AA.JPG",160,120,"The San Francisco Golden Gate bridge");
	aData[950] = new Data("2003_1127_145303AA.JPG",160,120,"Sea lions in Pier 39, San Francisco");
	aData[951] = new Data("2003_1127_173419AA.JPG",160,120,"The Ghiradelli chocolate factory lights in San Francisco");
	aData[952] = new Data("2003_1127_183021AA.JPG",120,160,"The unlit Christmas tree in Union Square, San Francisco");
	aData[953] = new Data("2003_1128_093901AA.JPG",120,160,"A cable car in the San Francisco streets");
	aData[954] = new Data("2003_1128_101029AA.JPG",90,160,"Stainglass window, Grace Cathedral, San Francisco");
	aData[955] = new Data("2003_1128_101646AA.JPG",64,160,"Stained glass window, Grace Cathedral, San Francisco");
	aData[956] = new Data("2003_1128_103520AA.JPG",120,160,"Grace Cathedral, San Francisco");
	aData[957] = new Data("2003_1128_113632AA.JPG",160,120,"Cablecar museum, San Francisco");
	aData[958] = new Data("2003_1128_115418AA.JPG",160,120,"Looking down Lombard Street  the crookedest street in the world, San Francisco");
	aData[959] = new Data("2003_1128_115514AA.JPG",160,120,"Looking through a cablecar, San Francisco");
	aData[960] = new Data("2003_1128_160017AA.JPG",160,120,"On one of the ships in the Maritime museum, San Francisco");
	aData[961] = new Data("2003_1128_183448AA.JPG",160,120,"People dispersing after the lighting of the Macys Christmas Tree in Union Square, San Francisco");
	aData[962] = new Data("2003_1128_183225AA.JPG",160,120,"The lit Christmas tree in Union Square, San Francisco");
	aData[963] = new Data("2003_1129_105445AA.JPG",160,120,"Rodins The Thinker, in the Palace of the Legion of Honour, San Francisco");
	aData[964] = new Data("2003_1129_105831AA.JPG",120,160,"Jo peaking out from behind some columns, at the Palace of the Legion of Honour, San Francisco");
	aData[965] = new Data("2003_1129_122031AA.JPG",120,160,"Some Rodin sculptures at the Palace of the Legion of Honour, San Francisco");
	aData[966] = new Data("2003_1129_122811AA.JPG",160,120,"Rodins The Muses at the Palace of the Legion of Honour. San Francisco");
	aData[967] = new Data("2003_1129_141033AA.JPG",120,160,"Some Rodin sculptures at the Palace of the Legion of Honour, San Francisco");
	aData[968] = new Data("2003_1129_155405AB.JPG",160,120,"Fish, California Academy of Sciences & the Steinhart Aquarium, San Francisco");
	aData[969] = new Data("2003_1129_160604AA.JPG",160,120,"Fish, California Academy of Sciences & the Steinhart Aquarium, San Francisco");
	aData[970] = new Data("2003_1129_180750AA.JPG",160,120,"Martin Luther King Jr. Memorial, Yerba Buena Gardens, San Francisco");
	aData[971] = new Data("2003_1129_153419AA.JPG",120,160,"A wall of skulls, California Academy of Sciences & the Steinhart Aquarium, San Francisco");
	aData[972] = new Data("2003_1130_094336AA.JPG",120,160,"The Exploratorium, San Francisco");
	aData[973] = new Data("2003_1130_104900AA.JPG",120,160,"Amplitude and dampening, The Exploratorium, San Francisco");
	aData[974] = new Data("2003_1130_133828AA.JPG",160,120,"Black Sand and magnets, The Exploratorium, San Francisco");
	aData[975] = new Data("2003_1130_164926AA.JPG",120,160,"Argon and Oxygen, The Exploratorium, San Francisco");
	aData[976] = new Data("2003_1130_192138AA.JPG",160,120,"A MUNI cablecar stop in Chinatown, San Francisco");
	aData[977] = new Data("2003_1201_092846.JPG",160,120,"United Nations Plaza and City Hall, San Francisco");
	aData[978] = new Data("2003_1201_095126.JPG",120,160,"Inside City Hall, San Francisco");
	aData[979] = new Data("2003_1201_100348.JPG",160,120,"Ornate Stair Rails, City Hall, San Francisco");
	aData[980] = new Data("2003_1201_120320.JPG",160,120,"Transamerica Pyramid, San Francisco");
	aData[981] = new Data("2003_1201_120210.JPG",120,160,"Sculpture in the California Redwood Grove on the east side of the Transamerica Pyramid, San Francisco");
	aData[982] = new Data("2003_1201_121808.JPG",160,120,"The Gate at the entrance to Chinatown, San Francisco");
	aData[983] = new Data("2003_1201_101218.JPG",115,160,"Corridoor at City Hall, San Francisco");
	aData[984] = new Data("2003_1006_061410AA.JPG",120,160,"American Vietnamese memorial, Little Saigon");
	aData[985] = new Data("2003_1011_130725AA.JPG",160,120,"Some of the wildlife at The Joshua Tree National Park");
	aData[986] = new Data("2003_1011_122445AA.JPG",120,160,"Rob climbs up some rocks in The Joshua Tree National Park");
	aData[987] = new Data("2003_1011_125652AA.JPG",160,120,"The sun behind some clouds at The Joshua Tree National Park");
	aData[988] = new Data("2003_1011_132517AA.JPG",160,120,"Interesting shaped rock formations in The Joshua Tree National Park");
	aData[989] = new Data("2003_1011_130911AA.JPG",120,160,"Rob trapped in some rocks in The Joshua Tree National Park");
	aData[990] = new Data("2003_1011_143824AA.JPG",120,160,"On the Geology walk in The Joshua Tree National Park");
	aData[991] = new Data("2003_1011_150745AA.JPG",160,120,"Native melon growing in Joshua Tree National Park");
	aData[992] = new Data("2003_1011_153527AA.JPG",160,120,"These cactus can be nasty ... JTNP");
	aData[993] = new Data("2003_1011_154000AA.JPG",160,120,"The Cholla look cudly ... JTNP");
	aData[994] = new Data("2003_1011_154239AA.JPG",160,120,"A colony of teddy bear cactus in Joshua Tree National Park");
	aData[995] = new Data("2003_1011_160538AA.JPG",160,120,"Ocotillo cactus, Joshua Tree National Park");
	aData[996] = new Data("2003_1011_162955AA.JPG",160,120,"A tarantula in Joshua Tree National Park");
	aData[997] = new Data("2003_1011_170605AA.JPG",120,160,"Skull Rock, Joshua Tree National Park");
	aData[998] = new Data("2003_1011_180236AA.JPG",160,120,"Sunset at Keys View, Joshua Tree National Park");
	aData[999] = new Data("2003_1011_181721AA.JPG",120,160,"A Joshua Tree and the sunset.");
	aData[1000] = new Data("2003_1012_104721AA.JPG",160,120,"Rock hills at Pinto Basin, Joshua Tree National Park");
	aData[1001] = new Data("2003_1012_122045AA.JPG",160,120,"Some natually occuring rocks in Hidden Valley, Joshua Tree National Park");
	aData[1002] = new Data("2003_1012_123151AA.JPG",120,160,"Rob on one of his rock climbing expeditions, JTNP");
	aData[1003] = new Data("2003_1012_125712AA.JPG",160,120,"A butterfly in Hidden Valley, Joshua Tree National Park");
	aData[1004] = new Data("2003_1012_120811AA.JPG",160,120,"A forest of Joshua Trees, JT National Park");
	aData[1005] = new Data("2003_1012_134221AA.JPG",120,160,"Rob doing an impression of a Joshua Tree ...");
	aData[1006] = new Data("2003_1012_163143AA.JPG",160,120,"A wind farm");
	aData[1007] = new Data("2003_1015_134904AA.JPG",120,160,"Pinocchio, Disneyland");
	aData[1008] = new Data("2003_1015_105442AA.JPG",160,120,"Here comes Mickey ... Disneyland");
	aData[1009] = new Data("2003_1015_112130AA.JPG",160,120,"Ken, Helen & Jenny on Dumbo, Disneyland");
	aData[1010] = new Data("2003_1015_134806AA.JPG",160,120,"Geppetto, Disneyland");
	aData[1011] = new Data("2003_1015_160715AA.JPG",120,160,"Jenny, waiting to see Tigger, Eeyore & Pooh, Disneyland");
	aData[1012] = new Data("2003_1015_161637AA.JPG",160,120,"Tigger gives Jo a great big kiss.");
	aData[1013] = new Data("2003_1015_161759AA.JPG",160,120,"Helen wonders who this big furry character is ...");
	aData[1014] = new Data("2003_1015_162027AA.JPG",120,160,"Jenny and Pooh, Disneyland");
	aData[1015] = new Data("2003_1015_180626AA.JPG",160,120,"Jenny, on Mickey Mouses chair.");
	aData[1016] = new Data("2003_1015_181723AA.JPG",160,120,"We all say hi to Mickey, Disneyland");
	aData[1017] = new Data("2003_1017_171346AA.JPG",160,120,"Our car in the wheel of a semi.");
	aData[1018] = new Data("2003_1018_085905AA.JPG",160,120,"The start of Historical Route 66");
	aData[1019] = new Data("2003_1018_090604AA.JPG",160,120,"We enter Arizona");
	aData[1020] = new Data("2003_1018_102047AA.JPG",160,120,"Oatman, on Route 66.");
	aData[1021] = new Data("2003_1018_100759AA.JPG",160,120,"A Burra running wild in Oatman, Arizona.");
	aData[1022] = new Data("2003_1018_170513AA.JPG",160,120,"The south rim, Grand Canyon");
	aData[1023] = new Data("2003_1018_170851AA.JPG",160,120,"The South Rim, Grand Canyon");
	aData[1024] = new Data("2003_1018_172626AA.JPG",120,160,"Jenny was a bit overwhelmed with the view ...");
	aData[1025] = new Data("2003_1018_180238AA.JPG",160,120,"Sunset at the South Rim, Grand Canyon");
	aData[1026] = new Data("2003_1018_162511AA.JPG",120,160,"South Rim, Grand Canyon");
	aData[1027] = new Data("2003_1018_165700AA.JPG",120,160,"South Rim, Grand Canyon");
	aData[1028] = new Data("2003_1019_133822AA.JPG",120,160,"Selfguided walking trail at Sunset Crater NM");
	aData[1029] = new Data("2003_1019_115859AA.JPG",160,120,"Lava along the roadside at Sunset Crater Volcano National Monument");
	aData[1030] = new Data("2003_1019_131800AA.JPG",160,120,"Lava flow at Sunset Crater NM");
	aData[1031] = new Data("2003_1019_162300AA.JPG",160,120,"Painted Desert in the Petrified Forest National Park");
	aData[1032] = new Data("2003_1019_162720AA.JPG",160,120,"Painted Desert at Petrified Forest National Park");
	aData[1033] = new Data("2003_1019_165142AA.JPG",120,160,"Puerco Pueblo  a 100 room pueblo built before 1400 AD, PFNP");
	aData[1034] = new Data("2003_1019_165329AA.JPG",160,120,"Petroglyphs near Puerco Pueblo, PFNP");
	aData[1035] = new Data("2003_1019_171033AA.JPG",160,120,"Newspaper Rock at Petrified Forest National Park");
	aData[1036] = new Data("2003_1019_173122AA.JPG",160,120,"A petrified arch supported by concrete, PFNP");
	aData[1037] = new Data("2003_1019_173223AA.JPG",160,120,"Painted Desert at sunset, PFNP");
	aData[1038] = new Data("2003_1019_172302AA.JPG",160,120,"Sunset in the Petrified Forest National Park");
	aData[1039] = new Data("2003_1020_083315AA.JPG",160,120,"Tour of Canyon de Chelly");
	aData[1040] = new Data("2003_1020_085029AA.JPG",160,120,"There were serveral tours going on at once, Canyon de Chelly");
	aData[1041] = new Data("2003_1020_085205AA.JPG",160,120,"Ruins in the canyon wall, left by the Anasazi.");
	aData[1042] = new Data("2003_1020_083815AA.JPG",160,120,"Petroglyphs in Canyon de Chelly");
	aData[1043] = new Data("2003_1020_090446AA.JPG",160,120,"Ruins in the Canyon walls, and petroglyphs, created by the Anasazi.");
	aData[1044] = new Data("2003_1020_101554AA.JPG",160,120,"Petroglyphs left on Canyon walls in Canyon de Chelly");
	aData[1045] = new Data("2003_1020_104112AA.JPG",160,120,"An incredible site, driving on the Canyon floor.");
	aData[1046] = new Data("2003_1020_105328AA.JPG",160,120,"Our tour car under an overhang, Canyon de Chelly");
	aData[1047] = new Data("2003_1020_131147AA.JPG",120,160,"Canyon de Chelly from on top of the canyon side.");
	aData[1048] = new Data("2003_1020_131206AA.JPG",160,120,"Mummy Cave overlook, Canyon de Chelly");
	aData[1049] = new Data("2003_1020_142505AA.JPG",160,120,"Looking down on Mummy Cave, Canyon de Chelly");
	aData[1050] = new Data("2003_1020_143106AA.JPG",160,120,"Looking along Canyon del Muerto, Canyon de Chelly National Monument");
	aData[1051] = new Data("2003_1020_155137AA.JPG",160,120,"A Butte on our way to Nevada.");
	aData[1052] = new Data("2003_1020_165325AA.JPG",160,120,"Entering Utah, our 3rd State.");
	aData[1053] = new Data("2003_1020_172650AA.JPG",160,120,"Monument Valley.");
	aData[1054] = new Data("2003_1020_173158AA.JPG",160,120,"Sunset near Monument Valley");
	aData[1055] = new Data("2003_1020_173737AA.JPG",120,160,"Mexican Hat, Monument Valley.");
	aData[1056] = new Data("2003_1020_175421AA.JPG",160,120,"Sunset at Monument Valley.");
	aData[1057] = new Data("2003_1021_112149AA.JPG",160,120,"Glen Canyon bridge.");
	aData[1058] = new Data("2003_1021_112240AA.JPG",160,120,"Glen Canyon, above the dam.");
	aData[1059] = new Data("2003_1021_115123AA.JPG",120,160,"Glen Canyon below the dam.");
	aData[1060] = new Data("2003_1021_132859AA.JPG",160,120,"Navajo bridge.");
	aData[1061] = new Data("2003_1021_133024AA.JPG",160,120,"Navajo bridge  the one on the left is the original.");
	aData[1062] = new Data("2003_1021_133113AA.JPG",160,120,"Navajo Bridge, Arizona.");
	aData[1063] = new Data("2003_1021_133714AA.JPG",160,120,"North of the bridge.");
	aData[1064] = new Data("2003_1021_153356AA.JPG",120,160,"On the way to the North Rim, Grand Canyon.");
	aData[1065] = new Data("2003_1021_163153AA.JPG",160,120,"Grand Canyon, North Rim.");
	aData[1066] = new Data("2003_1021_163410AA.JPG",160,120,"No dogs allowed on this walking trail.");
	aData[1067] = new Data("2003_1021_173355AA.JPG",120,160,"Grand Canyon North Rim, Bright Angel Point.");
	aData[1068] = new Data("2003_1021_175158AA.JPG",160,120,"Grand Canyon, North Rim.");
	aData[1069] = new Data("2003_1022_091316AA.JPG",120,160,"Zion Canyon.");
	aData[1070] = new Data("2003_1022_094244AA.JPG",120,160,"The start of the tunnel, Zion Canyon.");
	aData[1071] = new Data("2003_1022_100632AA.JPG",160,120,"The Trail to Canyon Overlook, Zion Canyon");
	aData[1072] = new Data("2003_1022_101010AA.JPG",120,160,"Canyon overlook, Zion Canyon");
	aData[1073] = new Data("2003_1022_102756AA.JPG",160,120,"Looking down on the road after the tunnel, Zion Canyon.");
	aData[1074] = new Data("2003_1022_114901AA.JPG",160,120,"Zion Canyon, through a window in the tunnel.");
	aData[1075] = new Data("2003_1022_115255AA.JPG",160,120,"An arch in Zion Canyon");
	aData[1076] = new Data("2003_1022_123519AA.JPG",160,120,"Lunch at the Zion Canyon visitor centre.");
	aData[1077] = new Data("2003_1022_152658AA.JPG",160,120,"Entering Nevada, our 4th State.");
	aData[1078] = new Data("2003_1022_170037AA.JPG",160,120,"Miniskyline, Las Vegas.");
	aData[1079] = new Data("2003_1019_173129AA.JPG",160,120,"Miniskyline, Las Vegas.");
	aData[1080] = new Data("2003_1022_102702AA.JPG",120,160,"Miniskyline, Las Vegas.");
	aData[1081] = new Data("2003_1101_162553AA.JPG",120,160,"Hollywoodland, Griffith Park.");
	aData[1082] = new Data("2003_1011_170605AB.JPG",120,160,"Skull Rock, Joshua Tree National Park");
	aData[1083] = new Data("2003_0903_133057AA.JPG",120,160,"Rob, with Walt Disney and Mickey, and the Sleeping Beauty Castle in the background.");
	aData[1084] = new Data("2003_0903_132749AA.JPG",120,160,"Jo, with Walt Disney and Mickey, and the Sleeping Beauty Castle in the background.");
	aData[1085] = new Data("2003_0903_082047AA.JPG",160,120,"Its Goofy ... and Rob and Jo.");
	aData[1086] = new Data("2003_0903_083938AA.JPG",160,120,"Mickey hugs Rob and Jo.");
	aData[1087] = new Data("2003_0903_042104AA.JPG",120,160,"Snow White and the 7 dwarfs.");
	aData[1088] = new Data("2003_0903_084338AA.JPG",160,120,"Mickeys Toontown.");
	aData[1089] = new Data("2003_0903_051420AA.JPG",160,120,"Calling all Space Scouts ... A Buzz Lightyear  adventure.");
	aData[1090] = new Data("2003_0903_042158AA.JPG",120,160,"Reflections of Sleeping Beauty Castle.");
	aData[1091] = new Data("2003_0903_090339AA.JPG",160,120,"Storybook Land Canal Boats.");
	aData[1092] = new Data("2003_0903_040629AA.JPG",120,160,"The Sailing Ship Columbia");
	aData[1093] = new Data("2003_0903_103920AA.JPG",120,160,"Tigger.");
	aData[1094] = new Data("2003_0903_103935AA.JPG",120,160,"Eyeore.");
	aData[1095] = new Data("2003_0903_093535AA.JPG",160,120,"Rob enjoys a Mickey icecream.");
	aData[1096] = new Data("2003_0903_091104AA.JPG",160,120,"The Matterhorn Bobsled ride in the background of Storybook Land.");
	aData[1097] = new Data("2003_0903_123818AA.JPG",160,120,"The Lion King in the parade of the stars.");
	aData[1098] = new Data("2003_0903_123955AA.JPG",160,120,"Daisy in the parade of the stars.");
	aData[1099] = new Data("2003_0903_130536AA.JPG",160,120,"King Arthur Carrousel.");
	aData[1100] = new Data("2003_0903_130841AA.JPG",160,120,"The Matterhorn behind Fantasyland.");
	aData[1101] = new Data("2003_0903_104109AA.JPG",160,120,"Pooh.");
	aData[1102] = new Data("2003_0903_040409AA.JPG",160,120,"Indiana Jones ride at Disneyland.");
	aData[1103] = new Data("2003_0903_075759AA.JPG",160,120,"its a small world ... Australia.");
	aData[1104] = new Data("2003_0903_044915AA.JPG",160,120,"CP3O in the queue in the Star Tours ride.");
	aData[1105] = new Data("2003_0903_054655AA.JPG",120,160,"Jo under ultraviolet light in Innoventions.");
	aData[1106] = new Data("2003_0903_052717AA.JPG",160,120,"In the Innoventions theatre.");
	aData[1107] = new Data("2003_0903_101924AA.JPG",160,120,"Poohs birthday party.");
	aData[1108] = new Data("2003_0903_040813AA.JPG",160,120,"The Big Thunder Mountain Railroad.");
	aData[1109] = new Data("2003_0907_065644AA.JPG",160,120,"The botanical building in Baloba Park");
	aData[1110] = new Data("2003_0907_065739AA.JPG",160,120,"Outside the Botanical Building in Baloba Park");
	aData[1111] = new Data("2003_0907_070905AA.JPG",160,120,"Inside the Botanical Building in Baloba park");
	aData[1112] = new Data("2003_0907_073450AA.JPG",120,160,"One of the Museums in Baloba Park");
	aData[1113] = new Data("2003_0907_065936AA.JPG",160,120,"One of the lillies in the lillypond outside the Botanical Building");
	aData[1114] = new Data("2003_0907_075755AA.JPG",160,120,"A squirrel in one of the gardens in Baloba Park");
	aData[1115] = new Data("2003_0907_085635AA.JPG",120,160,"Shadows one of the exhibits in the Reuben H Fleet Space Theatre & Science Center, Baloba Park");
	aData[1116] = new Data("2003_0908_024120AA.JPG",160,120,"A baby rhinocerous in the San Diego Zoo");
	aData[1117] = new Data("2003_0908_025737AA.JPG",160,120,"A polar bear playing at the San Diego Zoo");
	aData[1118] = new Data("2003_0908_030006AA.JPG",160,120,"A polar bear feeding at the San Diego Zoo");
	aData[1119] = new Data("2003_0908_032130AA.JPG",160,120,"A deer at the San Diego Zoo");
	aData[1120] = new Data("2003_0908_044525AA.JPG",160,120,"Fog at the Torrey Pines Glider Port, La Jolla");
	aData[1121] = new Data("2003_0908_044802AA.JPG",160,120,"A lifegard overseeing Black Beach, from Torrey Pines Glider Port, La Jolla");
	aData[1122] = new Data("2003_0908_054548AA.JPG",160,120,"Sea Lions, on the Coast, La Jolla");
	aData[1123] = new Data("2003_0908_074109AA.JPG",160,12,"360 degree view of San Diego and La Jolla, Soledad Mountain");
	aData[1124] = new Data("2003_0921_045123AA.JPG",160,120,"Some Zebras enjoying the shade at the San Diego Wild Aminal Park");
	aData[1125] = new Data("2003_0921_045247AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1126] = new Data("2003_0921_045740AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1127] = new Data("2003_0921_050302AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1128] = new Data("2003_0921_050336AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1129] = new Data("2003_0921_052347AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1130] = new Data("2003_0921_053352AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1131] = new Data("2003_0921_054758AA.JPG",120,160,"San Diego Wild Animal Park");
	aData[1132] = new Data("2003_0921_060032AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1133] = new Data("2003_0921_064600AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1134] = new Data("2003_0921_073100AA.JPG",120,160,"San Diego Wild Animal Park");
	aData[1135] = new Data("2003_0921_050936AA.JPG",120,160,"San Diego Wild Animal Park");
	aData[1136] = new Data("2003_0921_080045AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1137] = new Data("2003_0921_082447AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1138] = new Data("2003_0921_082644AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1139] = new Data("2003_0921_083222AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1140] = new Data("2003_0921_084757AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1141] = new Data("2003_0921_095610AA.JPG",120,160,"San Diego Wild Animal Park");
	aData[1142] = new Data("2003_0921_095010AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1143] = new Data("2003_0921_060320AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1144] = new Data("2003_0921_105734AA.JPG",120,160,"San Diego Wild Animal Park");
	aData[1145] = new Data("2003_0921_085916AA.JPG",160,120,"San Diego Wild Animal Park");
	aData[1146] = new Data("2003_0921_121345AA.JPG",160,120,"Sunset at Oceanside");
	aData[1147] = new Data("2003_0921_121603AA.JPG",120,160,"Sunset at Oceanside");
	aData[1148] = new Data("2003_1004_082514AA.JPG",120,160,"Sculpture  see www.boltgallery.com");
	aData[1149] = new Data("2003_0922_045837AA.JPG",160,120,"A coast guard patrol boat Oceanside Harbour Days");
	aData[1150] = new Data("2003_0922_051545AA.JPG",160,120,"Oceanside Harbour Days");
	aData[1151] = new Data("2003_0922_051655AA.JPG",160,120,"Oceanside Harbour Days");
	aData[1152] = new Data("2003_0922_051714AA.JPG",160,120,"Oceanside Harbour Days");
	aData[1153] = new Data("2003_0922_052150AA.JPG",120,160,"Oceanside Harbour Days");
	aData[1154] = new Data("2003_0922_053812AA.JPG",160,120,"Oceanside Harbour Days");
	aData[1155] = new Data("2003_0803_051926AA.JPG",120,160,"Water feature at Santa Barbara.");
	aData[1156] = new Data("2003_0803_071014AA.JPG",120,160,"Model trains at Goleta, Santa Barbara County");
	aData[1157] = new Data("2003_0803_072527AA.JPG",160,120,"Goleta short line minuturetrain ride.");
	aData[1158] = new Data("2003_0803_074126AA.JPG",160,120,"The Goleta Depot.");
	aData[1159] = new Data("2003_0803_112127AA.JPG",120,160,"Streetscape at Solvang");
	aData[1160] = new Data("2003_0803_130901AA.JPG",160,120,"A windmill at Solvang");
	aData[1161] = new Data("2003_0803_131638AA.JPG",120,160,"Jo with a frozen, chocolatedipped slice of cheesecake  Yum ...");
	aData[1162] = new Data("2003_0803_134928AA.JPG",160,120,"One of the many bakeries at Solvang");
	aData[1163] = new Data("2003_0804_055252AA.JPG",160,120,"Some of the Lompoc flower fields");
	aData[1164] = new Data("2003_0804_084554AA.JPG",160,120,"A Lompoc flower field");
	aData[1165] = new Data("2003_0804_085144AA.JPG",160,120,"A Lompoc flower field");
	aData[1166] = new Data("2003_0804_045826AA.JPG",160,25,"Mision La Purisima Concepcion.");
	aData[1167] = new Data("2003_0804_042156AA.JPG",160,120,"One of the church buildings at mision La Purisima Concepcion");
	aData[1168] = new Data("2003_0804_041547AA.JPG",160,120,"A view from the mission");
	aData[1169] = new Data("2003_0804_040315AA.JPG",160,120,"Some berries amongst the grounds  the gardens contained many tradional plants used by the Chumash.");
	aData[1170] = new Data("2003_0804_042803AA.JPG",160,120,"Traditional mission music book.");
	aData[1171] = new Data("2003_0804_042844AA.JPG",120,160,"Traditional mission music");
	aData[1172] = new Data("2003_0804_035309AA.JPG",160,120,"A traditional Indian structure  at La Purisma Concepcion");
	aData[1173] = new Data("2003_0804_092925AA.JPG",160,120,"A sign on the beach on the west coast, near Lompoc.");
	aData[1174] = new Data("2003_0804_131627AA.JPG",160,120,"Volleyball at the beach on the way back from Santa Barbara county.");
	aData[1175] = new Data("2003_0807_092628AA.JPG",160,120,"A Joshua tree at Red Rock Canyon");
	aData[1176] = new Data("2003_0807_093515AA.JPG",120,160,"Rock formations at Red Rock Canyon");
	aData[1177] = new Data("2003_0807_093655AA.JPG",120,160,"Rock formations at Red Rock Canyon");
	aData[1178] = new Data("2003_0809_062039AA.JPG",160,120,"The desert  Ridgecrest.");
	aData[1179] = new Data("2003_0810_034203AA.JPG",160,120,"The Desert through the side mirror");
	aData[1180] = new Data("2003_0810_052537AA.JPG",120,160,"Waterfall on the Kern River");
	aData[1181] = new Data("2003_0810_062452AA.JPG",160,120,"Rob in front of a Sequoia tree  in the Walk of 100 Giants.");
	aData[1182] = new Data("2003_0810_064703AA.JPG",120,160,"Root ball of a sequoia in the Walk of 100 Giants.");
	aData[1183] = new Data("2003_0810_064238AA.JPG",160,120,"Looking up a Sequoia tree.");
	aData[1184] = new Data("2003_0810_113743AA.JPG",160,120,"Rob at 9200ft, Sherman Pass");
	aData[1185] = new Data("2003_0810_071330AA.JPG",160,120,"Rob next to a giant sequoia.");
	aData[1186] = new Data("2003_0810_071724AA.JPG",160,120,"Mountains near the Walk of 100 Giants");
	aData[1187] = new Data("2003_0823_101016AA.JPG",160,120,"The mural room in the Santa Barbara County Courthouse.");
	aData[1188] = new Data("2003_0823_101718AA.JPG",160,120,"The coast from the clock tower of the Santa Barbara courthouse.");
	aData[1189] = new Data("2003_0823_101802AA.JPG",160,120,"The mountains from the clock tower of the Santa Barbara Courthouse");
	aData[1190] = new Data("2003_0823_102508AA.JPG",120,160,"The halls inside the Santa Barbara Courthouse");
	aData[1191] = new Data("2003_0823_103056AA.JPG",120,160,"The tower of the Santa Barbara courthouse.");
	aData[1192] = new Data("2003_0824_033334AA.JPG",160,120,"Chumash painted cave state historic park.");
	aData[1193] = new Data("2003_0824_033507AA.JPG",120,160,"Chumash painted cave.");
	aData[1194] = new Data("2003_0824_070031AA.JPG",160,120,"A park in Morro Bay");
	aData[1195] = new Data("2003_0824_070243AA.JPG",160,120,"Morro rock at Morro Bay.");
	aData[1196] = new Data("2003_0824_075331AA.JPG",160,120,"Hearst Castle from the visitors center.");
	aData[1197] = new Data("2003_0824_093944AA.JPG",160,120,"The Neptune swimming pool at Hearst Castle.");
	aData[1198] = new Data("2003_0824_094616AA.JPG",160,120,"The Neptune swimming pool at Hearst Castle.");
	aData[1199] = new Data("2003_0824_100224AA.JPG",160,120,"Casa Grande at Hearst Castle.");
	aData[1200] = new Data("2003_0824_103928AA.JPG",160,120,"Gold leaf on the floor in the Roman Pool.");
	aData[1201] = new Data("2003_0824_104134AA.JPG",160,120,"The Roman Pool.");
	aData[1202] = new Data("2003_0824_104228AA.JPG",160,120,"Ornate decorations in the Roman Pool.");
	aData[1203] = new Data("2003_0824_121121AA.JPG",120,160,"Sunset on the coast  near San Simeon.");
	aData[1204] = new Data("2003_0824_123904AA.JPG",160,120,"Water crashing over rocks on the coast.");
	aData[1205] = new Data("2003_0824_122102AA.JPG",160,120,"Rob and the Sunset.");
	aData[1206] = new Data("2003_0825_035623AA.JPG",160,120,"Mission San Miguel Arcangel  north of Paso Robles.");
	aData[1207] = new Data("2003_0825_042152AA.JPG",160,120,"A bell at San Miguel Arcangel.");
	aData[1208] = new Data("2003_0825_045323AA.JPG",120,160,"Franciscan Padre overlooking the church.");
	aData[1209] = new Data("2003_0825_051757AA.JPG",160,120,"A rocking horse in the RiosCaledonia Adobe.");
	aData[1210] = new Data("2003_0825_053007AA.JPG",160,120,"The Rios Caledonia Adobe.");
	aData[1211] = new Data("2003_0825_063605AA.JPG",160,120,"Driving along highway 46.");
	aData[1212] = new Data("2003_0705_082305AA.JPG",160,120,"Thankfully, we werent on the Titanic!  Deck chairs on The Queen Mary.");
	aData[1213] = new Data("2003_0705_083310AA.JPG",160,120,"A lifeboat demonstration on the Queen Mary");
	aData[1214] = new Data("2003_0705_100502AA.JPG",160,120,"The view through the Scorpions periscope.");
	aData[1215] = new Data("2003_0705_101438AA.JPG",160,120,"Missile silos in the Russian submarine Scorpion");
	aData[1216] = new Data("2003_0705_141013AA.JPG",160,120,"The skyline at Long Beach");
	aData[1217] = new Data("2003_0705_143859AA.JPG",120,160,"The fireworks on July 4th, over the Queen Mary");
	aData[1218] = new Data("2003_0705_145846AA.JPG",160,120,"All lit up.");
	aData[1219] = new Data("2003_0713_125918AA.JPG",160,120,"San Diego Zoo.");
	aData[1220] = new Data("2003_0713_055723AA.JPG",160,126,"Giraffe at the San Diego Zoo");
	aData[1221] = new Data("2003_0713_064312AA.JPG",160,120,"Sea lion, wegeforth bowl, San Diego Zoo");
	aData[1222] = new Data("2003_0713_075933AA.JPG",160,120,"Flamingos  San Diego Zoo");
	aData[1223] = new Data("2003_0713_094717AA.JPG",160,120,"Okapi  San Diego Zoo");
	aData[1224] = new Data("2003_0713_110915AA.JPG",160,120,"Turtle  San Diego Zoo");
	aData[1225] = new Data("2003_0713_054727AA.JPG",160,120,"Polar Bear at the San Diego Zoo");
	aData[1226] = new Data("2003_0713_121011AA.JPG",120,160,"Panda Bear at the San Diego Zoo");
	aData[1227] = new Data("2003_0713_141150AA.JPG",160,120,"Jungle Dreams, The Last Orangutan acrobatic show  San Diego Zoo");
	aData[1228] = new Data("2003_0713_113217AA.JPG",160,120,"Takin at the San Diego Zoo");
	aData[1229] = new Data("2003_0713_113004AA.JPG",120,160,"Meerkat  San Diego Zoo");
	aData[1230] = new Data("2003_0713_113840AA.JPG",160,120,"Rhinoceros  San Diego Zoo");
	aData[1231] = new Data("2003_0713_114036AA.JPG",160,120,"Rhinoceros  San Diego Zoo");
	aData[1232] = new Data("2003_0713_122843AA.JPG",160,120,"San Diego Zoo");
	aData[1233] = new Data("2003_0713_123153AA.JPG",160,120,"San Diego Zoo");
	aData[1234] = new Data("2003_0714_043515AA.JPG",160,120,"San Diego coastline  from Shelter Island");
	aData[1235] = new Data("2003_0714_092340AA.JPG",160,120,"Mural in Old Town, San Diego");
	aData[1236] = new Data("2003_0714_111743AA.JPG",160,37,"Coronado bridge in San Diego.");
	aData[1237] = new Data("2003_0713_154236AA.JPG",160,120,"US Grant  A Wyndham Historic Hotel, San Diego");
	aData[1238] = new Data("2003_0720_152112AA.JPG",120,160,"The entrance to Univesal Studios");
	aData[1239] = new Data("2003_0720_040059AA.JPG",160,120,"One familiar house in the Universal Studios backlot");
	aData[1240] = new Data("2003_0720_084640AA.JPG",160,120,"A long escalator at Universal Studios  from the upper lot to the lower lot.");
	aData[1241] = new Data("2003_0720_040615AA.JPG",160,120,"A gigantic blue screen  used for films with water scenes  from Universal Studios");
	aData[1242] = new Data("2003_0720_044527AA.JPG",160,120,"Waterworld at Universal Studios  watch you dont get wet!");
	aData[1243] = new Data("2003_0720_135025AA.JPG",160,120,"Lights at night  Universal Studios");
	aData[1244] = new Data("2003_0720_151506AA.JPG",160,120,"A water feature at Universal Studios");
	aData[1245] = new Data("2003_0720_160520AA.JPG",160,120,"Hard Rock Cafe at Universal CityWalk");
	aData[1246] = new Data("2003_0728_050113AA.JPG",120,160,"The canals at Venice Beach");
	aData[1247] = new Data("2003_0728_052206AA.JPG",160,29,"Canals at Venice Beach.");
	aData[1248] = new Data("2003_0728_061436AA.JPG",120,160,"Rob showing off at Muscle beach.");
	aData[1249] = new Data("2003_0728_074532AA.JPG",160,120,"Santa Monica Pier from Venice Beach.");
	aData[1250] = new Data("2003_0609_032156AA.JPG",160,120,"Our first trip on the freeway");
	aData[1251] = new Data("2003_0609_061432AA.JPG",160,120,"Outdoor mall in Santa Monica");
	aData[1252] = new Data("2003_0609_063516AA.JPG",120,160,"Santa Monica");
	aData[1253] = new Data("2003_0609_091040AA.JPG",160,120,"Santa Monica Pier  seen in lots of movies");
	aData[1254] = new Data("2003_0616_050530AA.JPG",160,120,"The Getty Centre  made of about 300,000 pieces of travertine from a quarry near Rome");
	aData[1255] = new Data("2003_0616_091654AA.JPG",160,120,"One of the water features at the Getty Center");
	aData[1256] = new Data("2003_0623_052536AA.JPG",160,120,"A Mammoth stuck in the La Brea Tar Pits.  This lake pit fibreglass models of animals caught in the asphalt.");
	aData[1257] = new Data("2003_0623_053021AA.JPG",160,120,"Jo outside the George C Page museum under the arch of a sculpture made to look like bones retrieved from the pits.");
	aData[1258] = new Data("2003_0623_101459AA.JPG",160,120,"Some asphalt bubbling somewhere in the park.");
	aData[1259] = new Data("2003_0623_081428AA.JPG",120,160,"A wall containing 404 Dire Wolf skeletons found in the park.");
	aData[1260] = new Data("2003_0623_085209AA.JPG",120,160,"A comparison of the height of Rob with some living species.");
	aData[1261] = new Data("2003_0629_095844AA.JPG",160,120,"Its Legowood at miniland.");
	aData[1262] = new Data("2003_0629_040830AA.JPG",160,120,"Rob outside Legoland before we entered.");
	aData[1263] = new Data("2003_0629_052117AA.JPG",120,160,"Can you find Robs likeness here  Hint check out the face at the top on the left  made by Rob.");
	aData[1264] = new Data("2003_0629_085715AA.JPG",160,120,"A workshop at Legoland.");
	aData[1265] = new Data("2003_0629_123603AA.JPG",160,120,"And he huffed and he puffed ...");
	aData[1266] = new Data("2003_0629_140344AA.JPG",160,120,"Jo outside Legoland at the end our the day.");
	aData[1267] = new Data("2003_0630_060329AA.JPG",120,160,"The chapel in Mission San Luis Rey Francia, Oceanside.");
	aData[1268] = new Data("2003_0630_062626AA.JPG",160,120,"Mission San Luis Rey Francia  king of the missions, founded 1798.");
	aData[1269] = new Data("2003_0630_093648AA.JPG",120,160,"Mission San Antonio de Pala. founded 1810.");
	aData[1270] = new Data("2003_0630_093913AA.JPG",120,160,"Cross at San Antonia de Pala  on highway 76, on the Pala Indian Reservation.");
	aData[1271] = new Data("2003_0530_054516AA.JPG",160,120,"Jo arrives at LAX with baggage");
	aData[1272] = new Data("2003_0602_080540AA.JPG",160,120,"View of Kings Harbour");
	aData[1273] = new Data("2003_0604_125240AA.JPG",160,120,"Yachts on Kings Harbour  view from our apartment");
// do not edit anything below this line
var num_images = aData.length;
var j=0;
var image_num;
var randomArray = new Array();  // array of current random numbers

function duplicate(num) {
var counter;
for (counter=0; counter<randomArray.length; counter++) {
if (randomArray[counter]==num)
return true;
}
return false;
}


  function printData() {
    var text = '<a href="http://s89206489.onlinehome.us/scripts/comment.php?image=../images/' + this.name + '"><img src="http://s89206489.onlinehome.us/images/thumbs/' + this.name  + '"';
    text += ' width="' + this.width + '" height="' + this.height + '" ';
    text += ' alt = "' + this.desc + '" title="' + this.desc + '" border = "0"><\a>';
    return text;
  }
function showImage(){
image_num=Math.round(Math.random()*(num_images-1));

while (duplicate(image_num)) {
image_num=Math.round(Math.random()*(num_images-1));
}
randomArray[j]=image_num;
j++;
document.write(aData[image_num]);
}

//  End -->

