jason246 发表于 2023-11-2 08:01:59

【新概念英语-85珍藏版】 第1册课文+录音

<script>
function toppleText(id) {
    if (document.getElementById("les"+id).style.display == "block") {
      document.getElementById("les"+id).style.display = "none"
      document.getElementById("btn_"+id).style.color = "black"
    }
    else {
      document.getElementById("les"+id).style.display = "block";
      document.getElementById("btn_"+id).style.color = "red"
    }
}

window.onload = function() {
    //alert("aud"+1)
    for (var i=0; i<146; i++) {   //60 for nce4, e.g.i=0时是欢迎音乐,nce1时有220910,对于没有的需continue,否则网页运行不正常,后续不自动播放。
      
      var aud = document.getElementById("aud"+i);
      if (aud==null||aud=="")
            continue;

      aud.addEventListener('ended', playEndedHandler,false);
      //alert("added end listener for aud"+i);
    }
}

curId=-1;
function playEndedHandler() {
curId +=2
//alert("to play aud"+curId)
aud = document.getElementById("aud"+curId)
aud.play()
}

function setCurId(id) {
    //alert("curid"+id)
    curId = id
}

function onSelOpr() {
    opr = document.getElementById("selectOpr").value
    //alert(opr)
    for (var i=0; i<=146; i++) {
      les = document.getElementById("les"+i)
      if (les==null||les=="")
            continue;
      if (opr=="隐藏") {
            les.style.display = "none"
      
      }
      else {
            les.style.display = "block"
      }
    }
}

function onSelSpeed() {
    speed = document.getElementById("selectSpeed").value
    //alert(speed)
    for (var i=0; i<=146; i++) {
      aud = document.getElementById("aud"+i)
      if (aud==null||aud=="")
            continue;

      if (speed=="正常") {
            aud.playbackRate = 1
      
      }
      else if (speed=="0.5") {
            aud.playbackRate = 0.5
      }
      else if (speed=="2.0") {
            aud.playbackRate = 2
      }
    }
}

</script>

<style>
button:focus {
    outline:none;   
}

button {
    background-color:transparent;//transparent;    //blue;
    border-style:none;
    font-size:0.9em;   
}

</style>

<select name=opr id="selectOpr" style="" onchange=onSelOpr()>
          <option>隐藏
          <option>显示
</select>全部课文
<div style="display:inline;float:right;">
播放速度<select name=speed id="selectSpeed" style="" onchange=onSelSpeed()>
          <option>0.5
          <option selected>正常
          <option>2.0
</select></div><br><br>





<div>
<button id="btn_0" style="width:4.5em;min-width:4.5em;max-width:4.5em;margin:0;padding:0;" onclick='toppleText("0")'><u>前言&#9836</u></button>&nbsp;&nbsp;<br>

<audio id="aud0" controls="true" preload="none" controlslist="nodownload"style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_000.mp3" type="audio/mp3">
</audio>
</div>

<div id="les0" style="display:none;">
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;欢迎来到新概念英语!<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1985版(老版)的新概念英语由原作者亚历山大(L.G. Alexandre)精心创作编写,由英国BBC播音员朗读录音,采用标准的英式英语发音。无论是课文内容结构还是朗读发音质量都明显优于其他版本,是世界公认的首屈一指的经典。对我们许多英语学习者都产生了巨大影响。<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;全书共分4册,内容从初级到高级逐步由浅入深,循序渐进,非常适合非母语国家的人系统学习语言技能。在此,我们收集整理了完整的课文和录音(第二、三、四册每课有课文和录音;第一册奇数课有课文和录音,偶数课是练习因此没有课文和录音)。作为新概念铁粉,能够收集到这么珍贵的资源,感到十分高兴,相信新概念粉们也一定会喜欢,在此分享给大家,希望能对各位更高效地学习有所帮助。原始版本存在一些编排和拼写错误,本站已完成一轮校对,后续如发现有遗留问题将随时改正,<u>修订记录</u>在本文末尾。<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;让我们通过字字珠玑的新概念英语,领略精彩无限的英语世界!<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;同义词网 (tongyici.net) 2022.08.31

<button type="button" style="float:right;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("0")'>&#10005</button><br><br>
</div><br>





<div>
<button id="btn_1" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("1")'><u>Lesson01</u></button>&nbsp; Excuse me!<br>

<audio id="aud1" onplay="setCurId(1)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_001.mp3" type="audio/mp3">
</audio>
</div>

<div id="les1" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Excuse me!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is this your handbag?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pardon?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is this your handbag?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, it is.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you very much.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("1")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_3" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("3")'><u>Lesson03</u></button>&nbsp; Sorry sir<br>

<audio id="aud3" onplay="setCurId(3)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_003.mp3" type="audio/mp3">
</audio>
</div>

<div id="les3" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; My coat and my umbrella please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here is my ticket.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you, sir.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Number five.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here is your umbrella and your coat.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is not my umbrella.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sorry, sir.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is this your umbrella?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, it isn't!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is this it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, it is.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you very much.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("3")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_5" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("5")'><u>Lesson05</u></button>&nbsp; Nice to meet you<br>

<audio id="aud5" onplay="setCurId(5)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_005.mp3" type="audio/mp3">
</audio>
</div>

<div id="les5" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Good morning.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Good morning, Mr Blake.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is Miss Alice Dupont.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Alice is a new student.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; She is French.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Alice, this is Hans.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He is German.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How do you do?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And this is Britt.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; She's Swedish.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How do you do?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And this is Dimitri.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He is Greek.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How do you do?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And this is Paul.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He's Brazilian.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How do you do?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And this is Stella.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; She's Spanish.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How do you do?<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("5")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_7" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("7")'><u>Lesson07</u></button>&nbsp; Are you a teacher?<br>

<audio id="aud7" onplay="setCurId(7)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_007.mp3" type="audio/mp3">
</audio>
</div>

<div id="les7" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am a new student.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; My name's Robert.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; how do you do?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; My name's Alice.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are you French?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, I am.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are you French, too?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, I am not.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What nationality are you?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm Italian.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are you a teacher?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, I'm not.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What's your job?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm a typist.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What's your job?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm an engineer.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("7")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_9" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("9")'><u>Lesson09</u></button>&nbsp; How are you today?<br>

<audio id="aud9" onplay="setCurId(9)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_009.mp3" type="audio/mp3">
</audio>
</div>

<div id="les9" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Good afternoon, Mrs Davis.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Good afternoon, Mr Ford.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How are you today?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm very well, Thank you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And you?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm fine, thanks.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How is Mr Davis?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He's fine, thanks.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How's Mrs Ford?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; She's very well, too, Mrs Davis.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Goodbye, Mrs Davis.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nice to see you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nice to see you, too, Mr Ford.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Goodbye.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("9")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_11" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("11")'><u>Lesson11</u></button>&nbsp; Whose shirt is that?<br>

<audio id="aud11" onplay="setCurId(11)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_011.mp3" type="audio/mp3">
</audio>
</div>

<div id="les11" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is this your shirt, Frank?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, sir.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's not my shirt.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is my shirt.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; My shirt is blue.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is this shirt Tim's?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Perhaps it is, sir.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tim's shirt is white.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tim!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, sir?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is this your shirt?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, sir.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here you are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Catch!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you, sir.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("11")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_13" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("13")'><u>Lesson13</u></button>&nbsp; A new dress<br>

<audio id="aud13" onplay="setCurId(13)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_013.mp3" type="audio/mp3">
</audio>
</div>

<div id="les13" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What colour's your new dress?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's green.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Come upstairs and see it.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Look!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here it is!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; That's a nice dress.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's very smart.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; My hat's new, too.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What colour is it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's the same colour.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's green, too.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; That is a lovely hat.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("13")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_15" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("15")'><u>Lesson15</u></button>&nbsp; Your passport, please<br>

<audio id="aud15" onplay="setCurId(15)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_015.mp3" type="audio/mp3">
</audio>
</div>

<div id="les15" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are you Swedish?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, we are not.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; We are Danish.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are your friends Danish, too?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, they are not.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; They are Norwegian.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Your passports please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here they are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are these your cases?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, they aren't.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Our cases are brown.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here they are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are you tourists?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, we are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are your friends tourists too?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, they are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; That's fine.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you very much.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("15")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_17" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("17")'><u>Lesson17</u></button>&nbsp; How do you do<br>

<audio id="aud17" onplay="setCurId(17)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_017.mp3" type="audio/mp3">
</audio>
</div>

<div id="les17" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Come and meet our employees, Mr Richards.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you, Mr Jackson.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is Miss Grey and this is Miss Taylor.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How do you do?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Those girls are very pretty.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What are their jobs?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; They're typists.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is Mr Baker and this is Mr Short.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How do you do?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; They aren't very busy!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What are their jobs?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; They're clerks.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; They're very lazy.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Who is this young man?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is Jim.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He's our office boy!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("17")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_19" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("19")'><u>Lesson19</u></button>&nbsp; Tired and thirsty<br>

<audio id="aud19" onplay="setCurId(19)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_019.mp3" type="audio/mp3">
</audio>
</div>

<div id="les19" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What's the matter, children?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; We are tired and thirsty, mum.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sit down here.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are you all right now?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, we aren't.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Look!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There's an ice-cream man.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Two ice-creams please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here you are, children.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks, Mum.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; These ice-creams are nice.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are you all right now?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, we are, thank you!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("19")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_21" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("21")'><u>Lesson21</u></button>&nbsp; Which book?<br>

<audio id="aud21" onplay="setCurId(21)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_021.mp3" type="audio/mp3">
</audio>
</div>

<div id="les21" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Give me a book please, Jane.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Which book?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This one?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, not that one. The red one.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This one?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here you are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("21")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_23" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("23")'><u>Lesson23</u></button>&nbsp; Which glasses?<br>

<audio id="aud23" onplay="setCurId(23)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_023.mp3" type="audio/mp3">
</audio>
</div>

<div id="les23" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Give me some glasses please, Jane.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Which glasses?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; These glasses?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, not those. The ones on the shelf.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; These?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here you are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("23")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_25" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("25")'><u>Lesson25</u></button>&nbsp; Mrs Smith's kitchen<br>

<audio id="aud25" onplay="setCurId(25)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_025.mp3" type="audio/mp3">
</audio>
</div>

<div id="les25" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Smith's kitchen is small.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a refrigerator in the kitchen.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The refrigerator is white.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is on the right.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is an electric cooker in the kitchen.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The cooker is blue.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is on the left.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a table in the middle of the room.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a bottle on the table.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The bottle is empty.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a cup on the table, too.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The cup is clean.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("25")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_27" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("27")'><u>Lesson27</u></button>&nbsp; Mrs Smith's living room<br>

<audio id="aud27" onplay="setCurId(27)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_027.mp3" type="audio/mp3">
</audio>
</div>

<div id="les27" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Smith's living room is large.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a television in the room.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The television is near the window.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There are some magazines on the television.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a table in the room.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There are some newspapers on the table.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There are some armchairs in the room.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The armchairs are near the table.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a radio in the room.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The radio is near the door.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There are some books on the radio.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There are some pictures in the room.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The pictures are on the wall.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("27")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_29" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("29")'><u>Lesson29</u></button>&nbsp; Come in, Bessie<br>

<audio id="aud29" onplay="setCurId(29)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_029.mp3" type="audio/mp3">
</audio>
</div>

<div id="les29" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Come in, Bessie.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Shut the door please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This bedroom's very untidy.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What must I do, Mrs Jones?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Open the window and air the room.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Then put these clothes in the wardrobe.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Then make the bed.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dust the dressing-table.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Then sweep the floor.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("29")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_31" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("31")'><u>Lesson31</u></button>&nbsp; Where's Sally?<br>

<audio id="aud31" onplay="setCurId(31)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_031.mp3" type="audio/mp3">
</audio>
</div>

<div id="les31" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Where's Sally, Jack?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; She's in the garden, Jane.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What is she doing?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; She's sitting under the tree.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is Tim in the garden, too?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, he is.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He's climbing the tree.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I beg your pardon?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Who's climbing the tree?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tim is.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What about the dog?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The dog's in the garden, too.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's running across the grass.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's running after a cat.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("31")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_33" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("33")'><u>Lesson33</u></button>&nbsp; A fine day<br>

<audio id="aud33" onplay="setCurId(33)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_033.mp3" type="audio/mp3">
</audio>
</div>

<div id="les33" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is a fine day today.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There are some clouds in the sky,<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; but the sun is shining.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Jones is with his family.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; They are walking over the bridge.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There are some boats on the river.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Jones and his wife are looking at them.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sally is looking at a big ship.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The ship is going under the bridge.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tim is looking at an aeroplane.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The aeroplane is flying over the river.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("33")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_35" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("35")'><u>Lesson35</u></button>&nbsp; Our village<br>

<audio id="aud35" onplay="setCurId(35)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_035.mp3" type="audio/mp3">
</audio>
</div>

<div id="les35" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is a photograph of our village.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Our village is in a valley.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is between two hills.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The village is on a river.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here is another photograph of the village.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; My wife and I are walking along the banks of the river.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; We are on the left.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a boy in the water.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He is swimming across the river.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here is another photograph.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is the school building.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is beside a park.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The park is on the right.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Some children are coming out of the building.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Some of them are going into the park.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("35")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_37" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("37")'><u>Lesson37</u></button>&nbsp; Making a bookcase<br>

<audio id="aud37" onplay="setCurId(37)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_037.mp3" type="audio/mp3">
</audio>
</div>

<div id="les37" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You're working hard, George.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What are you doing?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm making a bookcase.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Give me that hammer please, Fred.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Which hammer?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This one?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No, not that one.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The big one.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here you are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks, Fred.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What are you going to do now, George?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm going to paint it.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What colour are you going to paint it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm going to paint it pink.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pink!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This bookcase isn't for me.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's for my daughter, Susan.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pink's her favourite colour.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("37")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_39" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("39")'><u>Lesson39</u></button>&nbsp; Don't drop it!<br>

<audio id="aud39" onplay="setCurId(39)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_039.mp3" type="audio/mp3">
</audio>
</div>

<div id="les39" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What are you going to do with that vase, Mary?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm going to put it on the radio, John.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Don't do that.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Give it to me.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What are you going to do with it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I'm going to put it here, in front of the window.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Be careful!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Don't drop it!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Don't put it there, John.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Put it here, on this shelf.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There we are!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's a lovely vase.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Those flowers are lovely, too.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("39")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_41" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("41")'><u>Lesson41</u></button>&nbsp; Mary's bag<br>

<audio id="aud41" onplay="setCurId(41)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_041.mp3" type="audio/mp3">
</audio>
</div>

<div id="les41" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is that bag heavy, Mary?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Not very.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Put it on this chair.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What's in it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A piece of cheese.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A loaf(条) of bread.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A bar of soap.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A bar of chocolate.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A bottle of milk.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A pound of sugar.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Half a pound of coffee.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A quarter of a pound of tea.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And a tin of tobacco.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is that tin of tobacco for me?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Well, it's certainly not for me!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("41")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_43" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("43")'><u>Lesson43</u></button>&nbsp; Can you make the tea, John?<br>

<audio id="aud43" onplay="setCurId(43)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_043.mp3" type="audio/mp3">
</audio>
</div>

<div id="les43" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Can you make the tea, John?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, of course I can, Mary.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is there any water in this kettle?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, there is.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Where's the tea, dear?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's over there, behind the teapot.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Can you see it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I can see the teapot, but I can't see the tea.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There it is!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It's in front of you!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ah yes, I can see it now.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Where are the teacups?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There are some in the cupboard(碗柜).<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Can you find them?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes. Here they are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hurry up, John!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The kettle's boiling!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("43")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_45" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("45")'><u>Lesson45</u></button>&nbsp; Can you type this letter?<br>

<audio id="aud45" onplay="setCurId(45)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_045.mp3" type="audio/mp3">
</audio>
</div>

<div id="les45" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss:Can you come here a minute please, Bob?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob:   Yes, sir?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss: Where's Miss Jones?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob:   She's next door.She's in her office, sir.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss: Can she type this letter for me? Ask her please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob:   Yes, sir.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob:   Can you type this letter for the boss please, Miss Jones?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Jones:Yes, of course I can.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob:   Here you are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Jones:Thank you, Bob.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Jones:Bob!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob:   Yes? What's the matter?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Jones:I can't type this letter.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Jones: I can't read it! The boss's handwriting is terrible!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("45")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_47" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("47")'><u>Lesson47</u></button>&nbsp; A cup of coffee<br>

<audio id="aud47" onplay="setCurId(47)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_047.mp3" type="audio/mp3">
</audio>
</div>

<div id="les47" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Young:Do you like coffee, Mrs Price?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Price:Yes, I do.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Young:Do you want a cup?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Price:Yes, please, Mrs Young.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Young:Do you want any sugar?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Price:Yes, please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Young:Do you want any milk?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Price:No, thank you. I don't like milk in my coffee. I like black coffee.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Young:Do you like biscuits?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Price:Yes, I do.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Young:Do you want one?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Price:Yes, please.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("47")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_49" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("49")'><u>Lesson49</u></button>&nbsp; At the butcher's<br>

<audio id="aud49" onplay="setCurId(49)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_049.mp3" type="audio/mp3">
</audio>
</div>

<div id="les49" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Butcher:Do you want any meat today, Mrs Bird?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Bird: Yes, please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Butcher:Do you want beef or lamb?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Bird: Beef, please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Butcher:This lamb's very good.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Bird:I like lamb, but my husband doesn't.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Butcher:What about some steak? This is a nice piece.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Bird:Give me that piece please. And a pound of mince, too.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Butcher:Do you want a chicken, Mrs Bird? They're very nice.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Bird:No, thank you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Bird:My husband likes steak, but he doesn't like chicken.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Butcher:To tell you the truth, Mrs Bird, I don't like chicken, either!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("49")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_51" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("51")'><u>Lesson51</u></button>&nbsp; A pleasant climate<br>

<audio id="aud51" onplay="setCurId(51)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_051.mp3" type="audio/mp3">
</audio>
</div>

<div id="les51" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: Where do you come from?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dimitri: I come from Greece.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: What's the climate like in your country?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dimitri: It's very pleasant.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: What's the weather like in spring?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dimitri: It's often windy in March. It's always warm in April and May, but it rains sometimes.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: What's it like in summer?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dimitri: It's always hot in June, July and August. The sun shines every day.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: Is it cold or warm in autumn?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dimitri: It's always warm in September and October. It's often cold in November and it rains sometimes.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: Is it very cold in winter?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dimitri: It's often cold in December, January and February. It snows sometimes.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("51")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_53" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("53")'><u>Lesson53</u></button>&nbsp; An interesting climate<br>

<audio id="aud53" onplay="setCurId(53)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_053.mp3" type="audio/mp3">
</audio>
</div>

<div id="les53" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: Where do you come from?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: I come from England.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: What's the climate like in your country?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: It's mild(温和的), but it's not always pleasant.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: The weather's often cold in the North and windy in the East. It's often wet in the West and sometimes warm in the South.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hans: Which seasons do you like best?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: I like spring and summer. The days are long and the nights are short. The sun rises early and sets late.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: I don't like autumn and winter. The days are short and the nights are long. The sun rises late and sets early. Our climate is not very good, but it's certainly interesting. It's our favorite subject of conversation.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("53")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_55" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("55")'><u>Lesson55</u></button>&nbsp; The Sawyer family<br>

<audio id="aud55" onplay="setCurId(55)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_055.mp3" type="audio/mp3">
</audio>
</div>

<div id="les55" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Sawyers live at 87 King Street.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; In the morning, Mr Sawyer goes to work and the children go to school. Their father takes them to school every day.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Sawyer stays at home every day. She does the housework. She always eats her lunch at noon.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; In the afternoon, she usually sees her friends. They often drink tea together.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; In the evening, the children come home from school. They arrive home early.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Sawyer comes home from work. He arrives home late.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; At night, the children always do their homework. Then they go to bed. Mr Sawyer usually reads his newspaper, but sometimes he and his wife watch television.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("55")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_57" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("57")'><u>Lesson57</u></button>&nbsp; An unusual day<br>

<audio id="aud57" onplay="setCurId(57)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_057.mp3" type="audio/mp3">
</audio>
</div>

<div id="les57" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is eight o'clock. The children go to school by car every day, but today, they are going to school on foot.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is ten o'clock. Mrs Sawyer usually stays at home in the morning, but this morning, she is going to the shops.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is four o'clock. In the afternoon, Mrs Sawyer usually drinks tea in the living-room. But this afternoon, she is drinking tea in the garden.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is six o'clock. In the evening, the children usually do their homework, but this evening, they are not doing their homework. At the moment, they are playing in the garden.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is nine o'clock.Mr Sawyer usually reads his newspaper at night. But he is not reading his newspaper tonight. At the moment, he is reading an interesting book.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("57")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_59" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("59")'><u>Lesson59</u></button>&nbsp; Is that all?<br>

<audio id="aud59" onplay="setCurId(59)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_059.mp3" type="audio/mp3">
</audio>
</div>

<div id="les59" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: I want some envelopes please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stationer: Do you want the large size, or the small size?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: The large size please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: Have you any writing-paper(信纸)?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stationer: Yes, we have.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stationer: I haven't any small pads. I only have large ones. Do you want a pad(便签簿)?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: Yes, please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: And I want some black ink and some glue.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stationer: A bottle of ink and a bottle of glue.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: And I want a large box of chalk, too.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stationer: I only have small boxes. Do you want one?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: No, thank you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stationer: Is that all?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: That's all, thank you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stationer: What else do you want?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: I want my change.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("59")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_61" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("61")'><u>Lesson61</u></button>&nbsp; <br>

<audio id="aud61" onplay="setCurId(61)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_061.mp3" type="audio/mp3">
</audio>
</div>

<div id="les61" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Williams: Where's Jimmy?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: He's in bed.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Williams: What's the matter with him?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: He feels ill.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Williams: He looks ill.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: We must call the doctor.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Williams: Yes, we must.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Williams: Can you remember the doctor's telephone number?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: Yes. It's 09754.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: Open your mouth, Jimmy. Show me your tongue. Say, 'Ah'.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Williams: What's the matter with him, doctor?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: He has a bad cold, Mr Williams, so he must stay in bed for a week.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: That's good news for Jimmy.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: Good news? Why?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Williams: Because he doesn't like school!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("61")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_63" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("63")'><u>Lesson63</u></button>&nbsp; Thank you, doctor<br>

<audio id="aud63" onplay="setCurId(63)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_063.mp3" type="audio/mp3">
</audio>
</div>

<div id="les63" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: How's Jimmy today?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: He's better thank you, doctor.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: Can I see him please, Mrs Williams?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: Certainly, doctor. Come upstairs.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: You look very well, Jimmy. You are better now, but you mustn't get up yet. You must stay in bed for another two days.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: The boy mustn't go to school yet, Mrs Williams. And he mustn't eat rich food.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: Has he a temperature, doctor?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: No, he hasn't.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: Must he stay in bed?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: Yes. He must remain in bed for another two days. He can get up for about two hours each day, but you must keep the room warm.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor: Where's Mr Williams this evening?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: He's in bed, doctor. Can you see him please? He has a bad cold, too!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("63")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_65" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("65")'><u>Lesson65</u></button>&nbsp; Not a baby<br>

<audio id="aud65" onplay="setCurId(65)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_065.mp3" type="audio/mp3">
</audio>
</div>

<div id="les65" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Father: What are you going to do this evening, Betty?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: I'm going to meet some friends, Dad.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Father: You mustn't come home late. You must be home at half past ten.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: I can't get home so early, Dad! Can I have the key to the front door, please?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Father: No, you can't.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mother: Betty's eighteen years old, Tom. She's not a baby. Give her the key. She always comes home early.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Father: Oh, all right!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Father: Here you are. But you mustn't come home after a quarter past eleven. Do you hear?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: Yes, Dad.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: Thanks, Mum.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mother: That's all right, dear. Goodbye. Enjoy yourself!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: We always enjoy ourselves, Mum. Bye, bye.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("65")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_67" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("67")'><u>Lesson67</u></button>&nbsp; The weekend<br>

<audio id="aud67" onplay="setCurId(67)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_067.mp3" type="audio/mp3">
</audio>
</div>

<div id="les67" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Johnson: Hullo, Mrs Williams. Were you at the butcher's?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: Yes, I was. Were you at the butcher's, too?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Johnson: No, I wasn't. I was at the greengrocer's. How's Jimmy today?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: He's very well, thank you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Johnson: Was he absent from school last week?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: Yes, he was. He was absent on Monday, Tuesday, Wednesday and Thursday. <i>How are you all keeping</i>(你们身体怎么样)?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Johnson: Very well, thank you. We're going to spend three days in the country. We're going to stay at my mother's for the week-end.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Williams: Friday, Saturday and Sunday in the country! Aren't you lucky!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("67")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_69" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("69")'><u>Lesson69</u></button>&nbsp; The car race<br>

<audio id="aud69" onplay="setCurId(69)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_069.mp3" type="audio/mp3">
</audio>
</div>

<div id="les69" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There is a car race near our town every year. In 1968, there was a very big race.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There were hundreds of people there. My wife and I were at the race. Our friends, Julie and Jack were there, too. You can see us in the crowd. We are standing on the left.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There were twenty cars in the race. There were English cars, French cars, German cars, Italian cars, American cars and Japanese cars.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It was an exciting finish. The winner was Billy Stewart. He was in car number fifteen. Five other cars were just behind him.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; On the way home, my wife said to me, "Don't drive so quickly! You're not Billy Stewart!"<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("69")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_71" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("71")'><u>Lesson71</u></button>&nbsp; He's awful<br>

<audio id="aud71" onplay="setCurId(71)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_071.mp3" type="audio/mp3">
</audio>
</div>

<div id="les71" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane:What's Ron Marston like, Pauline?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pauline: He's awful! He telephoned me four times yesterday, and three times the day before yesterday.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pauline: He telephoned the office yesterday morning and yesterday afternoon. My boss answered the telephone.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: What did your boss say to him?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pauline: He said, "Miss White is typing letters. She can't speak to you now!"<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pauline: Then I arrived home at six o'clock yesterday evening. He telephoned again. But I didn't answer the phone!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: Did he telephone again last night?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pauline: Yes, he did. He telephoned at nine o'clock.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: What did you say to him?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pauline: I said, "This is Pauline's mother. Please don't telephone my daughter again!"<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: Did he telephone again?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pauline: No, he didn't!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("71")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_73" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("73")'><u>Lesson73</u></button>&nbsp; The way to King Street<br>

<audio id="aud73" onplay="setCurId(73)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_073.mp3" type="audio/mp3">
</audio>
</div>

<div id="les73" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Last week Mrs Mills went to London. She does not know London very well, and she lost her way.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Suddenly, she saw a man near a bus-stop. "I can ask him the way." she said to herself.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Excuse me," she said.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Can you tell me the way to King Street please?"<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The man smiled pleasantly. He did not understand English! He spoke German. He was a tourist.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Then he put his hand into his pocket, and took out a phrase-book.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He opened the book and found a phrase. He read the phrase slowly.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "I am sorry," he said. "I do not speak English."<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("73")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_75" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("75")'><u>Lesson75</u></button>&nbsp; Uncomfortable shoes<br>

<audio id="aud75" onplay="setCurId(75)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_075.mp3" type="audio/mp3">
</audio>
</div>

<div id="les75" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: Have you any shoes like these?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salesman: What size?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: Size five.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salesman: What colour?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: Black.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salesman: I'm sorry. We haven't any.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: But my sister bought this pair last month.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salesman: Did she buy them here?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: No, she bought them in the U.S.A.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salesman: We had some shoes like those a month ago, but we haven't any now.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: Can you get a pair for me please?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salesman: I'm afraid that I can't. They were in fashion last year and the year before last. But they're not in fashion this year.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salesman: These shoes are in fashion now.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: They look very uncomfortable.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salesman: They are very uncomfortable. But women always wear uncomfortable shoes!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("75")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_77" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("77")'><u>Lesson77</u></button>&nbsp; Terrible toothache<br>

<audio id="aud77" onplay="setCurId(77)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_077.mp3" type="audio/mp3">
</audio>
</div>

<div id="les77" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nurse: Good morning, Mr Croft.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Croft: Good morning, nurse. I want to see the dentist, please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nurse: Have you an appointment(预约)?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Croft: No, I haven't.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nurse: Is it urgent?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Croft: Yes, it is. It's very urgent. I feel awful. I have <b>a</b> terrible toothache.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nurse: Can you come at 10 a.m. on Monday, April 24th?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Croft: I must see the dentist now, nurse.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nurse: The dentist is very busy at the moment. Can you come at 2.0 p.m.?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Croft: That's very late. Can't the dentist see me now?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nurse: I'm afraid that he can't, Mr Croft. Can't you wait till this afternoon?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Croft: I can wait, but my toothache can't!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("77")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_79" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("79")'><u>Lesson79</u></button>&nbsp; Peggy's shopping-list<br>

<audio id="aud79" onplay="setCurId(79)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_079.mp3" type="audio/mp3">
</audio>
</div>

<div id="les79" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: What are you doing, Peggy?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: I'm making a shopping-list, Tom.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: What do we need?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: We need a lot of things this week.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: I must go to the grocer's. We haven't got much tea or coffee, and we haven't got any sugar or jam.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: What about vegetables?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: I must go to the greengrocer's. We haven't got many tomatoes, but we've got a lot of potatoes.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: I must go to the butcher's, too. We need some meat. We haven't got any meat at all.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Have we got any beer and wine?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: No, we haven't. And I'm not going to get any!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: I hope that you've got some money.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: I haven't got much.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Well I haven't got much either!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("79")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_81" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("81")'><u>Lesson81</u></button>&nbsp; Roast beef and potatoes<br>

<audio id="aud81" onplay="setCurId(81)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_081.mp3" type="audio/mp3">
</audio>
</div>

<div id="les81" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John: Hullo, Peggy! Where's Tom?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: He's upstairs. He's having a bath.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: Tom!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Yes?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: John's here.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: I'm nearly ready.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Hullo, John. Have a cigarette.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John: No thanks, Tom.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Have a glass of whisky then.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John: O.K. Thanks.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Is dinner ready, Peggy?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: It's nearly ready. We can have dinner at seven o'clock.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: John and I had lunch together today. We went to a restaurant.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: What did you have?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: We had roast beef and potatoes.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: Oh!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: What's the matter, Peggy?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: Well, you're going to have roast beef and potatoes again tonight!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("81")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_83" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("83")'><u>Lesson83</u></button>&nbsp; Going on a holiday<br>

<audio id="aud83" onplay="setCurId(83)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_083.mp3" type="audio/mp3">
</audio>
</div>

<div id="les83" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: Hullo, John. Come in.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Hullo, John. We're having lunch. Do you want to have lunch with us?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John: No thank you, Tom. I've already had lunch. I had lunch at half past twelve.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: Have a cup of coffee then.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John: I've just had a cup, thank you. I had one after my lunch.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Let's go into the living-room, Peggy. We can have our coffee there.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: Excuse the mess, John. This room's very untidy. We're packing our suitcases. We're going to leave tomorrow. Tom and I are going to have a holiday.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John: Aren't you lucky!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: When are you going to have a holiday, John?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John: I don't know. I've already had my holiday this year.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peggy: Where did you go?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John: I stayed at home!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("83")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_85" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("85")'><u>Lesson85</u></button>&nbsp; Paris in the Spring<br>

<audio id="aud85" onplay="setCurId(85)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_085.mp3" type="audio/mp3">
</audio>
</div>

<div id="les85" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: Hullo, Ken.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: Hullo, George.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: Have you just been to the cinema?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: Yes, I have.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: What's on?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: "Paris in the Spring".<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: Oh, I've already seen it. I saw it on a B.B.C. television programme last year. It's an old film, but it's very good.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: Paris is a beautiful city.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: I have never been there. Have you ever been there, Ken?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: Yes, I have. I was there in April.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: Paris in the spring, eh?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: It was spring, but the weather was awful. It rained all the time.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: Just like dear old London!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("85")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_87" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("87")'><u>Lesson87</u></button>&nbsp; A car crash<br>

<audio id="aud87" onplay="setCurId(87)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_087.mp3" type="audio/mp3">
</audio>
</div>

<div id="les87" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Wood: Is my car ready yet?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: I don't know, sir. What's the licence number of your car?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Wood: It's LFZ 312 G.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: When did you bring it to us?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Wood: I brought it hear three days ago.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Ah yes, I remember now.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Wood: Have your mechanics finished yet?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: No, they're still working on it. Let's go into the garage and have a look at it.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Isn't that your car?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Wood: Well, it was my car.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Didn't your wife have a crash?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Wood: That's right. She drove it into a lamp post(灯柱). Can your mechanics repair it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Well, they're trying to repair it, sir. But to tell you the truth, you need a new car.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("87")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_89" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("89")'><u>Lesson89</u></button>&nbsp; For sale<br>

<audio id="aud89" onplay="setCurId(89)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_089.mp3" type="audio/mp3">
</audio>
</div>

<div id="les89" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill: Good afternoon. I believe that this house is for sale.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr West: That's right.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill: May I have a look at it please?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr West: Yes, of course. Come in.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill: How long have you lived here?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr West: I have lived here for twenty years.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill: Twenty years! That's a long time.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr West: Yes, I have been here since 1947.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill: Then why do you want to sell it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr West: Because I have just retired. I want to buy a small house in the country.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill: How much does this house cost?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr West: 6850.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill: That's a lot of money!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr West: It's worth every penny of it.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill: Well, I like the house, but I can't decide yet. My wife must see it first.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr West: Women always have the last word.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("89")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_91" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("91")'><u>Lesson91</u></button>&nbsp; Poor West<br>

<audio id="aud91" onplay="setCurId(91)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_091.mp3" type="audio/mp3">
</audio>
</div>

<div id="les91" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Smith: Has Mr West sold his house yet?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Brown: Yes, he has. He sold it last week.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Smith: Has he moved to his new house yet?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Brown: No, not yet. He's still here. He's going to move tomorrow.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Smith: When? Tomorrow morning?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Brown: No. Tomorrow afternoon. I shall miss him. He has always been a good neighbour.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Green: He's a very nice person. We shall all miss him.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Smith: When will the new people move into this house?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Brown: I think that they will move in the day after tomorrow.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Green: Will you see Mr West today, Mrs Brown?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Brown: Yes, I shall.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Green: Please give him my regards.(向某人问候)<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Smith: Poor Mr West! He didn't want to leave this house.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Brown: No, he didn't want to leave, but his wife did!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("91")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_93" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("93")'><u>Lesson93</u></button>&nbsp; Our new neighbour<br>

<audio id="aud93" onplay="setCurId(93)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_093.mp3" type="audio/mp3">
</audio>
</div>

<div id="les93" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill is our new next-door neighbour. He's a pilot.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He was in the R.A.F.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He will fly to New York next month.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The month after next he will fly to Tokyo.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; At the moment, he's in Madrid. He flew to Spain a week ago.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He will return to London the week after next.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He's only forty-one years old, and he has already been to nearly every country in the world.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hill is a very lucky man. But his wife isn't very lucky. She usually stays at home!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("93")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_95" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("95")'><u>Lesson95</u></button>&nbsp; Ticket, please.<br>

<audio id="aud95" onplay="setCurId(95)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_095.mp3" type="audio/mp3">
</audio>
</div>

<div id="les95" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: Two return tickets to London please. What time will the next train leave?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: At nineteen minutes past eight.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: Which platform?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Platform Two. Over the bridge.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: What time will the next train leave?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: At eight nineteen.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: We've got plenty of time.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: It's only three minutes to eight.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ken: Let's go and have a drink. There's a bar next door to the station.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: We had better go back to the station now, Ken.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Porter: Tickets please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: We want to catch the eight nineteen to London.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Porter: You've just missed it!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: What! It's only eight fifteen.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Porter: I'm sorry, sir. That clock's ten minutes slow.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George: When's the next train?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Porter: In five hours' time!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("95")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_97" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("97")'><u>Lesson97</u></button>&nbsp; A small blue case<br>

<audio id="aud97" onplay="setCurId(97)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_097.mp3" type="audio/mp3">
</audio>
</div>

<div id="les97" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hall: I left a suitcase on the train to London the other day.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Can you describe it, sir?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hall: It's a small blue case and it's got a zip. There's a label on the handle with my name and address on it.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Is this case yours?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hall: No, that's not mine.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: What about this one? This one's got a label.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hall: Let me see it.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: What's you name and address?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hall: David Hall, 83, Bridge Street.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: That's right. D.N. Hall. 83. Bridge Street.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Fifty pence please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hall: Here you are.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: Thank you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hall: Hey!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attendant: What's the matter?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Hall: This case doesn't belong to me! You've given me the wrong case!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("97")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_99" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("99")'><u>Lesson99</u></button>&nbsp; Ow!<br>

<audio id="aud99" onplay="setCurId(99)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_099.mp3" type="audio/mp3">
</audio>
</div>

<div id="les99" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ted: Ow!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat: What's the matter, Ted?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ted: I slipped and fell downstairs.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat: Have you hurt yourself?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ted: Yes, I have. I think that I've hurt my back.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat: Try and stand up. Can you stand up? Here. Let me help you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ted: I'm sorry, Pat. I'm afraid that I can't get up.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat: I think that the doctor had better see you. I'll telephone Dr Carter.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat: The doctor says that he will come at once. I'm sure that you need an X-ray, Ted.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("99")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_101" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("101")'><u>Lesson101</u></button>&nbsp; A card from Jimmy<br>

<audio id="aud101" onplay="setCurId(101)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_101.mp3" type="audio/mp3">
</audio>
</div>

<div id="les101" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Grandmother: Read Jimmy's card to me please, Mary.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mary: "I have just arrived in Scotland and I'm staying at a Youth Hostel."<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Grandmother: Eh?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mary: He says he's just arrived in Scotland. He says he's staying at a Youth Hostel. You know he's a member of the Y.H.A.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Grandmother: The what?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mary: The Y.H.A., mother. The Youth Hostels Association.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Grandmother: What else does he say?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mary: "I'll write a letter soon. I hope you are all well."<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Grandmother: What? Speak up, Mary. I'm afraid I can't hear you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mary: He says he'll write a letter soon. He hopes we are all well. "Love, Jimmy."<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Grandmother: Is that all? He doesn't say very much, does he?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mary: He can't write very much on a card, mother.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("101")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_103" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("103")'><u>Lesson103</u></button>&nbsp; The intelligence test<br>

<audio id="aud103" onplay="setCurId(103)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_103.mp3" type="audio/mp3">
</audio>
</div>

<div id="les103" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: How was the examination, Dick?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dick: Not too bad. I think I passed in English and Mathematics. The questions were very easy. How about you, Harry?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: The English and Maths papers weren't easy enough for me. I hope I haven't failed.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dick: I think I failed the Intelligence Test. I could answer sixteen of the questions. They were very easy. But I couldn't answer the rest. They were too difficult for me.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: Intelligence tests are awful, aren't they?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dick: I hate them. I'm sure I've got a low I.Q.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: Oh, cheer up(振作点)! Perhaps we didn't do too badly. The fellow next to me wrote his name at the top of the paper.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dick: Yes?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: Then he sat there and looked at it for three hours! He didn't write a word!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("103")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_105" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("105")'><u>Lesson105</u></button>&nbsp; Hello, Mr boss.<br>

<audio id="aud105" onplay="setCurId(105)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_105.mp3" type="audio/mp3">
</audio>
</div>

<div id="les105" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss: Where's Miss Simpson, Bob? I want her.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: Do you want to speak to her, sir?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss: Yes, I do. I want her to come to my office. Tell her to come at once.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Simpson: Did you want to see me, sir?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss: Ah, yes, Miss Simpson. How do you spell "intelligent"? Can you tell me?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Simpson: I-N-T-E-L-L-I-G-E-N-T.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss: That's right. You've typed it with only one "L". This letter's full of mistakes. I want you to type it again.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Simpson: Yes, sir. I'm sorry about that.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss: And here's a little present for you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Simpson: What is it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Boss: It's a dictionary. I hope it will help you.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("105")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_107" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("107")'><u>Lesson107</u></button>&nbsp; It's too small<br>

<audio id="aud107" onplay="setCurId(107)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_107.mp3" type="audio/mp3">
</audio>
</div>

<div id="les107" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Assistant: Do you like this dress, madam?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: I like the colour very much. It's a lovely dress, but it's too small for me.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Assistant: What about this one? It's a lovely dress. It's very smart. Short skirts are in fashion now. Would you like to try it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: All right.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: I'm afraid this green dress is too small for me as well. It's smaller than the blue one.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: I don't like the colour either. It doesn't suit me at all. I think the blue dress is prettier.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lady: Could you show me another blue dress? I want a dress like that one, but it must be my size.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Assistant: I'm afraid I haven't got a larger dress. This is the largest dress in the shop.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("107")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_109" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("109")'><u>Lesson109</u></button>&nbsp; A good idea<br>

<audio id="aud109" onplay="setCurId(109)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_109.mp3" type="audio/mp3">
</audio>
</div>

<div id="les109" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: Shall I make some coffee, Jane?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: That's a good idea, Betty.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: It's ready. Do you want any milk?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: Just a little please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: What about some sugar? Two teaspoonfuls?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: No, less than that. One and a half teaspoonfuls please. That's enough for me.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: That was very nice.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: Would you like some more?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: Yes, please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: I'd like a cigarette, too. May I have one?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: Of course. I think there are a few in that box.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: I'm afraid it's empty.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: What a pity!(真遗憾)<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: It doesn't matter.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Betty: Have a biscuit instead. Eat more and smoke less!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jane: That's very good advice!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("109")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_111" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("111")'><u>Lesson111</u></button>&nbsp; The most expensive model<br>

<audio id="aud111" onplay="setCurId(111)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_111.mp3" type="audio/mp3">
</audio>
</div>

<div id="les111" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Frith: I like this record-player very much. How much does it cost please?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Assistant: It's the most expensive model in the shop. It costs sixty-four pounds.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Frith: That's too expensive for us. We can't afford all that money.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Assistant: This model's less expensive than that one. It's only twenty-eight pounds. But, of course, it's not as good as the expensive one.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Frith: I don't like this model. The other model's more expensive, but it's worth the money.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Frith: Can we buy it on instalments?(分期付款)<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Assistant: Of course. You can pay a deposit(保证金) of ten pounds, and then one pound a week for sixty weeks.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Frith: Do you like it, dear?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mrs Frith: I certainly do, but I don't like the price. You always want the best, but we can't afford it. Sometimes you think you're a millionaire!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Frith: Millionaires don't buy things on instalments!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("111")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_113" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("113")'><u>Lesson113</u></button>&nbsp; Small change<br>

<audio id="aud113" onplay="setCurId(113)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_113.mp3" type="audio/mp3">
</audio>
</div>

<div id="les113" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conductor: Fares please!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Man: Trafalgar Square please.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conductor: I'm sorry, sir. I can't change a pound note. Haven't you got any small change?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Man: I've got no small change, I'm afraid.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conductor: I'll ask some of the passengers.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conductor: Have you any small change, sir?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1st Passenger: I'm sorry. I've got none.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2nd Passenger: I haven't got any either.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conductor: Can you change this pound note, madam?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3rd Passenger: I'm afraid I can't.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4th Passenger: Neither can I.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conductor: I'm very sorry, sir. You must get off the bus. None of our passengers can change this note. They're all millionaires!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Two Tramps: Except us, conductor.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1st Tramp: I've got some small change.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2nd Tramp: So have I.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("113")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_115" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("115")'><u>Lesson115</u></button>&nbsp; Knock knock<br>

<audio id="aud115" onplay="setCurId(115)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_115.mp3" type="audio/mp3">
</audio>
</div>

<div id="les115" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Helen: Isn't there anyone at home?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: I'll knock again, Helen. Everything's very quiet. I'm sure there's no one at home.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Helen: But that's impossible. Pat and Tom invited us to lunch. Look through the window.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Helen: Can you see anything?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: Nothing at all.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Helen: Let's try the back door.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: Look! Everyone's in the garden.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat: Hullo, Helen. Hullo, Jim.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Everybody wants to have lunch in the garden. It's nice and warm out here.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat: Come and have something to drink.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: Thanks, Pat. May I have a glass of beer please?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat: Beer? There's none left. You can have some lemonade.(柠檬水)<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jim: Lemonade!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tom: Don't believe her, Jim. She's only joking. Have some beer!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("115")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_117" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("117")'><u>Lesson117</u></button>&nbsp; Tommy's breakfast<br>

<audio id="aud117" onplay="setCurId(117)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_117.mp3" type="audio/mp3">
</audio>
</div>

<div id="les117" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When my husband was going into the dining-room this morning, he dropped some coins on the floor.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; There were coins everywhere. We looked for them, but we could not find them all.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; While we were having breakfast, our little boy, Tommy, found two small coins on the floor.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He put them both into his mouth. We both tried to get the coins, but it was too late. Tommy had already swallowed them!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Later that morning, when I was doing the housework, my husband telephoned me from the office.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "How's Tommy?" he asked.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "I don't know," I answered, "Tommy's been to the lavatory three times this morning, but I haven't had any change yet!"<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("117")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_119" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("119")'><u>Lesson119</u></button>&nbsp; A true story<br>

<audio id="aud119" onplay="setCurId(119)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_119.mp3" type="audio/mp3">
</audio>
</div>

<div id="les119" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Do you like stories? I want to tell you a true story. It happened to a friend of mine a year ago.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; While my friend, George, was reading in bed, two thieves climbed into his kitchen. After they had entered the house, they went into the dining-room. It was very dark, so they turned on a torch. Suddenly, they heard a voice behind them. "What's up? What's up?(什么事)" someone called. The thieves dropped the torch and ran away as quickly as they could.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; George heard the noise and came downstairs quickly. He turned on the light, but he couldn't see anyone. The thieves had already gone.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; But George's parrot, Henry, was still there.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "What's up, George?" he called.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Nothing, Henry," George said and smiled.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Go back to sleep."<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("119")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_121" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("121")'><u>Lesson121</u></button>&nbsp; The man in the hat<br>

<audio id="aud121" onplay="setCurId(121)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_121.mp3" type="audio/mp3">
</audio>
</div>

<div id="les121" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Customer: I bought two expensive dictionaries here half an hour ago, but I forgot to take them with me.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Manager: Who served you, sir?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Customer: The lady who is standing behind the counter.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Manager: Which books did you buy?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Customer: The books which are on the counter.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Manager: Did you serve this gentleman half an hour ago, Miss Roberts? He says he's the man who bought these books.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Roberts: I can't remember, sir. The man whom I served was wearing a hat.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Manager: Have you got a hat, sir?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Customer: Yes, I have.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Manager: Would you put it on, please?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Customer: All right.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Manager: Is this the man that you served, Miss Roberts?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Roberts: Yes, sir. I recognize him now.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("121")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_123" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("123")'><u>Lesson123</u></button>&nbsp; A trip to Australia<br>

<audio id="aud123" onplay="setCurId(123)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_123.mp3" type="audio/mp3">
</audio>
</div>

<div id="les123" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: Look, Bob. This is a photograph I took during my trip to Australia.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: Let me see it, Bill.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: This is a good photograph. Who are these people?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: They're people I met during the trip.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: That's the ship we traveled on.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: What a beautiful ship!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: Who's this?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: That's the man I told you about. Remember?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: Ah yes. The one who offered you a job in Australia.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: That's right.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: Who's this?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: Guess!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: It's not you, is it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: That's right.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: I grew a beard during the trip, but I shaved it off when I came home.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bob: Why did you shave it off?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill: My wife didn't like it!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("123")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_125" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("125")'><u>Lesson125</u></button>&nbsp; Tea for two<br>

<audio id="aud125" onplay="setCurId(125)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_125.mp3" type="audio/mp3">
</audio>
</div>

<div id="les125" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Susan: Can't you come in and have tea now, Peter?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peter: Not yet, dear. I must water the garden first.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Susan: Do you have to water it now?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peter: I'm afraid I must. Look at it! It's terribly dry.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Susan: What a nuisance!(真讨厌)<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peter: Last summer it was very dry, too. Don't you remember? I had to water it every day.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Susan: Well, I'll have tea by myself.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Susan: That was quick! Have you finished already?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peter: Yes, dear. Look out of the window.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Susan: Good heaven! It's raining. That means you needn't water the garden.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peter: That was a pleasant surprise. It means I can have tea, instead.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("125")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_127" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("127")'><u>Lesson127</u></button>&nbsp; A famous actress<br>

<audio id="aud127" onplay="setCurId(127)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_127.mp3" type="audio/mp3">
</audio>
</div>

<div id="les127" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: Can you recognize that woman, Millie?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Millie: I think I can, Kate. It must be Karen Marsh, the actress.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: I thought so. Who's that beside her?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Millie: That must be Conrad Reeves.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: Conrad Reeves, the actor? It can't be. Let me have another look. I think you're right! Isn't he her third husband?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Millie: No. He must be her fourth or fifth.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: Doesn't Karen Marsh look old!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Millie: She does, doesn't she! I read she's twenty-nine, but she must be at least forty.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: I'm sure she is.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Millie: She was a famous actress when I was still a schoolgirl.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: That was a long time ago, wasn't it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Millie: Not that long ago! I'm not more than twenty-nine myself.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("127")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_129" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("129")'><u>Lesson129</u></button>&nbsp; 70 miles an hour<br>

<audio id="aud129" onplay="setCurId(129)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_129.mp3" type="audio/mp3">
</audio>
</div>

<div id="les129" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ann: Look, Harry! That policeman's waving to you. He wants you to stop.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Policeman: Where do you think you are? On a race track? You must have been driving at seventy miles an hour.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: I can't have been.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Policeman: I was doing eighty when I overtook you.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Policeman: Didn't you see the speed limit?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: I'm afraid I didn't, officer. I must have been dreaming.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ann: He wasn't dreaming, officer. I was telling him to drive slowly.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: That's why I didn't see the sign.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Policeman: Let me see your driving-license and your insurance certificate.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Policeman: I won't charge you this time. But you'd better not do it again!<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: Thank you. I'll certainly be more careful.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ann: I told you to drive slowly, Harry.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: You always tell me to drive slowly, dear.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ann: Well, next time you'd better take my advice!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("129")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_131" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("131")'><u>Lesson131</u></button>&nbsp; Don't be so sure<br>

<audio id="aud131" onplay="setCurId(131)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_131.mp3" type="audio/mp3">
</audio>
</div>

<div id="les131" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Roy: Where are you going to spend your holidays this year, Harry?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: We may go abroad. I'm not sure. My wife wants to go to Egypt. I'd like to go there, too. We can't make up our minds.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Roy: Will you travel by sea or by air?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: We may travel by sea.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Roy: It's cheaper, isn't it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: It may be cheaper, but it takes a long time.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Roy: I'm sure you will enjoy yourselves.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Harry: Don't be so sure. We may not go anywhere. My wife always worries too much. Who's going to look after the dog? Who's going to look after the house? Who's going to look after the garden? We have this problem every year. In the end, we stay at home and look after everything!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("131")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_133" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("133")'><u>Lesson133</u></button>&nbsp; Sensational news<br>

<audio id="aud133" onplay="setCurId(133)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_133.mp3" type="audio/mp3">
</audio>
</div>

<div id="les133" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reporter: Have you just made a new film, Miss Marsh?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Marsh: Yes, I have.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reporter: Are you going to make another?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Marsh: No, I'm not. I'm going to retire. I feel very tired. I don't want to make another film for a long time.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: let's buy a newspaper, Millie. Listen to this! "Karen Marsh: Sensational News!(轰动新闻) by our reporter, Alan Jones. Miss Karen Marsh arrived at London Airport today. She was wearing a blue dress and a mink coat. She told me she had just made a new film. She said she was not going to make another. She said she was going to retire. She told reporters she felt very tired and didn't want to make another film for a long time."<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Millie: Well, fancy that, Kate!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("133")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_135" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("135")'><u>Lesson135</u></button>&nbsp; The latest report<br>

<audio id="aud135" onplay="setCurId(135)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_135.mp3" type="audio/mp3">
</audio>
</div>

<div id="les135" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reporter: Are you really going to retire, Miss Marsh?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Marsh: I may. I can't make up my mind. I shall have to ask my future husband. He won't let me make another film.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reporter: Your future husband, Miss Marsh?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miss Marsh: Yes. Let me introduce him to you. His name is Carlos. We shall get married next week.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: Look, Millie! Here's another report about Karen Marsh. Listen: "Karen Marsh: The Latest. At her London Hotel today Miss Marsh told reporters she might retire. She said she couldn't make up her mind. She said she would have to ask her future husband. She said her future husband would not let her make another film. Then she introduced us to Carlos and told us they would get married next week."<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Millie: That's sensational news, isn't it, Kate?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kate: It certainly is. He'll be her sixth husband!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("135")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_137" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("137")'><u>Lesson137</u></button>&nbsp; A pleasant dream<br>

<audio id="aud137" onplay="setCurId(137)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_137.mp3" type="audio/mp3">
</audio>
</div>

<div id="les137" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; June: Are you doing the football pools(赌注), Brian?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Brian: Yes, I've nearly finished, June. I'm sure we shall win something this week.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; June: You always say that, but we never win anything! What will you do if you win a lot of money?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Brian: If I win a lot of money I shall buy you a mink coat.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; June: I don't want a mink coat! I want to see the world.(见世面)<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Brian: All right. If we win a lot of money we shall travel round the world and we shall stay at the best hotels. Then we shall return home and buy a big house in the country. We shall have a beautiful garden and ...<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; June: But if we spend all that money we shall be poor again. What shall we do then?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Brian: If we spend all the money we shall try and win the football pools again.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; June: It's a pleasant dream but everything depends on "if"!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("137")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_139" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("139")'><u>Lesson139</u></button>&nbsp; Is that you, John?<br>

<audio id="aud139" onplay="setCurId(139)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_139.mp3" type="audio/mp3">
</audio>
</div>

<div id="les139" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Grimes: Is that you, John?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John Smith: Yes; speaking.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Grimes: Tell Mary we shall be late for dinner this evening.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John Smith: I'm afraid I don't understand.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Grimes: Hasn't Mary told you? She invited Betty and me to dinner this evening. I said I would be at your house at six o'clock, but the boss wants me to do some extra work. I'll have to stay at the office. I don't know when I shall finish. Oh, and by the way, my wife wants to know if Mary needs any help.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John Smith: I don't know what you're talking about.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Grimes: That is John Smith, isn't it?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John Smith: Yes, I'm John Smith.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Grimes: You are John Smith, the engineer, aren't you?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John Smith: That's right.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr Grimes: You work for the Overseas Engineering Company, don't you?<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; John Smith: No, I don't. I'm John Smith the telephone engineer and I'm repairing your telephone line.<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("139")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_141" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("141")'><u>Lesson141</u></button>&nbsp; Sally's first train ride<br>

<audio id="aud141" onplay="setCurId(141)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_141.mp3" type="audio/mp3">
</audio>
</div>

<div id="les141" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Last week, my four year old daughter, Sally, was invited to a children's party. I decided to take her by train. Sally was very excited because she had never travelled on a train before. She sat near the window and asked questions about everything she saw. Suddenly, a middle-aged lady came into our compartment and sat opposite Sally.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Hullo, little girl." she said.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sally did not answer, but looked at her curiously.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The lady was dressed in a blue coat and a large, funny hat. After the train had left the station, the lady opened her handbag and took out her powder compact (粉盒). She then began to make up her face.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Why are you doing that?" Sally asked.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "To make myself beautiful," the lady answered. She put away her compact and smiled kindly.<br><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "But you are still ugly." Sally said. Sally was amused, but I was very embarrassed!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("141")'>&#10005</button><br><br>
</div><br>



<div>
<button id="btn_143" style="width:4.8em;min-width:4.8em;max-width:4.8em;margin:0;padding:0;" onclick='toppleText("143")'><u>Lesson143</u></button>&nbsp; A walk through the woods<br>

<audio id="aud143" onplay="setCurId(143)" controls="true" preload="none" controlslist="nodownload" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_143.mp3" type="audio/mp3">
</audio>
</div>

<div id="les143" style="display:none;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I live in a very old town which is surrounded by beautiful woods. It is a famous beauty spot(风景地点). On Sundays, hundreds of people come from the city to see our town and to walk through the woods. Visitors have been asked to keep the woods clean and tidy. Litter-baskets have been placed under the trees, but people still throw their rubbish everywhere. Last Wednesday, I went for a walk in the woods. What I saw made me very sad. I counted seven old cars and three old refrigerators. The litter-baskets were empty and the ground was covered with pieces of paper, cigarette-ends, old tyres, empty bottles and rusty tins. Among the rubbish I found a sign which said: "Anyone who leaves litter in these woods will be prosecuted.(处罚)"!<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("143")'>&#10005</button><br><br>
</div><br>



<div>
<audio controls preload="none" controlslist="nodownload" loop="loop" style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/misc/eye_exercise_reduced_volume_2pct.mp3" type="audio/mp3"></audio>
<div>



<div>
<button id="btn_145" style="width:4.5em;min-width:4.5em;max-width:4.5em;margin:0;padding:0;" onclick='toppleText("145")'><u>结束&#9836</u></button>&nbsp;&nbsp;<br>

<audio id="aud145" controls="true" preload="none" controlslist="nodownload"style="max-width:100%;">
<source src="https://tongyici.net:5556/static/data/NCE/NCE1/NCE1(1985 British accent)_end.mp3" type="audio/mp3">
</audio>
</div>

<div id="les145" style="display:none;">
爱未来,伴随你走向世界<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("145")'>&#10005</button><br><br>
</div><br>

<a name="history"></a>
<div>
<button id="btn_146" style="width:4.5em;min-width:4.5em;max-width:4.5em;margin:0;padding:0;" onclick='toppleText("146")'><u>修订记录</u></button>&nbsp;&nbsp;<br>
</div>

<div id="les146" style="display:none;">

<font color=blue>2023.01.14</font>:<br>
支持显示或隐藏全部课文<br>
支持0.5倍速播放和2倍速播放<br><br>

<font color=blue>2022.12.31</font>:<br>
NCE2校对完成,共96课<br>
NCE全4册校对完成<br><br>

<font color=blue>2022.12.17</font>:<br>
NCE2校对第1-24课<br>
NCE3校对完成,共60篇<br><br>

<font color=blue>2022.11.20</font>:<br>
NCE3校对第41-50篇<br><br>

<font color=blue>2022.10.30</font>:<br>
NCE3校对第21-40篇<br><br>

<font color=blue>2022.10.16</font>:<br>
NCE3校对第1-20篇<br><br>

<font color=blue>2022.10.03</font>:<br>
NCE4校对完成,共60篇<br><br>

<font color=blue>2022.09.26</font>:<br>
NCE1校对完成,共144课<br>
NCE4校对第1-20篇<br><br>

<font color=blue>2022.09.18</font>:<br>
NCE1校对第51-100课<br>
NCE4校对第25、36、43、49、50篇<br><br>

<font color=blue>2022.09.11</font>:<br>
支持自动播放下一课<br><br>

<font color=blue>2022.09.10</font>:<br>
创建此修订记录<br>
NCE1校对第1-50课<button type="button" style="position:absolute;right:0.1em;background-color:transparent;border-style:none;font-size:1.0em;" onclick='toppleText("146")'>&#10005</button><br><br>
</div>

页: [1]
查看完整版本: 【新概念英语-85珍藏版】 第1册课文+录音