var arnews = new Array(25); totcount = 25; rnd = 1; document.write("
| ");
arnews[0]="M.O.M.A "; arnews[0] += " Category : Art hundreds of art-related and general resources for online research read more";
arnews[0] += ""; arnews[1]="Fun Brain "; arnews[1] += " Category : History edu-taining History activities (online games) for grades K to 6. read more";
arnews[1] += ""; arnews[2]="Digital History "; arnews[2] += " Category : History interactive timelines, essays, visual history, and a reference room for History read more";
arnews[2] += ""; arnews[3]="Art History "; arnews[3] += " Category : Art Resources for the study of Art History read more";
arnews[3] += ""; arnews[4]="Hot Potatoes "; arnews[4] += " Category : Art call / elearning software to create online quizzes, games and activities read more";
arnews[4] += ""; arnews[5]="ArtisanCam "; arnews[5] += " Category : Art education website with live and recorded video of contemporary visual artists read more";
arnews[5] += ""; arnews[6]="Educational Coloring Pages "; arnews[6] += " Category : Art teachers can print and download pictures as flashcards to use in class read more";
arnews[6] += ""; arnews[7]="CNN Interactive Learning Resources "; arnews[7] += " Category : History news stories for students with reading levels that aren't high enough read more";
arnews[7] += ""; arnews[8]="Ancient History (BBC) "; arnews[8] += " Category : History Ancient History covers Anglo Saxons, Egyptians, Greeks, Prehistory, Romans, etc read more";
arnews[8] += ""; arnews[9]="Ancient Egypt (British Museum) "; arnews[9] += " Category : History a website dealing with many areas of study of Ancient Egypt read more";
arnews[9] += ""; arnews[10]="Ancient China (British Museum) "; arnews[10] += " Category : History five 'chapters' which address themes or topics relevant to ancient China read more";
arnews[10] += ""; arnews[11]="Art History "; arnews[11] += " Category : History Resources for the study of Art History read more";
arnews[11] += ""; arnews[12]="BrainPop "; arnews[12] += " Category : History animation to introduce various social science topics in a fun, kid-friendly way read more";
arnews[12] += ""; arnews[13]="Drag and Drop Portraits "; arnews[13] += " Category : Art art activity-cutting up facial features and re-arranging to create new portrait read more";
arnews[13] += ""; arnews[14]="Picture This "; arnews[14] += " Category : Art Guessing the contents of a picture from a small section of it-art activity read more";
arnews[14] += ""; arnews[15]="BBC History "; arnews[15] += " Category : History An absolutely essential resource for online learning in History. read more";
arnews[15] += ""; arnews[16]="My World is a Geography World "; arnews[16] += " Category : History website focusing on Geography but also ideas related to Religion and Citizenship read more";
arnews[16] += ""; arnews[17]="World Economic Atlas "; arnews[17] += " Category : History atlas with maps, demographics with in depth coverage of economics read more";
arnews[17] += ""; arnews[18]="Kids Online Resources "; arnews[18] += " Category : History Loads of interactive geography topics for kids of all ages. read more";
arnews[18] += ""; arnews[19]="Primary Resources "; arnews[19] += " Category : Art Lesson plans, activity ideas and resources for Primary teachers. read more";
arnews[19] += ""; arnews[20]="Primary Resources "; arnews[20] += " Category : History Lesson plans, activity ideas and resources for Primary teachers. read more";
arnews[20] += ""; arnews[21]="ABC Education "; arnews[21] += " Category : Health communications site with resources for Health and Personal Development read more";
arnews[21] += ""; arnews[22]="Character Education "; arnews[22] += " Category : Health Web guide to online resources for teaching character read more";
arnews[22] += ""; arnews[23]="Food Science Experiments & Learning "; arnews[23] += " Category : Health information, experiments, classroom activities, and more about food science read more";
arnews[23] += ""; arnews[24]="Healthtouch Online "; arnews[24] += " Category : Health Information on topics such as medications, health, disease, supplements, etc read more";
arnews[24] += ""; totcount = 25; 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]); if (x != (totcount-1) ) document.write(" "); } document.write(" |