var arnews = new Array(6); totcount = 6; rnd = 1; document.write("
"); arnews[0]="Teacher Certification Test Preparation
"; arnews[0] += "A Teacher Certification Test is required for all professional educators. For most, this test is crucial for the future of their careers. Thorough preparation is therefore necessary months before the scheduled test. We have compiled several helpful tips for the Teacher Certification Test Preparation."; arnews[0] += "
Author : Brian Stocker"; arnews[0] += "
"; arnews[1]="History of Education, Teacher Training, Teachers, Teaching
"; arnews[1] += "In western countries the history of teacher training and education, theories of teaching and education of teachers, in western countries, began in the first decade of the 18th century in Germany, with teaching seminaries preparing teachers to teach. In the history of education and teaching this was the first formal teacher training."; arnews[1] += "
Author : Eren"; arnews[1] += "
"; arnews[2]="How was the Dip? A personal reflection on the DELTA
"; arnews[2] += "The letter was lying on the kitchen table, and the postcode said Cambridge and when I opened it I finally found out that the Diploma was over."; arnews[2] += "
Author : Alex Case"; arnews[2] += "
"; arnews[3]="Tips on Communicating With Difficult Parents
"; arnews[3] += "Communication with parents is one of the most difficult challenges a new teacher will face. The student teaching experience doe not adequately prepare new teachers for parental interaction and certainly does not prepare new teachers for the difficult parents."; arnews[3] += "
Author : J.C. Sprenger"; arnews[3] += "
"; arnews[4]="Teaching The Teacher To Improve Their English Lessons
"; arnews[4] += "For someone trying to learn to speak English, a patient and engaging teacher can be invaluable. While online learning and auditory language programs do provide adequate English lessons, a good instructor can help build a student's confidence and make the learning experience more enjoyable."; arnews[4] += "
Author : Mike Selvon"; arnews[4] += "
"; arnews[5]="Effectively Engaging Teachers - 5 Strategies For Successful Staff Development
"; arnews[5] += "Effectively Engaging Teachers - 5 Strategies For Successful Staff Development I really enjoy working with teachers. They are creative, and most teachers absolutely love to learn."; arnews[5] += "
Author : Lisa M. Evans, Ed.D."; arnews[5] += "
"; totcount = 6; 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("
");