var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Casting call for ABC's 'Supernanny'
"; arnews[0] += "The casting team of the popular ABC show, \"Supernanny,\" is currently casting for season six."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:28:08 GMT"; arnews[0] += "
"; arnews[1]="OK, Grafton, let's behave
"; arnews[1] += "Maybe it's time to call in Jo Frost to straighten things out in Grafton Township."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="The McLane Center's Holiday Fair and Book Sale
"; arnews[2] += "The McLane Centera s Holiday Fair and Book Sale Thursday, November 19, 2009 Concord, NH- Come celebrate the season with New Hampshire Audubon on Saturday, November 21st from 9:00 a.m. to 3:00 p.m. and participate in our annual Holiday Fair and Book Sale."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Windows $100,000
"; arnews[3] += "When Cuddles unleashed the torrent of indictments against San Jacinto electeds and a quartet of bizmen, he did it on virgin turf: the media room of his new downtown digs."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:48:07 GMT"; arnews[3] += "
"; arnews[4]="Funding boost for Scots ahead of Delhi games
"; arnews[4] += "The national sports agency, sportscotland, and Scottishathletics have moved to plug the funding black hole which threatens to suck away the hopes of aspiring Commonwealth Games athletes."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:17:17 GMT"; arnews[4] += "
"; arnews[5]="'SuperNanny' seeks frustrated New Mexico parents
"; arnews[5] += "Got a surly teenager? An insolent toddler? A troubled child of any age? If so, SuperNanny is looking for you."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:27:39 GMT"; 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]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");