var commentsarray = new Array(new Array());
commentsarray[0][0] = "Birthday Party";
commentsarray[0][1] = "The Birthday Hat";
commentsarray[0][2] = "Quick whupping at air hockey";
commentsarray.push(new Array());
commentsarray[1][0] = "Sports Club Cup";
commentsarray[1][1] = "Easter Egg hunt";
commentsarray[1][2] = "Very early start for EuroDisney";
commentsarray[1][3] = "Mickey";
commentsarray[1][4] = "EuroDisney";
commentsarray[1][5] = "Mikey";
commentsarray[1][6] = "Shouldn't someone be supervising";
commentsarray[1][7] = "Donald";
commentsarray[1][8] = "Minnie";
commentsarray[1][9] = "Me and him";
commentsarray[1][10] = "Her, expensive dress, me, same suit from when I was 18";
commentsarray[1][11] = "Carefully crafted and engineered walk-in wardrobe from the Heppell collection";
commentsarray[1][12] = "Cunning sliding door mechanism that only allows one person in at a time";
commentsarray[1][13] = "The Heppell collection continued";
commentsarray.push(new Array());
commentsarray[2][0] = "Not exactly feeling the pressure at Sports Day";
commentsarray[2][1] = "And he's off";
commentsarray[2][2] = "Wycombe Half";
commentsarray[2][3] = "Centre Parcs";
commentsarray[2][4] = "Kid in a tree";
commentsarray[2][5] = "Fencing";
commentsarray[2][6] = "Climbing";
commentsarray[2][7] = "Archery";
commentsarray.push(new Array());
commentsarray[3][0] = "Day out with Grandad";
commentsarray[3][1] = "Day out with Grandad";
commentsarray[3][2] = "Day out with Grandad";
commentsarray[3][3] = "Position A";
commentsarray[3][4] = "The old ones are the best";
commentsarray[3][5] = "Captain of the ship";
commentsarray[3][6] = "The crew hard at work";
commentsarray[3][7] = "Reading Mile";
commentsarray[3][8] = "100m";
commentsarray[3][9] = "Santa Sack again";
commentsarray[3][10] = "Meaning business";



