function addslashes(apostrophe) { apostrophe = apostrophe.replace(/\'/g,"\'"); return apostrophe; } rep1m = addslashes("違います!もう一度やってみてください!(le gilet = チョッキ)"); rep2m = addslashes("違います!もう一度やってみてください!(le ministre = 大臣)"); rep3m = addslashes("正解!おめでとう!"); rep4m = addslashes("違います!もう一度やってみてください!(anonyme = 匿名の)"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
☆皆のクイズ☆
収支決算
le gilet
le ministre
le bilan
anonyme
");