var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Greg Ladanyi: Grammy-winning record producer noted for his work with Jackson Browne and Toto
";
arnews[0] += "Ladanyi: a consummate engineer who easily made the transition to producing, and became known for his bright, warm sound enlarge The American recording engineer and producer Greg Ladanyi helped make some of the biggest records of the Seventies and Eighties, by such California-based acts as Jackson Browne, Don Henley and Toto, the group of top Los ...";
arnews[0] += "
Publ.Date : Mon, 07 Dec 2009 00:19:38 GMT";
arnews[0] += "
";
arnews[1]="Obituary: Greg Ladanyi, 1952-2009
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 01 Nov 2009 17:00:00 GMT";
arnews[1] += "
";
arnews[2]="Soprano Megan McCauley takes a hometown bow
";
arnews[2] += "Soprano Megan McCauley is on the road to Chicago to audition, but when she speaks, it's obvious her thoughts are on Greenville.";
arnews[2] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Greg Ladanyi died. RIP
";
arnews[3] += "Producer and engineer Greg Ladanyi has passed away in Cyprus at the age of 57. Greg Ladanyi worked with the greats.";
arnews[3] += "
Publ.Date : Thu, 01 Oct 2009 16:07:29 GMT";
arnews[3] += "
";
arnews[4]="Grammy winner Greg Ladanyi dies
";
arnews[4] += "Grammy-winning engineer-producer and Maple Jam Music Group prexy Greg Ladanyi died in the Greek Republic of Cyprus Sept 29.";
arnews[4] += "
Publ.Date : Thu, 01 Oct 2009 00:50:52 GMT";
arnews[4] += "
";
arnews[5]="Quick Hits: Lady Gaga, Diddy, Chris Brown, Paul McCartney, Snoop...
";
arnews[5] += "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[5] += "
Publ.Date : Thu, 01 Oct 2009 03:25:26 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("