var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Is Aerosmith auditioning a singer?
";
arnews[0] += "Designer Cibeline Sariano makes some adjustments to model Tanja Lederer's outfit during \"Fashionably Late'' at the Liberty Hotel.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:27:14 GMT";
arnews[0] += "
";
arnews[1]="Organist marks 50th year at Trinity
";
arnews[1] += "Donna Edwards doesn't like to take time off from her job as organist at Trinity Lutheran Congregation in Minneapolis.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:34:30 GMT";
arnews[1] += "
";
arnews[2]="Good Life - Onerepublic
";
arnews[2] += "Check out OneRepublic in this amazing stripped performance. Watch as they perform songs like \"Apologize\", \"Stop and Stare\", and the awesome cover of Jeff Buckley's \"Last Goodbye\" right here.... OneRepublic - Play All Biography Featuring the anthemic songwriting of Ryan Tedder, OneRepublic rose to prominence in 2007, when \"Apologize\" began its reign ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:31:38 GMT";
arnews[2] += "
";
arnews[3]="Cruise company moves into old Dial building in Scottsdale
";
arnews[3] += "A travel company is moving its headquarters and 800 employees from Phoenix to the former Dial building in the Scottsdale Airpark by year's end.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:34:54 GMT";
arnews[3] += "
";
arnews[4]="Cajuns reel in two Floridians
";
arnews[4] += "One of the reasons UL men's basketball coach Robert Lee hired assistant Nate Dixon last spring was because of his recruiting ability.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:40:17 GMT";
arnews[4] += "
";
arnews[5]="What our critics are listening to
";
arnews[5] += "VARIOUS ARTISTS: THE VILLAGE: A CELEBRATION OF THE MUSIC OF GREENWICH VILLAGE . Marquee names Los Lobos and Bruce Hornsby are joined by a few little-knowns in this loyal tribute to a lost era.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00: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("