var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CPJ, Maco: double celebration
";
arnews[0] += "Chester Francis-Jackson, Gleaner Writer Publisher Ian Randle and Anna Young are also on the guest list.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:01:46 GMT";
arnews[0] += "
";
arnews[1]="In search of the perfect diva
";
arnews[1] += "PRETENDERS OR CONTENDERS?: Taylor Swift, left, has a voice that polarizes listeners; Leona Lewis has the pipes, but some say her chilly persona is off-putting. Everyone knows that Taylor Swift can't sing.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:21:11 GMT";
arnews[1] += "
";
arnews[2]="Michael Jackson moonwalk glove sells for $350,000
";
arnews[2] += "Michael Jackson moonwalk glove sells for $350,000 Michael Jackson's white jeweled glove is on display at an auction in New York.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:19:00 GMT";
arnews[2] += "
";
arnews[3]="Peep This: Janet Jackson - "Make Me"
";
arnews[3] += "Janet Jackson drops a futuristic flick that harkens back to the \"Scream\" video, her collaboration with late brother Michael .";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:07:35 GMT";
arnews[3] += "
";
arnews[4]="Jennifer Lopez, Adam Lambert ready for AMA stage
";
arnews[4] += "Jennifer Lopez plans to include fireworks and an on-stage costume change in her performance at the American Music Awards.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:41:00 GMT";
arnews[4] += "
";
arnews[5]="Janet Jackson reverts to Scream style for new music video in tribute to Michael
";
arnews[5] += "It's filmed in black and white and she's wearing futuristic clothing, so you would be forgiven for thinking you had seen Janet Jackson's new music video before.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 21:48:35 GMT";
arnews[5] += "
";
totcount = 6;
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("