// 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 and Titles';
facts=new Array();
relfacts=new Array();
facts[0] ='The Face of Venus';
facts[1] ='Girl with a Pearl Earring';
facts[2] ='Tower of Babel';
facts[3] ='The Wedding';
facts[4] ='The Persistence of Time';
facts[5] ='The Water Lily Pond';
facts[6] ='Mona Lisa';
facts[7] ='Liberty Leading the People';
facts[8] ='Tahitian Women';
facts[9] ='Saturn Devouring One of His Children';
/*
facts[10] ='Golconda';
facts[11] ='Creation of Adam';
facts[12] ='The Death of Socrates';
facts[13] ='The Scream';
facts[14] ='Les Demoiselles de Avignon';
facts[15] ='Rembrandt - Self Portrait';
facts[16] ='The Fighting Temeraire';
facts[17] ='Starry Night';
*/
relfacts[0] ='
';
relfacts[1] ='
';
relfacts[2] ='
';
relfacts[3] ='
';
relfacts[4] ='
';
relfacts[5] ='
';
relfacts[6] ='
';
relfacts[7] ='
';
relfacts[8] ='
';
relfacts[9] ='
';
/*
relfacts[10] ='
';
relfacts[11] ='
';
relfacts[12] ='
';
relfacts[13] ='
';
relfacts[14] ='
';
relfacts[15] ='
';
relfacts[16] ='
';
relfacts[17] ='
';
*/
timeron=0;