var commentsarray = new Array(new Array());
commentsarray[0][0] = "Guitar Hero";
commentsarray[0][1] = "Guitar Hero";
commentsarray[0][2] = "Birthday Meal";
commentsarray[0][3] = "Will those front teeth ever come?";
commentsarray[0][4] = "Birthday Party";
commentsarray[0][5] = "Birthday Cake";
commentsarray[0][6] = "Sledging";
commentsarray[0][7] = "Snowman";
commentsarray.push(new Array());
commentsarray[1][0] = "Dad being shown how the other half live";
commentsarray[1][1] = "The stack 'em high game";
commentsarray[1][2] = "Wills and Nina";
commentsarray[1][3] = "Wills and Nina";
commentsarray[1][4] = "Back on the DSs";
commentsarray[1][5] = "Clambering";
commentsarray[1][6] = "Wills, Nina and Brucie the dopey dog";
commentsarray[1][7] = "Dad had to do the whole drive afterwards to get rid of our graffiti";

