var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2morrowknight: Love, Work, and Money: An Instant Classic from Josh Charles
";
arnews[0] += "Remember where you were when you heard Stevie Wonder's Songs in the Key of Life , or Alicia Keys' Songs in A Minor ? Like these two albums, you will remember the moment you heard Love, Work and Money , the stunning debut album from visionary musician Josh Charles.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:22:27 GMT";
arnews[0] += "
";
arnews[1]="Bonnaroo 2010 Lineup Announced: Phoenix, Weezer, Jay-Za
";
arnews[1] += "Tuesday, February 9, 2010 11:05AM - By Seraphina L. As we previously told you, Bonnaroo has decided to make this year's lineup announcement an \"event.\" Originally planned to be an open community of discussion on their website, the festival has now embraced social media and has been announcing the lineup with one artist minute by minute on their ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:06:08 GMT";
arnews[1] += "
";
arnews[2]="Associated Press: White House hastens concert to beat snow
";
arnews[2] += "Facing another wintry wallop, the White House decided to move a concert celebrating civil rights music from Wednesday to Tuesday night to beat what could be a second crippling storm in a week.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:02:56 GMT";
arnews[2] += "
";
arnews[3]="Motor city where everyone has to be driven
";
arnews[3] += "The last time I was in Detroit, my lunch date was stabbed in the neck and the man I was supposed to interview resigned in a stripper-corruption-gunfight scandal.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:04:33 GMT";
arnews[3] += "
";
arnews[4]="Bonnaroo 2010 lineup announced via social media
";
arnews[4] += "The 2010 Bonnaroo artists themselves are using social media to announce their participation in the 2010 Bonnaroo Music and Arts Festival.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:31:52 GMT";
arnews[4] += "
";
arnews[5]="Bonnaroo 2010 Lineup Update
";
arnews[5] += "The lineup for the 2010 Bonnaroo Music and Arts Festival set for June 10-13 in Manchester is being released throughout the day, officially beginning at noon.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:42:53 GMT";
arnews[5] += "
";
arnews[6]="Bonnaroo announces lineup in most annoying way possible
";
arnews[6] += "Bonnaroo has to decided to reveal its festival lineup in tiny increments via social media.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 20:25:54 GMT";
arnews[6] += "
";
arnews[7]="Secrets of Field Recording in the Tapeless Era
";
arnews[7] += "Live from Giza The builders of the Great Pyramids of Giza may not have faced the same technical challenges as today's shooters do, but digital field recording in the tapeless era nevertheless presents a bevy of confusion and anguish on a grand scale.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 17:08:00 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("