var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
| ");
document.write("ESL/EFL Articles- Teaching English to Speakers of Other Languages (T "); document.write("Updated : "); document.write(" "); document.title=document.title+ " "; arnews[0]="How to Get a Teaching Job "; arnews[0] += "Let me set the scene for a moment The interview committee at a well-respected, very competitive, high-paying school district has narrowed down its huge list of 500 applicants to the final three."; arnews[0] += " Author : Adam Waxler"; arnews[0] += " "; arnews[1]="Building Up Your Vocabulary In A Foreign Language "; arnews[1] += " You can't say you have a solid grasp on a foreign language unless you have a solid vocabulary to back your claims up. Grammar, spelling and pronunciation mistakes might slip every once in a while, but if you're reading a text or listening to a conversation and can't understand a third of the words used there, what's the point?";
arnews[1] += "Author : Michael Gabrikow"; arnews[1] += " "; arnews[2]="How to Save Time and Increase Learning with the StudentsÂ’ First Language "; arnews[2] += " This articles challenges the preconception that English-only is the best way to teach. I will give reasons why you should use the L1, and give suggestions on how to use it in class to both save time and increase learning.";
arnews[2] += "Author : John Bankier"; arnews[2] += " "; arnews[3]="Online or Onsite TESOL Courses? "; arnews[3] += "Teaching English to Speakers of other Languages (TESOL) courses can be completed online or onsite. But what are the benefits of each?"; arnews[3] += " Author : Intesol Training"; arnews[3] += " "; arnews[4]="Progress Testing in TESOL "; arnews[4] += " Progress tests are important for students. These tests assist students and teachers to measure progress in a specific textbook series. Teachers usually prepare their own progress tests, although many textbook series present a number of progress or unit tests.";
arnews[4] += "Author : Jason Geyser"; arnews[4] += " "; totcount = 5; 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(" |