var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Marathon Presenters
"; arnews[0] += "Look for the puffy eyes! Matt Lauer, right, and Seamus O'Regan will be on the on-air red-eye shift to cover the Olympics."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:12:03 GMT"; arnews[0] += "
"; arnews[1]="Lily's all smiles for 'family man' Sam
"; arnews[1] += "HOME > FEATURES > DAY & NIGHT > Mr Big is no problem for Sarah Jessica Parker Sarah Jessica Parker lets Chris Noth off the hook Wednesday February 10,2010 Have your say MR BIG gave on-off love Carrie Bradshaw the run-around in Sex And The City and it seems it's no different when the cameras stop rolling."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:00:46 GMT"; arnews[1] += "
"; arnews[2]="Mr Big is no problem for Sarah Jessica Parker
"; arnews[2] += "HOME > FEATURES > DAY & NIGHT > Santa's books are a turn-off for Simon SANTA'S BOOKS ARE A TURN-OFF FOR SIMON Romantic novelist Santa Montefiore says her historian husband does notread her best-selling books Wednesday February 10,2010 Have your say ROMANTIC novelist Santa Montefiore confesses that her historian husband Simon Sebag Montefiore does ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:59:49 GMT"; arnews[2] += "
"; arnews[3]="Bishop's girls water polo captures San Diego Open
"; arnews[3] += "The girls water polo team from The Bishop's School won all six of its games last week in the San Diego Open, capturing the tournament title for the seventh consecutive season."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:23:00 GMT"; arnews[3] += "
"; arnews[4]=""Burger Joints Supersizing
"; arnews[4] += "More meateries open in Manhattan, taking advantage of recession-weary New Yorkers' cravings for cheap, comfort foods October 01, 2009 07:00AM By Catherine Curan Andrew Moger of restaurant development firm BCD represents Five Guys, which is looking to expand in Manhattan Like a truly recession-weary New Yorker, this year restaurant mogul Steve ..."; arnews[4] += "
Publ.Date : Thu, 01 Oct 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Boston - Event Report: Student-Run Hasty Pudding Awards Get First After-Party
"; arnews[5] += "Harvard University was once again home to celebrities, media, and a whole lot of students in drag when Hasty Pudding Theatricals presented its Man and Woman of the Year Awards last week."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:20:00 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("
");