var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Adam Kispert | List of the Month: It's Easy to Get Hooked on Some of the Decade's Best Songs
";
arnews[0] += "The last in a series looking at the best albums in rock 'n' roll history. The only rule is one album per artist in the top 10 and a little more leeway in the honorable mentions.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:51:50 GMT";
arnews[0] += "
";
arnews[1]="Digg
";
arnews[1] += "November 20, 2009 How I Met Your Mother star Josh Radnor has a confession to make: After filming 99 episodes of CBS's hit sitcom, he still doesn't know who his character's future wife will be.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:50:41 GMT";
arnews[1] += "
";
arnews[2]="So You Think Jennifer Lopez Can Dance? She Can
";
arnews[2] += "Jennifer Lopez fans have another reason to catch her comeback performance live at the 2009 American Music Awards on Sunday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Way I ... - Timbaland / Keri...
";
arnews[3] += "Timbaland ascended to the top of the rap industry in the late '90s, impressively balancing his in-demand hitmaking abilities with his outlandish production style.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:19:50 GMT";
arnews[3] += "
";
arnews[4]="The Onion AV Club: 50 best records of the decade, Part 2
";
arnews[4] += "Hip-hop's preeminent supervillain litters his incredibly dense rhymes with surreal imagery, ingratiatingly old-timey turns of phrase , and left-field pop-culture references he wrote in cold blood with a toothpick, all while Madlib channels Pete Rock, Sun Ra, and Firesign Theatre on the production side and kicks in some guest appearances as alter ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 03:41:20 GMT";
arnews[4] += "
";
arnews[5]="Women's Basketball Travels To New Orleans For First Road Test
";
arnews[5] += "Brittany Gilliam is ranked in the top-30 in C-USA in six statistical categories including points and assists.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 01:59:28 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("