var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obituary: Greg Ladanyi, 1952-2009
";
arnews[0] += "Engineer/producer/label exec Greg Ladanyi passed away in late September after suffering severe head trauma from a fall on the concert set of Greek artist Anna Vissi at the GSP stadium in Nicosia, Cypress.";
arnews[0] += "
Publ.Date : Sun, 01 Nov 2009 17:00:00 GMT";
arnews[0] += "
";
arnews[1]="Soprano Megan McCauley takes a hometown bow
";
arnews[1] += "Soprano Megan McCauley is on the road to Chicago to audition, but when she speaks, it's obvious her thoughts are on Greenville.";
arnews[1] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Greg Ladanyi died. RIP
";
arnews[2] += "Producer and engineer Greg Ladanyi has passed away in Cyprus at the age of 57. Greg Ladanyi worked with the greats.";
arnews[2] += "
Publ.Date : Thu, 01 Oct 2009 16:07:29 GMT";
arnews[2] += "
";
arnews[3]="Grammy winner Greg Ladanyi dies
";
arnews[3] += "Grammy-winning engineer-producer and Maple Jam Music Group prexy Greg Ladanyi died in the Greek Republic of Cyprus Sept 29.";
arnews[3] += "
Publ.Date : Thu, 01 Oct 2009 00:50:52 GMT";
arnews[3] += "
";
arnews[4]="Quick Hits: Lady Gaga, Diddy, Chris Brown, Paul McCartney, Snoop...
";
arnews[4] += "September 30, 2009 Lady Gaga MTV News reports that Lady Gaga will debut a brand new song on Saturday Night Live this weekend, as well as perform her current hit \"Paparazzi.\" The new track is expected to appear on an expanded version of her album, titled The Fame: Monster , which is slated for a November 24 release.";
arnews[4] += "
Publ.Date : Thu, 01 Oct 2009 03:25:26 GMT";
arnews[4] += "
";
arnews[5]="Cyprus: US Grammy Award-winning producer dies
";
arnews[5] += "Officials say a U.S. Grammy Award-winning producer has died after sustaining massive head injuries in a fall.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 01:38:23 GMT";
arnews[5] += "
";
arnews[6]="Producerobit: Greg Ladanyi
";
arnews[6] += "Greg Ladanyi, producer, has died a week after suffering a blow to the head on-stage in Cyprus.";
arnews[6] += "
Publ.Date : Wed, 30 Sep 2009 22:25:18 GMT";
arnews[6] += "
";
arnews[7]="OBITUARY: Greg Ladanyi Grammy-Winning Rock Producer Dies
";
arnews[7] += "Greg Ladanyi, 57, a Grammy Award-winning producer who worked with Jackson Browne, Don Henley, Fleetwood Mac and other rock bands, died Tuesday at a hospital in the Republic of Cyprus, according to his record company, Maple Jam Music Group.";
arnews[7] += "
Publ.Date : Wed, 30 Sep 2009 21:20:07 GMT";
arnews[7] += "
";
arnews[8]="Greg Ladanyi dies at 57
";
arnews[8] += "Grammy-winning engineer-producer and Maple Jam Music Group prexy Greg Ladanyi died in the Greek Republic of Cyprus Tuesday.";
arnews[8] += "
Publ.Date : Wed, 30 Sep 2009 19:36:21 GMT";
arnews[8] += "
";
totcount = 9;
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("