var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Curtains: The Phantom of the Opera Tour at Gammage - Phoenix New Times
";
arnews[0] += "No need to pay too much attention to the mist, the boat, or the candles: She'll sing about them in a few minutes. Is the Phantom of the Opera a ghost with supernatural powers, or is he just your typical freaky, deformed cellar-dweller who skulks ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:21:00 GMT";
arnews[0] += "
";
arnews[1]="CISAC Backs Action Against YouTube - Billboard Business News
";
arnews[1] += "soprano Sarah Brightman and Frank Peterson, and German producers Jon Caffery (Die Toten Hosen) and Toni Cottura (Backstreet Boys, Twenty Four Seven, Scatman). A Hamburg-based Google spokesman previously said the claims were \"unfounded.\"";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 17:19:00 GMT";
arnews[1] += "
";
arnews[2]="Singer has even higher hopes - Desert Sun
";
arnews[2] += "At 15, Chloë Agnew left her home in Dublin, Ireland, to become the youngest member of Celtic Woman. “It was very hard leaving home at such a young age,” Agnew said from Lubbock, Texas, on one of the last stops of the group's “Isle of Hope ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 09:30:00 GMT";
arnews[2] += "
";
arnews[3]="Strange Comfort of Nostalgia - Khaleej Times
";
arnews[3] += "It strikes you while listening to Sarah Brightman swaying the dancing fountains to her
powerful vocals. The expectancy leaves you breathless. And oddly comforted. While nostalgia may torment in its sweetness it is buffered by the home like warmth ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 19:35:00 GMT";
arnews[3] += "
";
arnews[4]="'I'm just enjoying life as much as I can' - Post-Tribune
";
arnews[4] += "Daniel Lang, 24, lives in Lowell with his mother, Jane Lang. He works at Jewel-Osco in Crown Point. -- Bernie Taupin and Elton John D aniel Lang loves to sing. His friends call him D. Lang, and he has lots of friends. He also has an incredible memory ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:59: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("