var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DIARY: Star Turn
";
arnews[0] += "Left: Outside the MoCA gala. MOVIE STARS MAY GET DAYS OFF but artists are always on the job.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:30:00 GMT";
arnews[0] += "
";
arnews[1]="Holidays on Earth Today: November 18, 2009
";
arnews[1] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 12:32:07 GMT";
arnews[1] += "
";
arnews[2]="ONSTAGE & BACKSTAGE: Bella Pelosi, Plus a Harlem Home
";
arnews[2] += "A week in the life of actor, musician, music director and talk show host Seth Rudetsky.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 02:39:48 GMT";
arnews[2] += "
";
arnews[3]="'Sweet Charity' Fills the Jewel Box With Song and Dance
";
arnews[3] += "Jewel Box Theatre Oscar and Charity find themselves stranded on a Ferris wheel at Coney Island.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Friday's local college roundup: ODU deals Hofstra first CAA women's soccer loss
";
arnews[4] += "In women's soccer Friday, Old Dominion handed Hofstra its first Colonial Athletic Association loss, winning 2-1 on New York's Long Island thanks to goals by Meghan Cozens and Ashlee Coutu.";
arnews[4] += "
Publ.Date : Sat, 10 Oct 2009 07:08:17 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("