var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Pee Dee Electric sends a crew north
"; arnews[0] += "Pee Dee Electric sent a line crew to Bowling Green, Va. Tuesday morning in anticipation of another major snow storm."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:17:42 GMT"; arnews[0] += "
"; arnews[1]="Special teams remain a painful spot
"; arnews[1] += "From the home-opening victory against Chicago, to the NFC wild-card playoff loss at Arizona, Packer Plus Magazine presents some of its favorite pictures of the season."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:21:57 GMT"; arnews[1] += "
"; arnews[2]="Warriors top Renegades
"; arnews[2] += "BY JOHN CONLEY Associate Editor Wyoming East's win over Westside was served on a trey."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:53:05 GMT"; arnews[2] += "
"; arnews[3]="Taking a bullet on Wall St.
"; arnews[3] += "SUPERINTENDENT CAROL Johnson of the Boston Public Schools last week officially lined up at the soup kitchen of American education by announcing nearly $60 million in budget cuts."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 10:29:51 GMT"; arnews[3] += "
"; arnews[4]="Council delays Preservation Trust's rezoning bid
"; arnews[4] += "Published: Tuesday, February 9, 2010 at 3:15 a.m. Last Modified: Monday, February 8, 2010 at 10:15 p.m. City Council delayed making a decision on a rezoning request from Preservation Trust after emotional debate on both sides of the issue."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:15:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");