var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Critic’s corner - Boston Globe
"; arnews[0] += "Cohosts Kevin Dillon and Nancy O’Dell will also not be drinking Coke."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:08:00 GMT"; arnews[0] += "
"; arnews[1]="HBO Entourage Updates From Adrian Grenier - ScreenCrave.com
"; arnews[1] += "Before he broke out with any talk about the upcoming season, he spoke on the rumored “Entourage” movie. Months ago executive producer Mark Wahlberg expressed that he would be interested in taking the crew to the big screen after their final ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:13:00 GMT"; arnews[1] += "
"; arnews[2]="Super Bowl party breakdown - ESPN.com
"; arnews[2] += "The 411: Actor Kevin Dillon and TV anchor Nancy O'Dell will host this concert featuring performances by Rihanna and Justin Bieber. If you are unfamiliar with Bieber, he went from Canada to the United States, achieved stardom and is now in Florida. So ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 18:36:00 GMT"; arnews[2] += "
"; arnews[3]="Nelly Furtado, Rihanna, Justin Bieber Headline Pepsi Super Bowl Fan ... - All Headline News
"; arnews[3] += "Kevin Dillon of HBO's \"Entourage\" and \"Access Hollywood\" anchor Nancy O'Dell will host the event on Thursday night, while Telemundo stars Leti Coo and Jessi Losada, along with actor Karim Mendiburu host Friday night's concert. VH1 will air Thursday ..."; arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 17:06:00 GMT"; arnews[3] += "
"; arnews[4]="Barnet 3 Aldershot 0 - The Sun
"; arnews[4] += "Shots boss Kevin Dillon groaned: \"It was never a 3-0 game - it's so frustrating.\""; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 01:06:00 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("
");