// DO NOT EDIT THESE 5 LINES var picture = new Array() var caption = new Array() var date = new Array() var height = new Array() var width = new Array() var id = new Array() // GALLERY STARTS HERE - use " " to leave the table cell blank // To add more rows, add another block of data at the end and increase the [x] numbers by one //REMEMBER TO ADD 100 TO SIZES //ALSO REMEMBER TO ADD GRAPHICS TO PRELOAD ARRAY IN JS FILE id[0] = "0" picture[0] = "mallory2.jpg" height[0] = "400" width[0] = "550" caption[0] = "Mallory Park" date[0] = "March 2002" id[1] = "1" picture[1] = "brands.jpg" height[1] = "400" width[1] = "550" caption[1] = "Brands Hatch - MRO" date[1] = "June 2002" id[2] = "2" picture[2] = "cadwell.jpg" height[2] = "400" width[2] = "550" caption[2] = "Cadwell Park" date[2] = "2005" id[3] = "3" picture[3] = "cadwellmountain.jpg" height[3] = "400" width[3] = "550" caption[3] = "Cadwell Park" date[3] = "2005" id[4] = "4" picture[4] = "castlecombe.jpg" height[4] = "400" width[4] = "550" caption[4] = "Castle Combe" date[4] = "2004" id[5] = "5" picture[5] = "r1.jpg" height[5] = "400" width[5] = "550" caption[5] = "Albaceté" date[5] = "2005" id[6] = "6" picture[6] = "snetterton.jpg" height[6] = "400" width[6] = "550" caption[6] = "Snetterton" date[6] = "2005" id[7] = "7" picture[7] = "thruxton.jpg" height[7] = "400" width[7] = "550" caption[7] = "Thruxton" date[7] = "2005"