var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="SJP Gets Political!
";
arnews[0] += "SJP Gets Political! -";
arnews[0] += "
";
arnews[1]="Celebrity birthdays on Nov. 8
";
arnews[1] += "Celebrity birthdays on Nov. 8 -";
arnews[1] += "
";
arnews[2]="PAC chairman joining a heady crowd in D.C.
";
arnews[2] += "PAC chairman joining a heady crowd in D.C. -";
arnews[2] += "
";
arnews[3]="Good Morn Multiverse! Bdays: X-Rays, Milton Bradley, Bram Stoker, Esther Rolle, Darla Hood, Bonnie Raitt, Alfre Woodard, & Leif Garrett!
";
arnews[3] += "Good Morn Multiverse! Bdays: X-Rays, Milton Bradley, Bram Stoker, Esther Rolle, Darla Hood, Bonnie Raitt, Alfre Woodard, & Leif Garrett!";
arnews[3] += "
";
arnews[4]="My.Own.Worst.Enemy.S01.COMPLETE.720p.WEB-DL.DD5.1.h264-DON [我以我为敌/双面人/第一季/iTunes版/HDC美剧公社] (剧集包(欧美))
";
arnews[4] += "My.Own.Worst.Enemy.S01.COMPLETE.720p.WEB-DL.DD5.1.h264-DON [我以我为敌/双面人/第一季/iTunes版/HDC美剧公社] (剧集包(欧美)) -";
arnews[4] += "
";
totcount = 5;
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("