var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
| ");
arnews[0]="Educators Report Immersion is Making our Children Ill "; arnews[0] += "No child, not yours, not mine, nor the child of someone we do not even know, should ever have to go off to school feeling anxious. Perhaps it is the first day of the school year jitters or knowing that you will have to take a spelling test for which you are not prepared. Nervousness over school does happen some days for some children."; arnews[0] += " Author : Beth Butler"; arnews[0] += " "; arnews[1]="Tips For Teaching Reluctant Readers and ESL Students "; arnews[1] += " Get Their Attention in 5 Easy Steps - Tips For Teaching Reluctant Readers and ESL Students";
arnews[1] += "Author : Dorit Sasson"; arnews[1] += " "; arnews[2]="7 Major Factors to Consider During Language Translation "; arnews[2] += " Translation is an important factor in bringing people and businesses across the world closer together. Etymologically speaking, "translation" refers to "bringing across" or "carrying across". Thus, with the help of translation, one can break language barriers which often hamper effective communication.";
arnews[2] += "Author : Albert Carter"; arnews[2] += " "; arnews[3]="Second Language Learning Theories, Myths and Facts "; arnews[3] += " Second language learning refers to the learning of a new language besides the native language. There are many second language learning theories that aim to explain the way second language is learnt and which approach is the best. A brief explanation of these theories is presented.";
arnews[3] += "Author : Gavin Wright"; arnews[3] += " "; arnews[4]="Fun Facts About Malaysia - Education Transformed the Country! "; arnews[4] += " From an economical perspective, Malaysia is one of the most industrialized countries on the continent of Asia. By the 1970s and 1980s, the economy was highly developed and Malaysia boasted one of the highest economic growth rates on the planet. By that time, it expanded its educational system very fast.";
arnews[4] += "Author : Alejandro Guevara Onofre"; 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(" |