var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Give thanks for the end of - Jon & Kate'
";
arnews[0] += "Thanksgiving celebrations coincide with a winding down of the pop-culture year. Here are three things to be thankful for as you carve turkeys and channel surf among parades, dog shows and football.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Scoop: Give thanks for the end of a Jon & Katea
";
arnews[1] += "Thanksgiving celebrations coincide with a winding down of the pop-culture year. Here are three things to be thankful for as you carve turkeys and channel surf among parades, dog shows and football.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:47:58 GMT";
arnews[1] += "
";
arnews[2]="Carmen Electra leaked video: Another leaked video draws attention
";
arnews[2] += "The Carmen Electra leaked video isn't just a sex tape. It's a lesbian sex tape, meaning that Carmen Electra is now the hot woman of the internet.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Eric Dane Joins Cher, Xtina in Burlesque
";
arnews[3] += "Christina Aguilera's big-screen debut keeps adding to its star-studded cast. Fresh from his sex tape with wife Rebecca Gayheart, Grey's Anatomy 's Eric Dane has joined the cast of Burlesque, which includes Aguilera, Cher, Kristen Bell, Alan Cumming, and Twilight hunk Cam Gigandet.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:18:54 GMT";
arnews[3] += "
";
arnews[4]="They Dated Who?!? Surprising Former Couples
";
arnews[4] += "Keyboard Shortcuts: Left Arrow - Previous; Right Arrow - Next; Nicole Kidman and Keith Urban attend the 57th Annual BMI Country Awards at BMI, Nashville, November 10, 2009 Ryan O' Neal and Farrah Fawcett attend the Share Inc., 51st Annual Boomtown Party at the Century Plaza Hotel & Spa on May 15, 2004 in Century City, California Julianne Hough and ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 01:20:27 GMT";
arnews[4] += "
";
arnews[5]="'Grey's Anatomy' star Eric Dane hooks up with Christina Aguilera's 'Burlesque'
";
arnews[5] += "Christina Aguilera 's life is about to get McSteamier. \"Grey's Anatomy\" star Eric Dane is hopping into the tub, so to speak, with Aguilera and Cher for the former's first big-screen lead role and the latter's first non-animated role in a decade.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:00:43 GMT";
arnews[5] += "
";
arnews[6]="Another Point Of View On Sex Tapes, Gawker and Fair Use
";
arnews[6] += "The McSteamy sex tape was the scandal of the summer, and the copyright lawsuit filed by actors Eric Dane and Rebecca Gayheart against Gawker Media is still pending.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 22:00:00 GMT";
arnews[6] += "
";
arnews[7]="5 things you need to know about: sex-tape sc...
";
arnews[7] += "Saturday, November 14, 2009 at 3:12 a.m. You'd think that by now people would realize the folly of recording their, ahem, more private moments for posterity.";
arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 12:58:44 GMT";
arnews[7] += "
";
arnews[8]="Gayheart, Dane confirm pregnancy
";
arnews[8] += "Actress Rebecca Gayheart and spouse Eric Dane have announced that they are expecting their first child.";
arnews[8] += "
Publ.Date : Sat, 14 Nov 2009 02:48:30 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("