var arnews = new Array(15); totcount = 15; rnd = 1; document.write("
| ");
arnews[0]="Switch Zoo "; arnews[0] += " Category : Science Interactive site with 9 habitats for animals and read facts about earth resource read more";
arnews[0] += ""; arnews[1]="School Science "; arnews[1] += " Category : Science For teachers and students of National Curriculum science in the UK read more";
arnews[1] += ""; arnews[2]="Bing & Bong's Tiny Planets "; arnews[2] += " Category : Science story books, videos with corresponding lesson plans, interactive games read more";
arnews[2] += ""; arnews[3]="Popular Science "; arnews[3] += " Category : Science Site for the Popular Science Magazine read more";
arnews[3] += ""; arnews[4]="FFFBI-Fin, Fur & Feather Bureau of Investigation "; arnews[4] += " Category : Science Uses humor and storytelling to help kids ages 8-13 learn about places & culture read more";
arnews[4] += ""; arnews[5]="Primary Games "; arnews[5] += " Category : Science Online interactive science games focusing on primary level students. read more";
arnews[5] += ""; arnews[6]="Children's Museum of Indianapolis "; arnews[6] += " Category : Science interactive site for grades K-8 with games and activites for bones and dinosaurs read more";
arnews[6] += ""; arnews[7]="Hubble Deep Field Academy "; arnews[7] += " Category : Science Examine Hubble images and simulate process astronomers go through read more";
arnews[7] += ""; arnews[8]="The Biology Project "; arnews[8] += " Category : Science online resource for learning biology read more";
arnews[8] += ""; arnews[9]="Fun Brain "; arnews[9] += " Category : Science edu-taining activities (online games) for grades K to 6 read more";
arnews[9] += ""; arnews[10]="North Chadderton School "; arnews[10] += " Category : Science A collection of premade science powerpoints on various science topics read more";
arnews[10] += ""; arnews[11]="Project Interactive "; arnews[11] += " Category : Science Java-based courseware: lesson plans, activities, tools, dictionary read more";
arnews[11] += ""; arnews[12]="American Institute of Physics (AIP) Journals "; arnews[12] += " Category : Science Preserves & makes known the history of modern physics and allied fields read more";
arnews[12] += ""; arnews[13]="Access Excellence: The Mystery Spot "; arnews[13] += " Category : Science online and offline activities that allow students to solve mysteries read more";
arnews[13] += ""; arnews[14]="NASAexplores "; arnews[14] += " Category : Science free weekly K-12 educational articles and lesson plans on current NASA projects read more";
arnews[14] += ""; totcount = 15; 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(" |