// 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';
facts=new Array();
relfacts=new Array();
facts[0] ='
';
facts[1] ='
';
facts[2] ='
';
facts[3] ='
';
facts[4] ='
';
facts[5] ='
';
facts[6] ='
';
facts[7] ='
';
facts[8] ='
';
facts[9] ='
';
/*
facts[10] ='
';
facts[11] ='
';
facts[12] ='
';
facts[13] ='
';
facts[14] ='
';
facts[15] ='
';
facts[16] ='
';
facts[17] ='
';
*/
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;