var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Derek: Elton John – Someone Saved My Life Tonight
";
arnews[0] += "Elton John – Someone Saved My Life Tonight -";
arnews[0] += "
";
arnews[1]="Garret Cleversley: Buffalo, NY--The Billy Joel & Elton John Face 2 Face concert scheduled for 12/4 at HSBC Arena has been rescheduled for Tue, 3/9, 2010 @ 7:30
";
arnews[1] += "Buffalo, NY--The Billy Joel & Elton John Face 2 Face concert scheduled for 12/4 at HSBC Arena has been rescheduled for Tue, 3/9, 2010 @ 7:30";
arnews[1] += "
";
arnews[2]="Garret Cleversley: Garret Buffalo, NY -- The Billy Joel & Elton John Face 2 Face concert scheduled for December 4 at HSBC Arena has been rescheduled for Tuesday, March 9, 2010 at 7:30pm.
";
arnews[2] += "Buffalo, NY -- The Billy Joel & Elton John Face 2 Face concert scheduled for December 4 at HSBC Arena has been rescheduled for Tuesday, March 9, 2010 at 7:30pm.";
arnews[2] += "
";
arnews[3]="Garret Cleversley: Garret Buffalo, NY--The Billy Joel & Elton John Face 2 Face concert scheduled for 12/4 at HSBC Arena has been rescheduled for Tue, 3/9, 2010 @ 7:30.
";
arnews[3] += "Buffalo, NY--The Billy Joel & Elton John Face 2 Face concert scheduled for 12/4 at HSBC Arena has been rescheduled for Tue, 3/9, 2010 @ 7:30.";
arnews[3] += "
";
arnews[4]="Hotel 1000 Seattle: RT @SeattleMet: Billy Joel/Elton John concert at KeyArena rescheduled for Wednesday, February 3 and Saturday, February 6, 2010
";
arnews[4] += "RT @";
arnews[4] += "
";
totcount = 5;
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("