var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); arnews[0]="K12 Lesson Strategies - Three Easy Tweaks
"; arnews[0] += "Today the K12 education world has tons of experts analyzing and measuring infinite nuisances. There are plenty of learning theories old and new. Students face a raft of assessments to supposedly measure what they have learned or are capable of learning. Yet, every school day the fact remains, there is a teacher in a classroom - doing the trench work."; arnews[0] += "
Author : Steu Mann, M. Ed."; arnews[0] += "
"; arnews[1]="Edutainment: Could video games and social networking make better learners?
"; arnews[1] += "Despite calls that the Scottish education system has slipped in recent times, thanks to the former Musselburgh deputy head teacher, Ollie Bray, the country is at the forefront of a move within schools to incorporate more video games and the internet as a means to make students learn better. So how does edutainment work?"; arnews[1] += "
Author : Sarah Maple"; arnews[1] += "
"; arnews[2]="Popular Movies - Teach English Online Using Scenes From YouTube
"; arnews[2] += "Websites like YouTube have given us the capability of quickly and easily embedding videos into our own sites, blogs and through links. A great way to make teaching English online more creative, is to use this resource with students of any level as an online teaching tool. There are lots of different ways to deliver an online lesson using video."; arnews[2] += "
Author : Rowan Pita"; arnews[2] += "
"; arnews[3]="Teacher Tips - 10 Ways on How to Plan a Student Centered Lesson
"; arnews[3] += "You hear snippets of student conversation in the hallways or perhaps during lessons. You chuckle with them or to yourself. Maybe you even make a comment to them that's agreeable. No doubt - this kind of scenario strengthens the teacher-student relationship and class dynamics."; arnews[3] += "
Author : Dorit Sasson"; arnews[3] += "
"; arnews[4]="Preschool Theme Lesson Plans
"; arnews[4] += "Preschool themes are not essential for a successful preschool lesson, but they do help bring everything together and keep students engaged in learning. For that reason, preschool themes are highly encouraged to help teachers save time and energy in their planning."; arnews[4] += "
Author : Mary Robinson"; 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("
");