var arnews = new Array(8); totcount = 8; rnd = 1; document.write("
| ");
arnews[0]="Paper Bag Puppets "; arnews[0] += "Check out our original paper bag puppets complete with free puppet patterns."; arnews[0] += " Publ.Date : Mon, 30 Aug 2010 00:18:13 GMT"; arnews[0] += " "; arnews[1]="Edible Play Dough "; arnews[1] += "Edible play dough recipes are the answer if your children are at the age where they might be tempted to eat their art supplies."; arnews[1] += " Publ.Date : Fri, 27 Aug 2010 14:47:10 GMT"; arnews[1] += " "; arnews[2]="Back to School Activity "; arnews[2] += "Make your own pencil case with this back to school activity!"; arnews[2] += " Publ.Date : Sun, 22 Aug 2010 10:41:59 GMT"; arnews[2] += " "; arnews[3]="Easy Child Crafts "; arnews[3] += "At easy child crafts we provide you with AMAZING free printable crafts, free paper crafts, kid holiday crafts and tons of other easy crafts for kids."; arnews[3] += " Publ.Date : Sun, 22 Aug 2010 01:38:40 GMT"; arnews[3] += " "; arnews[4]="Bubble Contest "; arnews[4] += "Ready-Set-Blow with a bubble contest this summer using simple bubble recipes from Easy Child Crafts.com."; arnews[4] += " Publ.Date : Fri, 20 Aug 2010 02:07:43 GMT"; arnews[4] += " "; arnews[5]="Back to School Craft Ideas "; arnews[5] += "We've got new back to school craft ideas for making bookmarks."; arnews[5] += " Publ.Date : Thu, 19 Aug 2010 09:58:51 GMT"; arnews[5] += " "; arnews[6]="Making a Tree T-shirt "; arnews[6] += "I came up with this idea when my 2 year old got bored at home. See complete instructions on how to make this craft on my website."; arnews[6] += " Publ.Date : Wed, 18 Aug 2010 17:41:38 GMT"; arnews[6] += " "; arnews[7]="Back to School Crafts "; arnews[7] += "Free back to school crafts for you and your classmates!"; arnews[7] += " Publ.Date : Wed, 18 Aug 2010 08:07:09 GMT"; arnews[7] += " "; totcount = 8; 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(" |