var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); document.write("ESL/EFL Articles- English Language Teaching (ELT)
"); document.write("Updated :
"); document.write("
"); document.title=document.title+ " - ESL/EFL Articles- English Language Teaching (ELT)"; document.title=document.title+ " "; arnews[0]="How to Effectively use Games in the Preschool and Elementary ESL Classroom
"; arnews[0] += "How to Effectively use Games in the Preschool and Elementary ESL Classroom by employing and using organization, expectations, variation, respect, routine and nuture. Just by keeping these tips in mind, you'll be able to teach children grammar with ease. You'll be having fun and they'll be having fun - so much fun, in fact, that they might not even realize they are learning in the process!"; arnews[0] += "
Author : Shelly Vernon"; arnews[0] += "
"; arnews[1]="Preparing Your ESL/EFL/TEFL Teacher Resume
"; arnews[1] += "When a school searches for a new teacher for an open teaching position, they already have an image of the teacher they want. Every school has certain qualities they feel a teacher must have to be successful. Those qualities can be many things depending on the needs and location of the school. While the qualities that each school considers important may vary, there are usually shared qualities that all schools would consider important to the job."; arnews[1] += "
Author : Total ESL"; arnews[1] += "
"; arnews[2]="Insider Tips To Helping Educators Teach English Easil
"; arnews[2] += "To teach someone to speak English effectively, a teacher must be able to put new words into context so that the student can understand the correct meanings. Because plain repetition can be boring, a skilled instructor has to make the learning process entertaining."; arnews[2] += "
Author : Mike Selvon"; arnews[2] += "
"; arnews[3]="Blended Learning for TOEFL Classes
"; arnews[3] += "This article explains how online technology is used to enhanced TOEFL and TOEIC classroom-based courses."; arnews[3] += "
Author : Radames Bernath"; arnews[3] += "
"; arnews[4]="Teaching English to Adults in Spain
"; arnews[4] += "Teaching English in Spain can be a lot easier than other countries, the students have often studied English for many years but lack the confidence to speak. Offering practical English speaking lessons can be very rewarding for teacher and student. Teaching is an easy way to make friends, and students are highly motivated."; arnews[4] += "
Author : Andy De Ronda"; 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("
");document.write("
");