var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sexyback - Justin Timberlake
";
arnews[0] += "As both a member of *NSYNC and a solo artist, Southern superstar Justin Timberlake has played a major role in the teen pop explosion of the '90s and 2000s.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:50:14 GMT";
arnews[0] += "
";
arnews[1]="For the Love of Ray J: Still Smashing
";
arnews[1] += "This week we learn that Lava is psycho, Just Right is boring, one of the girls smashed a homie and the producers of the show always highlight the women who will be eliminated at the top of the show.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:01:41 GMT";
arnews[1] += "
";
arnews[2]="Breakfast with CSI:NY's Hill Harper, cool culinary happenings with Guy Fieri
";
arnews[2] += "Hill Harper at Justin's Restaurant in Atlanta's Buckhead district. Harper is holding a copy of his book \"The Conversation\". \"Having fewer honest conversations with close friends and more with your partner is an important step\" says Hill Harper.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Examining 'Twilight's' appeal
";
arnews[3] += "Washingtonpost.com's Jen Chaney takes your questions about \"New Moon,\" the latest film installment in the \"Twilight\" series, and discusses why the teen vampires-and-werewolves saga has become such a phenomenon.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Justin, Britney and Pop: Reminiscing about the '90s
";
arnews[4] += "The '90s are often ridiculed as being one of the worst decades for music . But for those of us who jammed to 'N Sync and Britney Spears at middle school dances, '90s hits remain near and dear to our bubblegum pop hearts.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:29:59 GMT";
arnews[4] += "
";
arnews[5]="Forum
";
arnews[5] += "The '90s are often ridiculed as being one of the worst decades for music . But for those of us who jammed to 'N Sync and Britney Spears at middle school dances, '90s hits remain near and dear to our bubblegum pop hearts.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:29:37 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("