var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="For much more than a song
";
arnews[0] += "The violinist Aaron Rosand decided to sell his beloved ex-Kochanski Guarneri del Gesu violin last month to a Russian billionaire for US$10 million - the highest price ever paid for such an instrument.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:38:49 GMT";
arnews[0] += "
";
arnews[1]="Vieux Farka Toure, Fondo
";
arnews[1] += "Bringing you the most opinionated reviews from the world of entertainment! 11.21.2009 With his 2006 self-titled debut CD , Vieux Farka TourA embraced the legacy left him by his late father, the venerable Malian guitarist singer Ali Farka TourA . The younger Farka TourA has quickly built up a solid reputation on his own terms, ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:31:53 GMT";
arnews[1] += "
";
arnews[2]="'Writing is a solo pursuit'
";
arnews[2] += "With the release of his 21st novel, author Michael Connelly discusses his creation Harry Bosch and how his career as a journalist has impacted his writing.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:58:21 GMT";
arnews[2] += "
";
arnews[3]="I Shot The Sherif... - Eric Clap...
";
arnews[3] += "By the time Eric Clapton launched his solo career with the release of his self-titled debut album in mid-1970, he was long established as one of the world's major rock stars due to his group affiliations -- the Yardbirds, John Mayall's Bluesbreakers, Cream, and Blind Faith -- which had demonstrated his claim to being the best rock guitarist of his ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:50:14 GMT";
arnews[3] += "
";
arnews[4]="Iguacu falls - Foz de Iguacu, State of Parana, Brazil
";
arnews[4] += "Lack of sleep and an excess of domestic beer are seriously affecting our ability to function on this trip.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:27:50 GMT";
arnews[4] += "
";
arnews[5]="Blues Man Joe Bonamassa, Real-Life Guitar Hero
";
arnews[5] += "Blues musician Joe Bonamassa started playing with BB King when he was 12 years old.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:00:00 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("