var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Family Matters meets The Young and the Restless ... casting wise
";
arnews[0] += "It's taken a while, but The Young and the Restless has finally filled a role that's been vacant for too long.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:02:00 GMT";
arnews[0] += "
";
arnews[1]="Moore's character recast in 'Restless'
";
arnews[1] += "This article contains spoilers that some readers may prefer to avoid. Please click here if you wish to continue.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:58:47 GMT";
arnews[1] += "
";
arnews[2]="ETShemar Moore Replaced As Malcolm Winters On 'The Young And The Restless'
";
arnews[2] += "When Malcolm Winters returns to \"The Young and the Restless\"'s Genoa City, he will have a brand-new face.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:25:56 GMT";
arnews[2] += "
";
arnews[3]="Shemar Moore Replaced as Malcolm Winters on 'The Young and the Restless'
";
arnews[3] += "When Malcolm Winters returns to \"The Young and the Restless\"'s Genoa City, he will have a brand-new face.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:07:42 GMT";
arnews[3] += "
";
arnews[4]="What is this I Don't Even
";
arnews[4] += "Fans of The Young and the Restless who've been holding out hope that the smoldering Shemar Moore will reprise his role as the tempestuous Malcolm Winters are in for a rude awakening the dude's never coming back! But his character is: EW has learned exclusively that Darius McCrary best known for playing Eddie Winslow on the long-running ABC sitcom ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 04:43:57 GMT";
arnews[4] += "
";
arnews[5]="'Young & Restless': The return of Malcolm
";
arnews[5] += "Fans of The Young and the Restless who've been holding out hope that the smoldering Shemar Moore will reprise his role as the tempestuous Malcolm Winters areA in for a rude awakening A the dude'sA never coming back! A But his character is:A EW has learned exclusively that Darius McCrary - best known for playingA Eddie Winslow on the long-runningA ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="On Tonight: Whence Jimmy the Greek?: Roger Catlin | TV Eye
";
arnews[6] += "In the new \"Full Throttle Saloon\" looks at the ups and downs of putting up a bar for the annual motorcycle rally in Sturgis, S.C. that is laid out like an old West fort and stocked with beer, dancers and this year, a zip line.";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 13:54:17 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("