// Created by mikec // it adds the memory meter questions in new format // Initialise question and answer arrays and question number // load arrays with a set of questions title='Famous Paintings - Who Painted What'; facts=new Array(); relfacts=new Array(); facts[0] =' Botticelli'; facts[1] =' Vermeer'; facts[2] =' Bruegel'; facts[3] =' Chagall'; facts[4] =' Dali'; facts[5] =' Munch'; facts[6] =' Da_Vinci'; facts[7] =' Delacroix'; facts[8] =' Gauguin'; facts[9] =' Goya'; /* facts[10] =' Magritte'; facts[11] =' Michelangelo'; facts[12] =' Monet'; facts[13] =' David'; facts[14] =' Picasso'; facts[15] =' Rembrandt'; facts[16] =' Turner'; facts[17] =' Van_Gogh'; */ relfacts[0] ='The Face of Venus'; relfacts[1] ='Girl with a Pearl Earring'; relfacts[2] ='Tower of Babel'; relfacts[3] ='The Wedding'; relfacts[4] ='The Persistence of Time'; relfacts[5] ='The Scream'; relfacts[6] ='Mona Lisa'; relfacts[7] ='Liberty Leading the People'; relfacts[8] ='Tahitian Women'; relfacts[9] ='Saturn Devouring One of His Children'; /* relfacts[10] ='Golconda'; relfacts[11] ='Creation of Adam'; relfacts[12] ='The Water Lily Pond'; relfacts[13] ='The Death of Socrates'; relfacts[14] ='Les Demoiselles de Avignon'; relfacts[15] ='Rembrandt - Self Portrait'; relfacts[16] ='The Fighting Temeraire'; relfacts[17] ='Starry Night'; */ timeron=0;