var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); arnews[0]="How to Tell If It\\\'s a Good TEFL Course
"; arnews[0] += "When I decided to train as a TEFL teacher in Madrid I discovered that like many important decisions I had to step away from it and carefully evaluate all of the aspects of where this could take me. After years of helping future teachers decide what TEFL course is right for them, I have worked out a fairly simple set of guidelines to find the right course for you."; arnews[0] += "
Author : Natasha Mason Kennedy"; arnews[0] += "
"; arnews[1]="Teaching at Japanese Universities
"; arnews[1] += "Hiring Practices, Class Allocation and Color Politics"; arnews[1] += "
Author : Karmo Tharn"; arnews[1] += "
"; arnews[2]="Will I Be Given a Curriculum to Teach From?
"; arnews[2] += "You can pose this very question at the interview stage when you apply for a job, but don't let a potential negative answer put you off. Some schools are incredibly organised, with a clear syllabus and curriculum, and files full of cross reference systems. These help you to source materials from which to teach when they should be used."; arnews[2] += "
Author : Chris Soames"; arnews[2] += "
"; arnews[3]="Where is the Best Place to Teach Abroad?
"; arnews[3] += "The best place to teach English abroad? Well of course it all depends on the individual, your worldview, your tastes, experiences and your ambitions. Everyone has different motivations, different expectations and lifestyles."; arnews[3] += "
Author : Chris Soames"; arnews[3] += "
"; arnews[4]="Is Teaching English in Thailand a Viable Option?
"; arnews[4] += "Many native English speakers from abroad come to Thailand each year to teach English to Thai children and adults. Having done so myself I've compiled a number of tips to help you prepare for living in Thailand and teaching English to Thai people."; arnews[4] += "
Author : Mike Fook"; 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("
");