var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Guy with Dreads in 'NSYNC: 'Memba Him?! - TMZ.com
";
arnews[0] += "8. He Looks really good for his age and for what I hear has a badass Charity in his Name to Help Poor Kids. I just want the hear him sing again, even though he had the 'interesting' hairstyles, he had a very high voice. was always interesting to me ...";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="It's beginning to look a lot like EX-mas. - Examiner
";
arnews[1] += "There are plenty of articles out there about the joy of the season and how to make the most of it with and for your significant other. I am not going to write one of those. This article has a cynical rating of 4 out of 5 stars, but will still make ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:26:00 GMT";
arnews[1] += "
";
arnews[2]="Music paper bullshit something something - 1UP.COM
";
arnews[2] += "First half alone was beyond stellar for rap, fuck you. Rap isn't music, it's just black people yelling about killing and humping. But seriously, outside of hip-hop I don't think the 90s are all that interesting. even the underground/alternative ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Return to the Planet of the Apes - hotpress.com
";
arnews[3] += "Maestro primate number one Jas Shaw puts it down to a little bit of crafty collaborating and a lot of vintage *nsync records. This article is now part of the hotpress.com archive. To access this article you need to subscribe to hotpress.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 12:32:00 GMT";
arnews[3] += "
";
arnews[4]="Singer Aaron Carter Owes IRS Over $1 Million - WebCPA
";
arnews[4] += "Former teen idol Aaron Carter reportedly owes the Internal Revenue Service more than $1 million in back taxes. Carter, the younger brother of Backstreet Boys singer Nick Carter, reportedly owes over $963,000 on his 2003 income, according to the New ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:22:00 GMT";
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("