var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jones to Participate in Night of 1,000 Luisas at Snapple Theater Center
";
arnews[0] += "Fantasticks creator Tom Jones will make a special appearance at Night of 1,000 Luisas , a benefit concert to be held at the Snapple Theater Center's Jerry Orbach Theater Nov.";
arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 16:45:46 GMT";
arnews[0] += "
";
arnews[1]="School Events
";
arnews[1] += "In addition to the main performance, a short curtain riser written by Reavis Senior Jon Hewelt , entitled \"The Tale of Abigail Munn,\" will be performed.";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 14:40:46 GMT";
arnews[1] += "
";
arnews[2]="Holidays on Earth Today: October 7, 2009
";
arnews[2] += "Easter and Christmas however there are other popular ones such as Independence Day, New Year Day, and Valentines and so on.";
arnews[2] += "
Publ.Date : Wed, 14 Oct 2009 10:36:00 GMT";
arnews[2] += "
";
arnews[3]="Fantasticks 50th Anniversary Celebration Continues with Night of a 1,000 Luisas
";
arnews[3] += "Long-running off-Broadway hit The Fantasticks will present the benefit concert Night of 1,000 Luisas , a night of song featuring a bevy of performers who've played the role of show ingenue Luisa on November 4. The event, which will take place at The Fantastick 's Jerry Orbach Theater, will feature Luisas from every decade since the show's original ...";
arnews[3] += "
Publ.Date : Wed, 30 Sep 2009 01:38:27 GMT";
arnews[3] += "
";
arnews[4]="Mounties deal with tough departures
";
arnews[4] += "When the Mount Allison Mounties kick off the Atlantic University Sport football conference season, what will be most noticeable is not who is on the field, but who isn't. The Mounties, who begin the regular season tomorrow on the road against the Acadia Axemen at 2 p.m. in Wolfville, N.S., have suffered two key late-summer departures.";
arnews[4] += "
Publ.Date : Fri, 11 Sep 2009 11:37:12 GMT";
arnews[4] += "
";
arnews[5]="Mount A Football Mounties lose star quarterback
";
arnews[5] += "Kelly Hughes, shown above running the ball during the 2008 season, will not be returning to the Mount Allison Football Mounties this season.";
arnews[5] += "
Publ.Date : Thu, 10 Sep 2009 07:36: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("