var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Elton John, Billy Joel tour cancels one concert, reschedules others ... - Ticket News
";
arnews[0] += "Medical issues continue to shake up plans for Elton John and Billy Joel , who today announced more drastic changes to their Face 2 Face Tour itinerary. Earlier this month, the co-headliners postponed five concerts . A majority of those changes came ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:32:00 GMT";
arnews[0] += "
";
arnews[1]="Elton John, Billy Joel Sprint Center show rescheduled - KTKA
";
arnews[1] += "The Elton John & Billy Joel Face 2 Face concert scheduled for December 1 at Sprint Center has been rescheduled ... If necessary, refunds are available at point of purchase. Both Elton and Billy look forward to bringing the Face 2 Face Tour to Kansas ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:00:00 GMT";
arnews[1] += "
";
arnews[2]="Elton John, Billy Joel concert rescheduled - Tulsa World
";
arnews[2] += "The Billy Joel & Elton John \"Face 2 Face\" tour stop for Nov. 25 at the Ford Center in Oklahoma City has been rescheduled, the venue confirmed in an e-mail to the Tulsa World. The new date will be 7:30 p.m. Feb. 25 at the Ford Center in Oklahoma City ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:19:00 GMT";
arnews[2] += "
";
arnews[3]="Elton John, Billy Joel Cancel NLR Show - KATV
";
arnews[3] += "Little Rock - The Elton John and Billy Joel concert that was set for Nov. 28 at Verizon Arena in North Little Rock has been canceled. The show's promoter said Friday that the performance was called off because Billy Joel is ill. Schedule conflicts ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:56:00 GMT";
arnews[3] += "
";
arnews[4]="Elton John, Billy Joel Concert Cancelled - Today's THV
";
arnews[4] += "Promoter Live Nation and Verizon Arena were informed today that Billy Joel is currently unable to tour due to medical reasons, and scheduling conflicts will preclude the concert from being rescheduled. Refunds are available at point of purchase";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:40:00 GMT";
arnews[4] += "
";
arnews[5]="Elton John-Billy Joel concert canceled - Arkansas Online
";
arnews[5] += "The Elton John & Billy Joel Face 2 Face concert scheduled for Nov. 28 at Verizon Arena won't take place as planned. Promoter Live Nation and Verizon Arena were informed Friday that Billy Joel is unable to tour because of medical reasons. John had ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:45: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("