var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Remember the Titans
"; arnews[0] += "Remember the Titans takes place in 1971. T.C. Williams High School, formerly a segregated all white school, becomes integrated."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 06:05:21 GMT"; arnews[0] += "
"; arnews[1]="Taylor Kitsch Jessica Simpson Dating?
"; arnews[1] += "Jessica Simpson has moved on from a failed romance with Smashing Pumpkins rocker Billy Corgan - after reportedly hooking up with Fright Night Lights star Taylor Kitsch."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 01:54:20 GMT"; arnews[1] += "
"; arnews[2]="Is Jessica Dating Friday Night Lights' Taylor Kitsch?
"; arnews[2] += "Filed under: Jessica Simpson > Love Line First Billy Corgan , then Gerard Butler , now Taylor Kitsch ???? J. Simpleton is on the prowl! We love it! Jess was introduced to the Friday Night Lights star by her bestie CaCee Cobb 's boyfriend, actor Donald Faison back in December, and the two hit it off right away."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 21:03:32 GMT"; arnews[2] += "
"; arnews[3]="Scrubs star Donald Faison autographs at WSA benefiting earthquake survivors in Haiti
"; arnews[3] += "Spring is just around the corner and the shoe industry trade show hosted by the World Shoe Association will bring an estimated 25,000 attendees to this event at the Mandalay Bay Convention Center Feb 2-4. Special appearance and autograph session for 2 hours only from 4PM- 6Pm ,Tues. Feb."; arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Wilson defends Norcross's 5th District ascent
"; arnews[4] += "Just days after Republican Scott Brown notched an improbable victory in Massachusetts by declaring that the U.S. Senate seat he sought did not belong to the late Teddy Kennedy, newly sworn-in Assemblyman Gilbert \"Whip\" Wilson used similar language in defending Donald Norcross's move up to claim the 5th District seat vacated by Camden Mayor Dana ..."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Scrubs' Recap: Laughter is the Best Medicine
"; arnews[5] += "It may be hell week on this episode of Scrubs , but it is the opposite of that for the viewers."; arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 05:18:32 GMT"; arnews[5] += "
"; arnews[6]="TV best bets: Tue., Jan. 26
"; arnews[6] += "Dr. Cox assigns Lucy the job of team leader, a decision he soon has cause to regret when she takes the job much too seriously."; arnews[6] += "
Publ.Date : Tue, 26 Jan 2010 16:35:42 GMT"; arnews[6] += "
"; totcount = 7; 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("
");