var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UnSung' showcases Zapp Band's funk soul era
";
arnews[0] += "The current \"UnSung\" series takes an in-depth look at the talent and tragedies of Zapp and Roger on Sunday, Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:48:59 GMT";
arnews[0] += "
";
arnews[1]="2009 American Music Awards: Nominations List
";
arnews[1] += "This year's American Music Awards will be its 36th incarnation . The AMAs were created back in 1973 by rock 'n roll legend Dick Clark to compete with the Grammys.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:13:30 GMT";
arnews[1] += "
";
arnews[2]="Gangsta... - Snoop Dogg / The-dr...
";
arnews[2] += "As the embodiment of '90s gangsta rap, Snoop Dogg blurred the lines between reality and fiction.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:18:30 GMT";
arnews[2] += "
";
arnews[3]="San Francisco events for couples November 21-22
";
arnews[3] += "The weather is beautiful and the weekend is filled with fun local events. Head out to these events that are perfect for couples: Snoop Dogg Concert - If you and your mate love rap music then hurry and get your tickets for the Snoop Dogg concert tonight at the The Warfield.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Vic Chesnutt waxes poetic
";
arnews[4] += "Singer-songwriter Vic Chesnutt's zigzagging musical career is a difficult one to sum up.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:17:10 GMT";
arnews[4] += "
";
arnews[5]="Stebani Cruz Releases Nely 'El Arma Secreta' Produced...
";
arnews[5] += "Stebani Cruz aka \"La Boricuba\" has released her single, \"Cougar in the House\", a blend of melodic Reggaeton and Latin Pop.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:06: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("