var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="People: 'Twilight' star nude photo scandal
";
arnews[0] += "The nude-photo scandal, a staple of the young Hollywood publicity machine, has struck the wholesome glitter vamps of the \"Twilight\" franchise.";
arnews[0] += "
Publ.Date : Thu, 13 Aug 2009 06:37:43 GMT";
arnews[0] += "
";
arnews[1]="Celebrity Baby Names Roundup
";
arnews[1] += "Quick roundup time - hey, it's August! No time for pics today. Think of us as the wire service for celebrity baby names.";
arnews[1] += "
Publ.Date : Wed, 12 Aug 2009 23:38:14 GMT";
arnews[1] += "
";
arnews[2]="People in the News
";
arnews[2] += "Mark Lester: Is the Oliver! star artfully dodging paternity rumors? Fatherhood claim denied Longtime Michael Jackson friend Mark Lester is not the father of Jackson's daughter, nor is he claiming paternity, despite a British tabloid report indicating that Lester says he is Paris Jackson 's biological dad, sources told People magazine.";
arnews[2] += "
Publ.Date : Tue, 11 Aug 2009 23:56:41 GMT";
arnews[2] += "
";
arnews[3]="Behand to Mouth
";
arnews[3] += "Join Cast of MTC's The Royal Family [ B ] Pine Replaces Collins in Broadway's Royal Family ; Additional Casting Announced [ TM ] Janet Dacal, Jose Llana, Karen Mason, et al.";
arnews[3] += "
Publ.Date : Tue, 11 Aug 2009 22:46:05 GMT";
arnews[3] += "
";
arnews[4]="Watchmen star welcomes a baby boy
";
arnews[4] += "Watchmen star Patrick Wilson and his wife, actress Dagmara Dominczyk Wilson, are the latest couple to contribute to the celebrity baby boom.";
arnews[4] += "
Publ.Date : Tue, 11 Aug 2009 11:29:23 GMT";
arnews[4] += "
";
arnews[5]="'Watchmen' Wilson a dad again
";
arnews[5] += "The Watchmen star Patrick Wilson has become a father for the second time - his actress wife Dagmara Dominczyk Wilson gave birth to a son on Sunday.";
arnews[5] += "
Publ.Date : Tue, 11 Aug 2009 09:49:29 GMT";
arnews[5] += "
";
arnews[6]="Patrick Wilson and wife Dagmara Dominczyk welcome their second son
";
arnews[6] += "Patrick Wilson and wife Dagmara Dominczyk welcomed their second son on Sunday. Let's hoot it up for the Night Owl! Patrick Wilson , 36, and his wife, actress Dagmara Dominczyk Wilson, welcomed their second baby boy on Sunday, People.com reports.";
arnews[6] += "
Publ.Date : Mon, 10 Aug 2009 07:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("