var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Giving Good Face
";
arnews[0] += "Celebs and unknowns got ready for their close-ups in these shots from a forthcoming book by photographer John Russo called About Face .";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 19:04:52 GMT";
arnews[0] += "
";
arnews[1]="Hot soaps topics
";
arnews[1] += "Here's the latest suds buzz from my fellow soaps journos: Daytime Confidential's Jamey Giddens interviews The Young and the Restless star Wilson Bethel.";
arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Continue reading "Slugfest at the Daytime Emmys: Christian LeBlanc vs. Anthony Geary"
";
arnews[2] += "There's a fierce battle at the Daytime Emmys over who'll win the trophy as best lead actor on Aug.";
arnews[2] += "
Publ.Date : Mon, 10 Aug 2009 03:51:29 GMT";
arnews[2] += "
";
totcount = 3;
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("