var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="'Regis and Kelly' bringing chat to Strip
"; arnews[0] += "Regis Philbin and Kelly Ripa are in Las Vegas today to begin taping four \"Live with Regis and Kelly\" talk shows in the Encore Theater that will air this week on KTNV-TV, Channel 13."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:55:25 GMT"; arnews[0] += "
"; arnews[1]="I'm a ministainer.
"; arnews[1] += "Anderson Cooper carries in a drink from Gold's Gym after working out in Hollywood on Friday afternoon ."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:28:44 GMT"; arnews[1] += "
"; arnews[2]="NORM: Caesars shows off some sexy looks
"; arnews[2] += "French hunk Gilles Marini had 'em swooning during his photo shoot at Caesars Palace for People Magazine's \"Sexiest Man Alive\" issue."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:07:41 GMT"; arnews[2] += "
"; arnews[3]="The impact of Oprah's exit
"; arnews[3] += "What makes the Oprah Winfrey canceling-her-show announcement so huge -- isn't that a long-running show is coming to an end ."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Understanding Your Pathology Report
"; arnews[4] += "After your surgery, the pathology report will help doctors determine the stage of your cancer."; arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="a New Moona morning TV roundup: Robert Pattinson officially proud...
"; arnews[5] += "Could Taylor Lautner have surpassed Robert Pattinson in popularity overnight? If you caught Lautner on Today and Live with Regis and Kelly this morning, you might think so."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:52:05 GMT"; arnews[5] += "
"; arnews[6]="Fug Girls: Thoughts on the Project Runway Finale
"; arnews[6] += "From left: Looks from Althea, Irina, and Carol Hannah. Hey, we're getting better at this: For the second season in a row, we correctly divined the winner of Project Runway - although, to be honest, this season it was about as difficult to predict as announcing that it might snow while you are in the middle of a blizzard."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 21:27:24 GMT"; arnews[6] += "
"; arnews[7]="Upcoming guests on 'Live With Regis & Kelly'
"; arnews[7] += "'Live With Regis & Kelly' airs weekdays at 9:00 AM on ABC7. Monday: Journalist Anderson Cooper; the Hayes family discuss their reality TV series, \"Table for 12.'' Tuesday: Actor Keanu Reeves ; authors Heidi Montag and Spencer Pratt ."; arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT"; arnews[7] += "
"; arnews[8]="Regis Philbin Puts an iPhone on His Holiday Wish List
"; arnews[8] += "Well well well. Back in early 2008, Kelly Ripa tried to get Regis Philbin to join the iPhone club , but he just wouldn't budge."; arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 13:47:33 GMT"; arnews[8] += "
"; totcount = 9; 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("
");