var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Decade In Music Timeline: What Did We Miss?
";
arnews[0] += "It's never easy to map out an entire decade in music. So, in constructing the \"Decade in Music\" interactive timeline , we sought to shape it with some of the bigger tent-pole trends, news and groundbreaking changes in the industry, business and technology .";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Free-agent madness begins Friday; don't be trampled at the door
";
arnews[1] += "Beginning Friday, all of baseball's 171 free agents can negotiate with any team they want instead of the teams they're leaving behind.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 03:11:13 GMT";
arnews[1] += "
";
arnews[2]="TNA Final Resolution Card
";
arnews[2] += "Raven and Dr. Stevie * Team 3-D, Rhino and Jesse Neal vs. Matt Morgan, Hernandez, Pope D'Angelo Dinero and Suicide * Feast or Fired Battle Royal : Beer Money, Kevin Nash, Jay Lethal, Consequences Creed, Cody Deaner, Samoa Joe, Sheik Abdul Bashir, Kiyoshi and Homicide * Last Man Standing Match : Bobby Lashley vs.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:24:16 GMT";
arnews[2] += "
";
arnews[3]="Hernandez a good signing
";
arnews[3] += "Hall of Fame baseball writer Hal McCoy is in his 37th year of covering the Cincinnati Reds, the longest tenure for any active writer covering one team.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Sounds of the underground
";
arnews[4] += "Much is written about the local music scene, but one genre that undeniably receives little to no attention is hip-hop. It's strange, too, because rap music and the vast culture that it's spawned is more evident on a daily basis than any other musical style.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:57:45 GMT";
arnews[4] += "
";
arnews[5]="Baseball transactions
";
arnews[5] += "Movements in the world of baseball Wednesday: American League BALTIMORE ORIOLES-Purchased the contracts of RHP Brandon Erbe, RHP Luis Lebron, INF Josh Bell and INF Pedro Florimon from Bowie and INF Rhyne Hughes and INF Brandon Snyder from Norfolk .";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:03:34 GMT";
arnews[5] += "
";
arnews[6]="Martin Casarez
";
arnews[6] += "Martin Casarez, 77, has passed away to be with Our Heavenly Father on Tuesday, November 17, 2009.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 02:45:56 GMT";
arnews[6] += "
";
arnews[7]="Red Reposter - Where Were You When You Heard The Reds Re-signed Ramon Hernandez?
";
arnews[7] += "Ramon Hernandez will be back next year, but could that affect the contract status of guys like Jonny Gomes and Jared Burton? Hall o' Famer Hal weighs in with his opinion on the Hernandez signing and he does little to convince me.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 19:03:30 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("