var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chicago Reader
";
arnews[0] += "Sun., Nov. 22, 7:30 p.m. Tickets: $15-$40, Boxes available, Children 7 & under free For tickets/information: 312-939-2207 x31 or www.cyso.org Works by Stravinsky, Adams, Shostakovich, Liszt Elmhurst Symphony Orchestra - A Celebration of Youth Sun., Nov.";
arnews[0] += "
Publ.Date : Sun, 01 Nov 2009 21:55:53 GMT";
arnews[0] += "
";
arnews[1]="Elvis lives on
";
arnews[1] += "THE Mayfair nightclub Mahiki is used to playing host to princes. Our own William and Harry are regulars and this week the club added another blue-blooded notch to its guest list when three generations of a new royal family descended on it.";
arnews[1] += "
Publ.Date : Fri, 16 Oct 2009 08:40:42 GMT";
arnews[1] += "
";
arnews[2]="Windammer riders tear up Sugarloaf
";
arnews[2] += "KINGFIELD : It was a chilly morning to start a mountain bike race at Sugarloaf USA Saturday as racers from five schools had to face temperatures in the 40s and a 20 mph northwest wind.";
arnews[2] += "
Publ.Date : Tue, 13 Oct 2009 04:36:21 GMT";
arnews[2] += "
";
arnews[3]="Elvis Presley's grandson gets record deal
";
arnews[3] += "Elvis Presley's teenage grandson has landed a five-album record deal worth $5 million .";
arnews[3] += "
Publ.Date : Thu, 08 Oct 2009 08:21:14 GMT";
arnews[3] += "
";
arnews[4]="Presley lands big record deal
";
arnews[4] += "He said: \"The music will be nothing like Elvis, nothing like him at all.\" His spokesperson added: \"He's a typical teenager.";
arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 19:58:00 GMT";
arnews[4] += "
";
arnews[5]="Elvis Presley's teenage grandson lands record deal
";
arnews[5] += "He said: \"The music will be nothing like Elvis, nothing like him at all.\" His spokesperson added: \"He's a typical teenager.";
arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 15:53:58 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("