环球少儿国际英语
环球雅思 | 冬夏令营
诚聘英才 | 英语网校
全国
分校
教师证书查询 学员证书查询
您所在的位置:首页 -> 学习乐园 -> 推荐阅读 -> 
The Larks in the Cornfield
发布:hul 发布日期:2007-08-02 15:15:08
 
There was once a family of little Larks who lived with their mother in a nest in a cornfield.  When the corn was ripe the mother Lark watched very carefully to see if there were any sign of the reapers' coming, for she knew that when they came their sharp knives would cut down the nest and hurt the baby Larks.  So every day, when she went out for food, she told the little Larks to look and listen very closely to everything that went on, and to tell her all they saw and heard when she came home.
 
One day when she came home the little Larks were much frightened.
 
"Oh, Mother, dear Mother," they said, "you must move us away to-night!  The farmer was in the field to-day, and he said, `The corn is ready to cut; we must call in the neighbors to help.'  And then he told his son to go out to-night and ask all the neighbors to come and reap the corn to-morrow."
 
The mother Lark laughed.  "Don't be frightened," she said; "if he waits for his neighbors to reap the corn we shall have plenty of time to move; tell me what he says to-morrow."
 
The next night the little Larks were quite trembling with fear; the moment their mother got home they cried out, "Mother, you must surely move us to-night!  The farmer came to-day and said, `The corn is getting too ripe; we cannot wait for our neighbors; we must ask our relatives to help us.'  And then he called his son and told him to ask all the uncles and cousins to come to-morrow and cut the corn.  Shall we not move to-night?"
 
"Don't worry," said the mother Lark; "the uncles and cousins have plenty of reaping to do for themselves; we'll not move yet."
 
The third night, when the mother Lark came home, the baby Larks said, "Mother, dear, the farmer came to the field to-day, and when he looked at the corn he was quite angry; he said, `This will never do! The corn is getting too ripe; it's no use to wait for our relatives, we shall have to cut this corn ourselves.'  And then he called his son and said, `Go out to-night and hire reapers, and to-morrow we will begin to cut.'"
 
"Well," said the mother, "that is another story; when a man begins to do his own business, instead of asking somebody else to do it, things get done.  I will move you out to-night."
  
  
 
 
 
没有相关文章

<% set conn=Server.CreateObject("ADODB.Connection") conn.Open "driver={SQL Server};server=.;uid=GlobalOld;pwd=~!@#$GlobalOld;database=globalkidsOld" %> <% function createdate(str) createdate=year(str) & "-" & right("00" & month(str),2) & "-" & right("00" & day(str),2) end function function createdate_jian(str) createdate_jian=year(str) & "/" & right("00" & month(str),2) & "/" & right("00" & day(str),2) end function function gettext(str,strlen) if IsNull(str) then gettext="" exit function end if dim l,t,c,i l=len(str) t=0 for i=1 to l c=Abs(Asc(Mid(str,i,1))) if c>255 then t=t+2 else t=t+1 end if if t>=strlen then walkgotTopic=left(str,i) exit for else walkgotTopic=str end if next gettext=walkgotTopic end function function delhtml(str) Set regEx = New RegExp regEx.Pattern = "<\/*[^<>]*>" regEx.IgnoreCase = True regEx.Global = True delhtml = regEx.Replace(str,"") end function function libiao(id,lenth) libiao="" libiao=libiao & "" & chr(10) libiao=libiao & "" & chr(10) libiao=libiao & "" & chr(10) libiao=libiao & "" & chr(10) set rs=nothing libiao=libiao & "
" & chr(10) set rs=server.CreateObject("adodb.recordset") rs.open"select top 10 a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid="&id&" order by a.paixu,a.id desc",conn,1,3 if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if libiao=libiao & "
" & chr(10) if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if if not rs.eof then libiao=libiao & "·"&gettext(rs("title"),lenth)&" "&createdate(rs("addtime"))&"
" rs.movenext end if libiao=libiao & "
" & chr(10) end function function danlie(id,num,lenth,imageurl,yanshi) '类id,条数,长度,图片路径,样式 danlie="" if trim(imageurl)="" then image_url="·" else image_url="" end if if trim(yangshi)="" then yang_shi="" else yang_shi=yangshi end if set rs=server.CreateObject("adodb.recordset") rs.open"select top "&num&" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid ="&id&" order by a.paixu,a.id desc",conn,1,3 if rs.eof then danlie=danlie & "没有信息" & chr(10) else do while not rs.eof danlie=danlie & ""&image_url&""&gettext(rs("title"),lenth)&"
" rs.movenext loop end if set rs=nothing end function function tabledanlie(id,num,lenth,imageurl,width,height,yangshi,cellspac,cellpadd) tabledanlie="" if trim(imageurl)="" then image_url="·" else image_url="" end if if trim(yangshi)="" then yang_shi="" else yang_shi=yangshi end if set rs=server.CreateObject("adodb.recordset") rs.open"select top "&num&" a.title,a.addtime,a.biaozhi,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid ="&id&" order by a.paixu,a.id desc",conn,1,3 if rs.eof then tabledanlie=tabledanlie & "没有信息" & chr(10) else do while not rs.eof biaozhi="" if rs("biaozhi")=1 then biaozhi="new" end if tabledanlie=tabledanlie & "" rs.movenext loop end if set rs=nothing tabledanlie=tabledanlie & "
"&image_url&""&gettext(rs("title"),lenth)&""&biaozhi&"
" end function function tabledanlie_shijian(id,num,lenth,imageurl,width,height,yangshi,cellspac,cellpadd) tabledanlie_shijian="" if trim(imageurl)="" then image_url="·" else image_url="" end if if trim(yangshi)="" then yang_shi="" else yang_shi=yangshi end if set rs=server.CreateObject("adodb.recordset") if id="" then rs.open"select top "&num&" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id order by a.paixu,a.id desc",conn,1,3 else rs.open"select top "&num&" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid ="&id&" order by a.paixu,a.id desc",conn,1,3 end if if rs.eof then tabledanlie_shijian=tabledanlie_shijian & "没有信息" & chr(10) else do while not rs.eof tabledanlie_shijian=tabledanlie_shijian & "" rs.movenext loop end if set rs=nothing tabledanlie_shijian=tabledanlie_shijian & "
"&image_url&""&gettext(rs("title"),lenth)&"  "&createdate_jian(rs("addtime"))&"
" end function function tabledanlie_shijian_xin(id,num,lenth,imageurl,width,height,yangshi,cellspac,cellpadd) tabledanlie_shijian_xin="" if trim(imageurl)="" then image_url="·" else image_url="" end if if trim(yangshi)="" then yang_shi="" else yang_shi=yangshi end if set rs=server.CreateObject("adodb.recordset") if id="" then rs.open"select top "&num&" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id order by a.paixu,a.id desc",conn,1,3 else rs.open"select top "&num&" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid in("&id&") order by a.id desc",conn,1,3 end if if rs.eof then tabledanlie_shijian_xin=tabledanlie_shijian_xin & "没有信息" & chr(10) else do while not rs.eof tabledanlie_shijian_xin=tabledanlie_shijian_xin & "" rs.movenext loop end if set rs=nothing tabledanlie_shijian_xin=tabledanlie_shijian_xin & "
"&image_url&""&gettext(rs("title"),lenth)&"  "&createdate_jian(rs("addtime"))&"
" end function function shuanglie(id,num,lenth,imageurl,width,height,yangshi,cellspac,cellpadd) shuanglie="" if trim(imageurl)="" then image_url="·" else image_url="" end if if trim(yangshi)="" then yang_shi="" else yang_shi=yangshi end if i=num/2 j=1 shuanglie=shuanglie & "" & chr(10) shuanglie=shuanglie & "
" & chr(10) set rs=server.CreateObject("adodb.recordset") rs.open"select top "&i&" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid="&id&" order by a.paixu,a.id desc",conn,1,3 if rs.eof then shuanglie=shuanglie & "没有信息" & chr(10) else do while not rs.eof shuanglie=shuanglie & ""&image_url&""&gettext(rs("title"),lenth)&"
" rs.movenext loop end if set rs=nothing shuanglie=shuanglie & "
" & chr(10) set rs=server.CreateObject("adodb.recordset") rs.open"select top "&num&" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid="&id&" order by a.paixu,a.id desc",conn,1,3 if rs.eof then shuanglie=shuanglie & "没有信息" & chr(10) else do while not rs.eof if j>i then shuanglie=shuanglie & ""&image_url&""&gettext(rs("title"),lenth)&"
" end if j=j+1 rs.movenext loop end if set rs=nothing shuanglie=shuanglie & "
" & chr(10) end function function tableshuanglie(id,num,lenth,imageurl,width,height,yangshi,cellspac,cellpadd) tableshuanglie="" i=0 if trim(imageurl)="" then image_url="·" else image_url="" end if if trim(yangshi)="" then yang_shi="" else yang_shi=yangshi end if tableshuanglie=tableshuanglie & "" & chr(10) tableshuanglie=tableshuanglie & "" & chr(10) set rs=server.CreateObject("adodb.recordset") rs.open"select top "& num &" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid="&id&" order by a.paixu,a.id desc",conn,1,3 if not rs.eof then do while not rs.eof tableshuanglie=tableshuanglie & "" & chr(10) i=i+1 j=i mod 2 if j=0 then tableshuanglie=tableshuanglie & "" & chr(10) end if rs.movenext loop tableshuanglie=tableshuanglie & "" & chr(10) tableshuanglie=tableshuanglie & "
"& image_url &""&gettext(rs("title"),lenth)&"
" & chr(10) end if end function function tableshuanglie2(id,num,lenth,imageurl,width,height,yangshi,cellspac,cellpadd) tableshuanglie2="" i=0 if trim(imageurl)="" then image_url="·" else image_url="" end if if trim(yangshi)="" then yang_shi="" else yang_shi=yangshi end if tableshuanglie2=tableshuanglie2 & "" & chr(10) tableshuanglie2=tableshuanglie2 & "" & chr(10) set rs=server.CreateObject("adodb.recordset") rs.open"select top "& num &" a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid="&id&" order by a.paixu,a.id desc",conn,1,3 if not rs.eof then do while not rs.eof tableshuanglie2=tableshuanglie2 & "" & chr(10) tableshuanglie2=tableshuanglie2 & "" & chr(10) rs.movenext loop tableshuanglie2=tableshuanglie2 & "" & chr(10) tableshuanglie2=tableshuanglie2 & "
"& image_url &""&gettext(rs("title"),lenth)&"
" & chr(10) end if end function function newslanmu(leiid,leiname) newslanmu="" newslanmu=newslanmu & "" & chr(10) newslanmu=newslanmu & "" & chr(10) newslanmu=newslanmu & "
 
" & chr(10) newslanmu=newslanmu & "" & chr(10) newslanmu=newslanmu & "" & chr(10) newslanmu=newslanmu & "" & chr(10) newslanmu=newslanmu & "
"&leiname&" 
 
" & chr(10) set rs=server.CreateObject("adodb.recordset") rs.open"select a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid="&leiid&" order by a.paixu,a.id desc",conn,1,3 if rs.eof then newslanmu=newslanmu & "" & chr(10) else rs.pagesize=20 page=clng(request("page")) if page="" or page<1 then page=1 end if if page>rs.pagecount then page=rs.pagecount end if rs.AbsolutePage =page q=0 for i=1 to rs.pagesize newslanmu=newslanmu & "" & chr(10) q=q+1 j=q mod 5 if j=0 then newslanmu=newslanmu & "" & chr(10) end if rs.movenext if rs.eof then exit for next newslanmu=newslanmu & "
没有信息
·"&rs("title")&" "&createdate(rs("addtime"))&"
 
" & chr(10) newslanmu=newslanmu & "" & chr(10) newslanmu=newslanmu & "
 
" & chr(10) newslanmu=newslanmu & "" & chr(10) newslanmu=newslanmu & "" & chr(10) newslanmu=newslanmu & "
" & chr(10) nowstart=page-4 if nowstart<1 then nowstart=1 end if nowend=page+3 if nowend>rs.pagecount then nowend=rs.pagecount end if for ipage=nowstart to nowend if cstr(ipage)=cstr(page) then newslanmu=newslanmu & " " & ipage &" " & chr(10) else newslanmu=newslanmu & " " & ipage &" " & chr(10) end if next newslanmu=newslanmu & "
" & chr(10) end if set rs=nothing end function function teachinglanmu(leiid,leiname) teachinglanmu="" teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "" & chr(10) end if set rs=nothing teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "
" & chr(10) teachinglanmu=teachinglanmu & "
" & chr(10) teachinglanmu=teachinglanmu & "
"&leiname&"
" & chr(10) teachinglanmu=teachinglanmu & "
" & chr(10) set rs=server.CreateObject("adodb.recordset") rs.open"select a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname from wz_article as a,adminback as b where a.addrenid=b.id and classid="&leiid&" order by a.paixu,a.id desc",conn,1,3 if rs.eof then teachinglanmu=teachinglanmu & "没有信息" & chr(10) else rs.pagesize=25 page=clng(request("page")) if page="" or page<1 then page=1 end if if page>rs.pagecount then page=rs.pagecount end if rs.AbsolutePage =page q=0 for i=1 to rs.pagesize teachinglanmu=teachinglanmu & "·"& rs("title") &" "& rs("addtime") &"
" & chr(10) q=q+1 j=q mod 5 if j=0 then teachinglanmu=teachinglanmu & "
 
" & chr(10) teachinglanmu=teachinglanmu & "
" end if rs.movenext if rs.eof then exit for next teachinglanmu=teachinglanmu & "
 
" & chr(10) teachinglanmu=teachinglanmu & "
" & chr(10) teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "" & chr(10) teachinglanmu=teachinglanmu & "
" & chr(10) nowstart=page-4 if nowstart<1 then nowstart=1 end if nowend=page+3 if nowend>rs.pagecount then nowend=rs.pagecount end if for ipage=nowstart to nowend if cstr(ipage)=cstr(page) then teachinglanmu=teachinglanmu & " " & ipage &" " & chr(10) else teachinglanmu=teachinglanmu & " " & ipage &" " & chr(10) end if next teachinglanmu=teachinglanmu & "
" & chr(10) end function function tulanmu(leiid,leiname) tulanmu="" tulanmu=tulanmu & "" & chr(10) tulanmu=tulanmu & "" & chr(10) tulanmu=tulanmu & "

"& leiname &"

" & chr(10) set rs=server.CreateObject("adodb.recordset") rs.open"select a.title,a.addtime,a.scfile,b.dons,a.scfile,a.filepathname,a.zhaopian,a.content from wz_article as a,adminback as b where a.addrenid=b.id and classid="&leiid&" order by a.paixu,a.id desc",conn,1,3 if rs.eof then tulanmu=tulanmu & "

没有信息

" & chr(10) else rs.pagesize=12 page=clng(request("page")) if page="" or page<1 then page=1 end if if page>rs.pagecount then page=rs.pagecount end if rs.AbsolutePage =page q=0 j=0 for i=1 to rs.pagesize tulanmu=tulanmu & "" & chr(10) tulanmu=tulanmu & "" & chr(10) tulanmu=tulanmu & "" & chr(10) tulanmu=tulanmu & "

"& rs("title") &"
" & gettext(trim(delhtml(rs("content"))),200) & "... ...

" & chr(10) rs.movenext if rs.eof then exit for next tulanmu=tulanmu & "
" & chr(10) tulanmu=tulanmu & "" & chr(10) tulanmu=tulanmu & "" & chr(10) tulanmu=tulanmu & "" & chr(10) tulanmu=tulanmu & "
" & chr(10) nowstart=page-4 if nowstart<1 then nowstart=1 end if nowend=page+3 if nowend>rs.pagecount then nowend=rs.pagecount end if for ipage=nowstart to nowend if cstr(ipage)=cstr(page) then tulanmu=tulanmu & " " & ipage &" " & chr(10) else tulanmu=tulanmu & " " & ipage &" " & chr(10) end if next tulanmu=tulanmu & "
" & chr(10) end if set rs=nothing end function %>
焦点关注  
·中行迎奥运英语大赛 ·环球到油城
·和首都小朋友一起欢 ·夏令营一期开营 二期
·走进打工子弟学校
·热烈祝贺广西运营部 ·环球少儿扎根大庆、
·环球少儿积极探索二 ·环球少儿进驻东营
·少儿英语等级考试大 ·2007年9月北京市剑桥
·学生穿拖鞋上学 学校 ·英语口语等级考试(
·环球少儿国际英语故 ·环球少儿国际英语的
·谁让教师背负起无限 ·研究显示受虐影响脑
学习乐园  
·How to love learni ·How do animals spe
·The Fox and the Cr ·My Bed is a Boat
·The Larks in the C ·My Shadow
·练英语口语必须烂熟 ·英语常用口头禅集锦
·小学英语练习题.1 ·12333
·Just Do It ·The poor bird
·New Beijing, GREat ·the Sun and The Ea
·The Way to Keep He ·My Favourite Book(
;
·家长该如何为孩子选 ·空心菜让“胃肠感冒
·夏季补水知识多:饮 ·如何对孩子进行约束
·经典40句教育孩子不 ·让孩子自由抒发感情
环球少儿国际英语
Primary colors教材
英语夏令营
少儿英语夏令营
海外夏令营
环球雅思国外夏令营
名师在线
名师在线
无标题文档

北京海淀中关村南大街甲18号 北京·国际 D座9层
电话:62126655
传真:62126611-661


公司介绍 | 广告服务 | 诚聘英才 | 免责声明 | 联系方式 | 网站地图 | 分校下载
环球灵童教育科技有限公司 版权所有 环球天下教育科技集团旗下网站
Copyright (C) 1997 - 2008 globalkids.com.cn . All Rights Reserved   访问