document.write('
');
document.write(' ');
var str=(location.href);
var number_1 = str.lastIndexOf("/") + 1 ;
var number_2 = str.lastIndexOf(".") ;
var myFile = str.substring(number_1, number_2) ;
var myMP3 = myFile.substring(5);
var myQuiz = myFile.substring(5,6);
var myBlank = ""
var myNew = " Quiz "+myMP3.replace("q-", " Question ") ;
document.write ('');
document.write (myNew+"");
var myMP3 = "N"+myMP3.replace("q-", "Q")+".MP3";
document.write(' Listen and choose the best answer.
');
document.write(' ');
if(myQuiz>2){document.write(' This question is asking if you ...
');}
document.write('  
');