var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tickets to see Il Divo on 12/18! - EDGE Boston
";
arnews[0] += "Celebrate Christmas with Il Divo and their special guests Emmy & Tony award-winning soprano Kristin Chenoweth and international star violinist Anne Akiko Meyers as they perform all your favorite seasonal songs to celebrate Christmas. Accompanied by ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 10:15:00 GMT";
arnews[0] += "
";
arnews[1]="Five Singers Called Celtic Thunder Storm Into the Area - The Ledger
";
arnews[1] += "TICKETS:$31.50 to $58.50, via Ticketmaster. CONTACT: www.orlando venues.net They're not alone. Others like them are crowding theaters to hear the music, joining clubs to learn about the heritage and wearing green any chance they get. \"I think a lot ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:40:00 GMT";
arnews[1] += "
";
arnews[2]="Classical crossover Christmas - Daily Telegraph
";
arnews[2] += "Succulent pink gammon with winter-fruit chutney; free-range, bronze feathered turkey; and piping hot, all-butter mince pies… Such are the rich food items with which Waitrose tempts television viewers in its Christmas adverts. But what sort of music ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 17:53:00 GMT";
arnews[2] += "
";
arnews[3]="Simon Cowell's little-known sister on his wealth, childhood and why ... - Daily Mail
";
arnews[3] += "No one apart from friends and family would pick her out from among the shoppers on the island of Majorca. Smart, but not overdressed, the slender brunette in heels could be one of the locals who keep the ancient city of Palma ticking over once the ...";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Capsule movie reviews: "The Blind Side" - El Paso Times
";
arnews[4] += "\"The Blind Side\" (PG-13) \"The Blind Side\" dutifully chronicles the transformation of Michael Oher (played by newcomer Quinton Aaron with the proper less-is-more approach) from blank slate to a fully formed young man, emphasizing Leigh Ann (Sandra ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:25:00 GMT";
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("