var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="One Tree Hill
"; arnews[0] += "Feel free to leave a comment below. You can sign in with your Twitter account by clicking on the \"Admin\" button to log in."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:35:35 GMT"; arnews[0] += "
"; arnews[1]="Towson prepares for crowds along Phelps parade route
"; arnews[1] += "It's beginning to sound like a military operation, complete with maps, complex logistics, moving machinery and marchers in uniform."; arnews[1] += "
Publ.Date : Wed, 24 Sep 2008 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="OBITUARIES
"; arnews[2] += "Beulah Turner Callaway, 89, wife of the late Gilbert Henry Callaway, passed away on Friday, Nov."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Christine Lafferty
"; arnews[3] += "Christine \"Shorty\" Lafferty, 91, of Sparta died Sunday, Nov. 15, 2009, at Sparta Community Hospital."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:01:26 GMT"; arnews[3] += "
"; arnews[4]="Report on the Rally For Rifqa Bary in Columbus, Ohio
"; arnews[4] += "Rally in Columbus, Ohio in support for Christian Sister Rifqa Bary and her struggle to remain free and worship Christ without fear."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 04:52:17 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("
");