var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="BackPack support pares waiting list for hungry kids
"; arnews[0] += "The BackPack Program of the Community Food Banks of South Dakota has determined it received enough donations last year to add 250 hungry children to its list, thanks in part to a record-breaking campaign by the Argus Leader Lend-a-Hand drive."; arnews[0] += "
Publ.Date : Sun, 10 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Film Shorts
"; arnews[1] += "Armored NimrA3d Antal directs this thriller about an armored truck security guard who sabotages his co-workers' plan to steal $42 million."; arnews[1] += "
Publ.Date : Wed, 02 Dec 2009 17:43:41 GMT"; arnews[1] += "
"; totcount = 2; 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("
");