var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
| ");
arnews[0]="Warning Signs of Bad Language Schools "; arnews[0] += " All schools have good and bad things about them. Not every school is perfect, even the best schools may have some of the items listed below. But, if a schools has a lot of the items mentioned below, chances are that it's a bad school.";
arnews[0] += "Author : Sharon de Hinojosa"; arnews[0] += " "; arnews[1]="History of the Chalkboard "; arnews[1] += " Walk into just about any classroom and you will find one: A dark green board on the wall, lined with pieces of chalk and felt erasers. Chalkboards, also commonly known as blackboards, have long been a part of daily classroom life, but just what is the history of the chalkboard?";
arnews[1] += "Author : Wes Finley"; arnews[1] += " "; arnews[2]="A Day in the Life of a Teacher - Self Interruptions - How to Divert As Many As Possible "; arnews[2] += "Tell the truth...As a teacher, aren't there times when you actually interrupt yourself? Maybe you've never thought about it that way, but think about it. Here are some ideas to prevent that from happening:"; arnews[2] += " Author : Meggin McIntosh"; arnews[2] += " "; arnews[3]="Medical Insurance For Teachers Overseas "; arnews[3] += "Most teachers will want health insurance when they go to another country. Teaching and living abroad is exciting, but also poses many unpredictable situations, such as injury or illness."; arnews[3] += " Author : Sharon de Hinojosa"; arnews[3] += " "; arnews[4]="US Taxes For Teachers Abroad "; arnews[4] += "If you're an American citizen living overseas, you still have to file taxes. Although you may not owe Uncle Sam any money, by law you need to file."; arnews[4] += " Author : Sharon de Hinojosa"; 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(" |