var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Lady Bruins fall
"; arnews[0] += "Northwest Whitfield's Lady Bruins fell just short of opening the season with a win at Parkview High's tournament on Saturday in Lilburn."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:35:01 GMT"; arnews[0] += "
"; arnews[1]="Eagles pass by Cowboys
"; arnews[1] += "There was no doubt in Etiwanda coach Stephen Bryce's mind who he would give a game ball to on Friday night."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:29:44 GMT"; arnews[1] += "
"; arnews[2]="Waldorf back on top in Buick Classic
"; arnews[2] += "Duffy Waldorf is picking up where he left off last year in the Buick Classic. Duffy Waldorf is picking up where he left off last year in the Buick Classic."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:37:16 GMT"; arnews[2] += "
"; arnews[3]="Oldcorn trades rags for riches in inspiring win
"; arnews[3] += "For a man in his 18th season as a professional who has endured as much as Andrew Oldcorn, the last thing he wanted was a rejuvenated Nick Faldo breathing down his neck."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:36:53 GMT"; arnews[3] += "
"; arnews[4]="Reaper
"; arnews[4] += "Feel free to leave a comment below by clicking on comment or you can sign in with your Twitter account by clicking on the \"Admin\" button to log in."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:33:25 GMT"; arnews[4] += "
"; arnews[5]="Mark Maynard: Gollihue's passion shows in her work:
"; arnews[5] += "There are a lot of people in this area who make a difference in the community. One of those is Lea Ann Gollihue, the co-founder of For Jamie's Sake, which offers many services to children in foster care from providing clothing to facilitating visits between birth and foster families, and so much more that there's not enough space in this column to ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 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("
");