var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LUCY LAWLESS SAYS HER NEW TV SHOW IS SEXY, VIOLENT! - Showbizspy.com
";
arnews[0] += "The former Xena: Warrior Princess star admits lots of people will probably be offended by Spartacus: Blood and Sand , which premiered Friday night on Starz. “I think a lot of people are going to be shocked and they are going to shut off their ...";
arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="Spartacus: Blood and Sand is a Spectacular Visual Gore-fest with Lots ... - Associated Content
";
arnews[1] += "Lucy Lawless (Xena: Warrior Princess) was recently interviewed on the \"Today Show\" with Kathy Lee Gifford and Hota Kotb. She was there to promote her new cable TV series on \"Starz\" called \"Spartacus: Blood and Sand.\" It was unclear why she was on a ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 19:22:00 GMT";
arnews[1] += "
";
arnews[2]="Bedtime Stories - San Diego weekly Reader
";
arnews[2] += "With Keri Russell, Russell Brand, Guy Pearce, Richard Griffiths, Teresa Palmer, Lucy Lawless, Courteney Cox, and Rob Schneider; directed by Adam Shankman. 2008.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 13:14:00 GMT";
arnews[2] += "
";
arnews[3]="Movie guide alt: Independent, limited release and foreign-language ... - The Sun News
";
arnews[3] += "Opinions are by Los Angeles Times reviewers. Ratings by the Motion Picture Association of America are: (G) for general audiences; (PG) parental guidance urged because of material possibly unsuitable for children; (PG-13) parents are strongly ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 12:32:00 GMT";
arnews[3] += "
";
arnews[4]="Spartacus, TV’s ‘most explicit show’, shoots raunchy foursome - Real Bollywood
";
arnews[4] += "The series, featuring graphic violence, strong sexual content, and major profanity, stars Rebus star John Hannah opposite Lucy Lawless from Xena: Warrior Princess. The pair plays a kinky married couple who get intimate with each other and two other ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 09:42:00 GMT";
arnews[4] += "
";
arnews[5]="The 1996 crazed “How Bizarre” singer from OMC passes away! - Entertainment and Showbiz!
";
arnews[5] += "Though he reformed the band in 2007 and launched another single called the 4 All of Us, featuring actress Lucy Lawless, he could never reach his previous heights and remained a one hit wonder.";
arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 23:57: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("