var arnews = new Array(7); totcount = 7; rnd = 1; document.write("
"); arnews[0]="Vocabulary Building
"; arnews[0] += "Nothing pure about it--English I mean. After all, the British Isles were invaded several times, as when, during the 5th century, the Angles, Saxons, and Jutes arrived, pushing out Celtic in favor of their Germanic tongue."; arnews[0] += "
Author : Carol Josel"; arnews[0] += "
"; arnews[1]="Top 5 Rules of English Grammar
"; arnews[1] += "Communication is effective when we follow certain rules. These rules make the written words understood. A writer should make the reader's job easier by communicating what he or she wants to communicate. If you also want to write, pay respect to your readers. Don't take them for granted. Learning and understanding the basic rules of English Grammar, you will surely be able to avoid ill-formed, confusing sentences."; arnews[1] += "
Author : Rumki Sen"; arnews[1] += "
"; arnews[2]="Teaching the difference between \\\"make\\\" and \\\"do\\\"
"; arnews[2] += "How do you teach the difference between make and do in your English classrooms? What do you do? What do you make? Whats the difference, anyway, between make and do? Ive spent a considerable amount of time teaching a very wide range of ESL classes this distinction. These simple words cause lots of confusion for English language learners."; arnews[2] += "
Author : Eric Roth"; arnews[2] += "
"; arnews[3]="English Lessons: How to Diagram a Sentence
"; arnews[3] += "The structure of a sentence is very important to communication because words in different sequences can mean different things, although the words are the same."; arnews[3] += "
Author : Amy Nutt"; arnews[3] += "
"; arnews[4]="Four Methods of Teaching Students to Spell
"; arnews[4] += "Teaching someone to spell can be rather difficult and challenging. Traditionally vocabulary quizzes and memorization were the methods many educators chose. Today, with increased technology and access to spell check, people have shied away from these more conventional ways."; arnews[4] += "
Author : Chuck R. Stewart"; arnews[4] += "
"; arnews[5]="Teaching Grammar
"; arnews[5] += "Many lesson types may be integrated including more than one segment and held together by a unifying topic. These may include skills (reading, writing listening, speaking) and systems (grammar, vocabulary, phonology). School syllabuses and course books typically reflect this notion."; arnews[5] += "
Author : Jayson Geyser"; arnews[5] += "
"; arnews[6]="English Tenses - Made Simple
"; arnews[6] += "English tenses have proven themselves to be one of the most confusing subjects for an English learner. But they don't have to be. Here is a simple and practical explanation."; arnews[6] += "
Author : Ola Zur"; arnews[6] += "
"; totcount = 7; 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("
");