var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arts & Leisure
";
arnews[0] += "On \"Glee,\" show tunes are confections. Barbara Cook makes them art. By NEIL GENZLINGER Steven Seagal and Jesse Ventura each have a taste of reality, to varying degrees, on two new programs coming to cable.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:03:14 GMT";
arnews[0] += "
";
arnews[1]="Juelz On Cam Reunion: "If He's Too Stubborn, So Be It"
";
arnews[1] += "Rapper Juelz Santana has responded to recent comments that former group member Cama ron made in regards to a potential Dipset reunion.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:01:54 GMT";
arnews[1] += "
";
arnews[2]="Taylor Swift, 50 Cent, Muse, Kris Allen Headline Holiday Radio Shows
";
arnews[2] += "'Tis the season for inappropriately early Christmas decorations, conspicuous consumption and, most important, holiday radio shows.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 16:12:00 GMT";
arnews[2] += "
";
arnews[3]="Bob Dylan Meets Pyrex
";
arnews[3] += "The Dipset of today is a much different creature than the Dipset of five years ago, its core of ganglike us-against-the-world camaraderie torn apart by, among other things, Jim Jones's ego in the wake of \"We Stay Fly\" and his obsessive quest to find the worst pair of jeans in the world .";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 00:59:44 GMT";
arnews[3] += "
";
arnews[4]="New Music: Lloyd - a oeTAKE it OFFa + Ep Release News
";
arnews[4] += "After freeing himself from The Inc., Lloyd is still keeping it moving. After the release of his last studio album, 2008's Lessons In Love , we learned that is set to release an independent EP project this December.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pictures: Juelz Santana & Lil Wayne Shoot "Home Run"
";
arnews[5] += "OK...Everybody is coming down on me for not updating the rumors today. Well, I took a day off - THANKS! You and do that and so can I. E don't know if you guys care about this, but it looks like Wayne and Juelz Santana might have worked out this I Can't Feel My Face project.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:44:28 GMT";
arnews[5] += "
";
arnews[6]="Juelz Santana f. Yelawolf
";
arnews[6] += "Mixing Up the Medicine Comments 5 Post your comments Name Rep yourself be heard.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 19:38:28 GMT";
arnews[6] += "
";
arnews[7]="The 411 Music Top Five 11.03.09: Top 5 Favorite Songs From 2005
";
arnews[7] += "The 411 Music Top Five 11.03.09: Top 5 Favorite Songs From 2005 Posted by Ben Czajkowski on 11.03.2009 This week, the 411Music Writers continue to count down their Top 5 songs from each year of the decade.";
arnews[7] += "
Publ.Date : Tue, 03 Nov 2009 09:34:28 GMT";
arnews[7] += "
";
totcount = 8;
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("