var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Daryl Hall, John Oates and Cleveland - A Top Story This Week - antiMUSIC
";
arnews[0] += "Daryl Hall, John Oates and Cleveland was a top story for this week. Here it is again: The number-one selling duo in music, Daryl Hall and John Oates, are appearing as themselves on the hit comedy, The Cleveland Show this Sunday, November 22nd at 8 ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 GMT";
arnews[0] += "
";
arnews[1]="Daryl Hall, John Oates and Cleveland - antiMUSIC
";
arnews[1] += "The number-one selling duo in music, Daryl Hall and John Oates, are appearing as themselves on the hit comedy, The Cleveland Show this Sunday, November 22nd at 8:30pm ET/PT. Cleveland (Mike Henry) celebrates his first Thanksgiving with his new family ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:44:00 GMT";
arnews[1] += "
";
arnews[2]="Daryl Hall And John Oates To Appear On THE CLEVELAND SHOW This Sunday - Yahoo Finance
";
arnews[2] += "NEW YORK, Nov. 19 /PRNewswire/ -- The number-one selling duo in music, Daryl Hall and John Oates, are appearing as themselves on the hit comedy, THE CLEVELAND SHOW this Sunday, November 22nd at 8:30pm ET/PT. Cleveland (Mike Henry) celebrates his ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 00:04:00 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("