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 myNew = " Quiz "+myMP3.replace("q-", " Question ") ; var myNew = "100 Question Written Quiz"; var myQuestion = myQuestion document.write('
'); document.write(''); document.write (myQuestion+"
"); document.write('Choose the correct answer.
'); document.write(' ');