var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="People: Emotional Oprah Winfrey tells fans ending show 'feels right in my bones'
";
arnews[0] += "Holding back tears, Oprah Winfrey told her studio audience Friday that \"prayer and careful thought\" led her to decide to end her show in 2011 after a quarter-century on the air.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:57:42 GMT";
arnews[0] += "
";
arnews[1]="Hollywood Divorce! Heather McComb Split; LeAnn Rimes Boyfriend's Lawsuit
";
arnews[1] += "Former Dawson's Creek star James Van Der Beekand and Heather McComb are officially calling quits as Hollywood's nights if full of 'irreconcilable differences' and changes to \"Hollywood divorce\" for a night and even combines that with an LA lawsuit.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:05:04 GMT";
arnews[1] += "
";
arnews[2]="CSI: NY Murder Mystery: Is Kim Kardashian the Killer?
";
arnews[2] += "Those Kardashians sure know how to drum up some mighty big ratings , so why wouldn't a prime-time series want in on the action? E!'s reigning reality queen Kim Kardashian is working her acting chops in an upcoming episode of CSI: NY , and we were there to see all the action - including some additional guests like former MTV VJ Vanessa Minnillo and ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:30:04 GMT";
arnews[2] += "
";
arnews[3]="People: Emotional Oprah Winfrey tells fans ending show 'feels right in my bones
";
arnews[3] += "Holding back tears, Oprah Winfrey told her studio audience Friday that \"prayer and careful thought\" led her to decide to end her show in 2011 after a quarter-century on the air.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:33:28 GMT";
arnews[3] += "
";
arnews[4]="Eddie Cibrian sues for defamation
";
arnews[4] += "Actor Eddie Cibrian has launched a $1 million defamation lawsuit against Life & Style magazine over an article suggesting he's cheating on girlfriend Leann Rimes with a woman claiming to be an ex-mistress. Cibrian threatened the legal action earlier this month and now he's following through, according to TMZ.com . Aspiring actress Scheana Marie ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:32:59 GMT";
arnews[4] += "
";
arnews[5]="Eddie Cibrian Claims LeAnn Rimes Is His One & Only
";
arnews[5] += "Responding to Life & Style Weekly 's claim that he's been stepping out on LeAnn Rimes , Eddie Cibrian has filed a defamation suit against the tabloid magazine.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:02:42 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("