var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UK group urges Elton John to cancel Israel show - Town Hall
";
arnews[0] += "A British academic group that supports Palestinian rights is urging singer Elton John to cancel a summer concert in Israel. The British Committee for Universities of Palestine says in an open letter to John that it is wrong to perform in Israel ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:03:00 GMT";
arnews[0] += "
";
arnews[1]="Lady GaGa to Pay Tribute to Elton John at AIDS Gala - AceShowbiz
";
arnews[1] += "The 'Poker Face' hitmaker will perform at the AIDS foundation AmfAR benefit gala which is held to honor Elton John for his charity contributions to help fight the disease. Lady GaGa is set to team up with Elton John again after their fiery Grammy ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 06:27:00 GMT";
arnews[1] += "
";
arnews[2]="SymphonicBoom Series delivers Elton John's hits with orchestral touch - MLive.com
";
arnews[2] += "In Seattle tonight, Elton John opens a five-week North American tour with Billy Joel. But Tuesday in Grand Rapids, John’s songs filled the seats of DeVos Performance Hall for the Grand Rapids Symphony’s SymphonicBoom Series concert. Tuesday night ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:44:00 GMT";
arnews[2] += "
";
arnews[3]="Face 2 Face Tour: Billy Joel and Elton John jammin' - Oregonian
";
arnews[3] += "Associated Press Elton John (left), Billy Joel Duets, warm banter and hits -- and plenty of the latter -- are what fans can expect when Billy Joel and Elton John bring their top-grossing Face 2 Face Tour to the Rose Garden on Wednesday. The ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 16:27:00 GMT";
arnews[3] += "
";
arnews[4]="SIR ELTON JOHN'S SWEET CHARITY TREAT - PR Inside
";
arnews[4] += "SIR ELTON JOHN has teamed up with a luxury chocolate brand to raise funds= for his Aids charity on Valentine's Day (14Feb10). The Rocket Man and his husband David Furnish have joined forces with Go= diva to launch the limited edition True Love Gold ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:36:00 GMT";
arnews[4] += "
";
arnews[5]="Elton John joins 'Next Fall' B'way producing team - AZCentral.com
";
arnews[5] += "NEW YORK - Broadway's latest trend - celebrity producers. Elton John says he and his partner, David Furnish, have joined the producing team of \"Next Fall,\" the Broadway-bound play by Geoffrey Nauffts. \"After fulfilling experiences bringing new ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 19:29: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("