var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Gossip Girl
"; arnews[0] += "Comments Based on the popular book series of the same name, this drama gives viewers a peek into the world of privileged teenagers on an elite private school in New York City."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:36:17 GMT"; arnews[0] += "
"; arnews[1]="Leighton Meester Looks Lovely In Black Leather
"; arnews[1] += "The actress recently posed for a sexy photoshoot with her TV co-star, Ed Westwick and now, she's seen here, stepping out at the American Eagle Outfitters' Time Square store grand opening in a revealing black leather dress ."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:02:23 GMT"; arnews[1] += "
"; arnews[2]="Extended Promo: 'Gossip Girl' Episode 3.11, "Treasure of Serena Madre"
"; arnews[2] += "Earlier this week we saw the first promo for the next episode of Gossip Girl, \"Treasure of Serena Madre,\" which will air in two weeks: a Thanksgiving-themed episode the Monday after actual Turkey Day."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:35:47 GMT"; arnews[2] += "
"; arnews[3]="New board gets good news about RE-1
"; arnews[3] += "The RE-1 Valley Board of Education officially has a new member. George Hernandez, who is replacing Sundy Ferkovich, was sworn into office at Monday's regular meeting along with returning board members Dorcas Brekel, Eric Windom, Cody Engelhaupt and Joyce Lively."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 03:13:34 GMT"; arnews[3] += "
"; arnews[4]="First Promo: 'Gossip Girl' Episode 3.11 "Treasure of Serena Madre"
"; arnews[4] += "Thanksgiving among normal people is all about food, family, and football. Thanksgiving for Upper East Siders...? Well, according to Gossip Girl, they prefer to trade in the three F's for the three B's: backstabbing, betrayal, and battle."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 10:44:47 GMT"; arnews[4] += "
"; arnews[5]="Frederick County man faces firearms charge
"; arnews[5] += "A Round Hill man authorities say fired a gun at his son and threatened the son's girlfriend has been indicted by a Frederick County Circuit Court grand jury."; arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 11:33:57 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("
");