var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="American Revival Toura "The Home Stretch
"; arnews[0] += "Casey Henry has agreed to send us occasional updates from The American Revival Tour , where she is performing with Dixie Bee-Liners . Also on the tour are Sierra Hull & Highway 111 and headliners Uncle Earl."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:34:17 GMT"; arnews[0] += "
"; arnews[1]="41 protesters arrested after students seize UC Berkeley building
"; arnews[1] += "Protester grapple with police attempting to place a barricade around occupied Wheeler Hall Friday Nov."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Top 10 Box Office
"; arnews[2] += "In this quirky dark comedy inspired by a real life story you will hardly believe is actually true, astonishing revelations about a top-secret wing of the U.S. military come to light when a reporter encounters an enigmatic Special Forces operator on a mind-boggling mission."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:32:43 GMT"; arnews[2] += "
"; arnews[3]="UC protesters occupy buildings
"; arnews[3] += "In a striking scene of civil disobedience, dozens of students barricaded themselves inside a University of California-Berkeley building for more than 11 hours Friday to protest a 32 percent increase in student fees."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:27:24 GMT"; arnews[3] += "
"; arnews[4]="Fleeing families are left with nothing
"; arnews[4] += "People living in the south-side community of MacEwan Green had little warning when the fire tore through much of their neighbourhood just after 5 a.m. Saturday."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:40:13 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("
");