var arnews = new Array(6); totcount = 6; rnd = 1; document.write("
"); arnews[0]="How Can a Chinese Teacher of English Succeed in Oral English Classes?
"; arnews[0] += "Oral English is an important course for EFL college students in China. However, for a long time there has been a controversy about who should teach oral English, a native English speaker or a Chinese teacher of English. Undoubtedly, a good oral English teacher should be a good English speaker. Many native English speakers have proven to be successful teachers in oral English classes in China. However, this does not necessarily mean a good English speaker is a good oral English teacher."; arnews[0] += "
Author : Zhou Jie"; arnews[0] += "
"; arnews[1]="English Only in the EFL Classroom: Worth the Hassle?
"; arnews[1] += "Larry Lynch argues that there is a place for using learners' L1 in the second language classroom, as long as this use is strictly controlled."; arnews[1] += "
"; arnews[2]="How To Master A Foreign Language
"; arnews[2] += "Most of the emails I receive about my language manual ask what level of knowledge will be obtained following the plan outlined. This is like saying to a world class golfer what level can be reached if you follow his/ her instructions. Think about your native language. What level of knowledge are you at?"; arnews[2] += "
Author : Carl Jeremy"; arnews[2] += "
"; arnews[3]="What is Pragmaitics in an EFL context? Why is it Important? How Teachable is it?
"; arnews[3] += "Recently the field of Pragmatics has received a great deal of attention. It has been described as a key part of communicative competence, as the defining difference between natural and unnatural sounding language, and even as the way in which we communicate real meaning in real situations. Many teachers and authors believe it should hold a central role in any language teaching curriculum. However, in this paper we try to answer the question of what exactly is pragmatics?, is it actually teachable?"; arnews[3] += "
Author : Darrell Wilkinson"; arnews[3] += "
"; arnews[4]="English most difficult to learn
"; arnews[4] += "English is the most difficult language to learn, read her `why` and `what` to do about it."; arnews[4] += "
Author : Bert Verhoeven"; arnews[4] += "
"; arnews[5]="Using Quotation in teaching EFL
"; arnews[5] += "This article mentions some of the ways to use quotation in teaching English as a foreign language in a classroom."; arnews[5] += "
Author : susi fauziah"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); } document.write("
");document.write("
");