var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Darius McCrary’s gets dramatic for daytime - S2Smagazine.com
";
arnews[0] += "Darius McCrary is returning to TV and taking over for Shemar Moore on “The Young and The Restless.” Entertainment Weekly reports that that Eddie—oops—Darius is the new man playing Malcolm Winters. He’s signed a multi-year contract that ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:10:00 GMT";
arnews[0] += "
";
arnews[1]="EW Exclusive: Malcolm's back on 'The Young and the Restless' ... but ... - Entertainment Weekly Online
";
arnews[1] += "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 ... is: EW has learned exclusively that Darius McCrary – best known for playing ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 03:05:00 GMT";
arnews[1] += "
";
arnews[2]="Shemar Moore Replaced as Malcolm Winters on 'The Young and the ... - ETOnline.com
";
arnews[2] += "When Malcolm Winters returns to \"The Young and the Restless\"'s Genoa City, he will have a brand-new face. ET can confirm that Darius McCrary , who TV fans will remember from his role as Eddie Winslow on \"Family Matters,\" has been cast in the role ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:28:00 GMT";
arnews[2] += "
";
arnews[3]="MCCRARY IS NEW MALCOLM ON 'RESTLESS': Shemar Moore too busy with ... - EURweb
";
arnews[3] += "*So much for Shemar Moore ever reprising his role of Malcolm Winters on \"The Young and the Restless.\" Beginning next month, the character will be played by former \"Family Matters\" star Darius McCrary, according to EW.com. McCrary signed a multi-year ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:08:00 GMT";
arnews[3] += "
";
arnews[4]="Darius McCrary’s gets dramatic for daytime - S2Smagazine.com
";
arnews[4] += "Darius McCrary is returning to TV and taking over for Shemar Moore on “The Young and The Restless.” Entertainment Weekly reports that that Eddie—oops—Darius is the new man playing Malcolm Winters. He’s signed a multi-year contract that ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:10:00 GMT";
arnews[4] += "
";
arnews[5]="Moore's character recast in 'Restless' - Digital Spy
";
arnews[5] += "Shemar Moore has reportedly been replaced in The Young And The Restless . According to Entertainment Weekly , the star's character Malcolm Winters will return to the show later this year but will be played by a different actor. \"We are thrilled to ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:06:00 GMT";
arnews[5] += "
";
arnews[6]="Oprah Calls it Quits - 9News
";
arnews[6] += "Shemar Moore Replaced as Malcolm Winters on 'The Young and the Restless' When Malcolm Winters returns to \"The Young and the Restless\"'s Genoa City, he will have a brand-new face.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 23:28: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("