var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="kate beckinsale - The Gossip Girls
"; arnews[0] += "Always making sure to get in plenty of family time, Kate Beckinsale was spotted out with her loved ones in Santa Monica on Sunday (January 31). The brunette beauty and her husband Len Wiseman walked along with daughter Lily Mo Sheen and some friends ..."; arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT"; arnews[0] += "
"; arnews[1]="Kate Beckinsale May Play Princess Magaret - Cinema Blend
"; arnews[1] += "Kate Beckinsale may be from the UK, but you wouldn’t know it from her IMDB page. Unlike everyone else with a British accent, since hitting it big she’s mostly avoided their national obsession by being one of the few Brit actresses not to play ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 06:29:00 GMT"; arnews[1] += "
"; arnews[2]="Kate Beckinsale To Rejoin Underworld 4... In Space? - io9.com
"; arnews[2] += "While we love a good \"vampires fighting werewolves with swords\" epic as much as the next person, but one thing was seriously missing from the last Underword picture: Kate Beckinsale . Rumor has it she's back, and in space? Strange rumors are ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 15:01:00 GMT"; arnews[2] += "
"; arnews[3]="Underworld 3D Sequel Confirmed, Kate Beckinsale May Return - First Showing
"; arnews[3] += "With only fleeting interest in this series, I can't really express one way or the other how I feel about these ideas, so I'll it leave up to those who are true fans. I think it's pretty meta and even cool that Beckinsale is interested in passing on ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 22:26:00 GMT"; arnews[3] += "
"; arnews[4]="Kate Beckinsale: Ice Rink Family Fun - DailyFill
"; arnews[4] += "Enjoying a weekend outing, Kate Beckinsale, daughter Lily Sheen, mom Judy Loe and husband Len Wiseman were spotted out in Culver City on Saturday afternoon (February 6). The happy family strolled along past paparazzi, heading to the Culver City Ice ..."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT"; arnews[4] += "
"; arnews[5]="Kate Beckinsale Returning for Underworld 4? - News in Film
"; arnews[5] += "Kate Beckinsale could be returning to tight leather and retractable fangs in Underworld 3-D . Bloody-Disgusting has learned the 36-year-old actress who portrayed vampire warrior Selene is currently attached to the fourth installment of the series ..."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 02:31: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("
");