var arnews = new Array(6); totcount = 6; rnd = 1; document.write("
| ");
arnews[0]="Tips for Teaching Handwriting "; arnews[0] += " People often joke that when a person has bad handwriting they must be a doctor. Handwriting is still an important part of our everyday lives. Even though as adults we spend a lot of time typing on a computer for work and less time writing things down doesn't mean we should neglect the basic skills.";
arnews[0] += "Author : Sandy Naidu"; arnews[0] += " "; arnews[1]="ABCs of K12 Critical Thinking "; arnews[1] += " Characteristics of Learning - Knowledge Transfer Learning is all about thinking. In order for knowledge to be acquired a certain level of thinking must take place. Those levels are also called the taxonomy of learning. Taxonomy can be compared to a ladder; the higher you go on the taxonomy the deeper the level of thinking taking place for the individual.";
arnews[1] += "Author : Jack Harrington, M. Ed."; arnews[1] += " "; arnews[2]="Social Skill Problems - Why A Child Has Social Skills Difficulties & What to Do About It "; arnews[2] += " Social skills difficulties sneak up on most parents. Suddenly the child who had played alongside the other kids is now feeling isolated and unable to make friends. This happens because of how quickly social interactions change once a child moves out of toddler-hood. While being able to take turns was once enough, now the child must be able to:";
arnews[2] += "Author : Isa Marrs"; arnews[2] += " "; arnews[3]="How to Help Preschoolers Develop Learning Skills "; arnews[3] += "If your child is old enough to attend school then apart from getting your child admitted in the best school it is your duty to help the child develop some learning skills. Helping your child develop learning skills can make it easier for them, to grasp things when they are at school."; arnews[3] += " Author : Jitesh Arora"; arnews[3] += " "; arnews[4]="Learning Difficulties in Preschool Children - The First Steps to Early Intervention "; arnews[4] += " In my first years as an early childhood teacher in a small private preschool, if one of the children in my care was not following the 'norms' of development, it was not clear to me what I should do. As we all know, the early childhood field can have a fast turn over of staff in child care centres, and often the Directors or Authorised Supervisors have just as little or less field experience as other staff.";
arnews[4] += "Author : Cassandra Eccleston"; arnews[4] += " "; arnews[5]="Five Steps to Differentiating Spelling Instruction "; arnews[5] += " Good teachers differentiate spelling instruction. They get outside of their spelling workbooks and challenge their students with un-mastered spelling patterns and words. But, how to differentiate spelling in a diverse classroom is the trick. Here is a classroom-tested plan that works with all grade levels.";
arnews[5] += "Author : Mark Pennington"; 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(" |