var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More
";
arnews[0] += "There's new information on an explosion aboard a tug boat that killed two people.";
arnews[0] += "
Publ.Date : Sun, 01 Nov 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Indie Theater Roundup: 7 Movies to See This Week
";
arnews[1] += "Joseph Gordon-Levitt and Zooey Deschanel play a star-crossed couple in Mark Webb's ' Days of Summer.' Courtesy Fox Searchlight Pictures For those seeking alternatives to this weekend's surefire blockbuster a ' the teenage romance New Moon a ' there are plenty of worthy options now playing at the Bay Area's indie theaters.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:38:56 GMT";
arnews[1] += "
";
arnews[2]="Community calendar: Haverhill High performers stage 'The Mousetrap'
";
arnews[2] += "Deadline reminder: To list an event happening in Greater Haverhill, submit no later than 10 days before The Haverhill Gazette's Thursday publication date.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="A story of more woe
";
arnews[3] += "Nevada Repertory Company presents Romeo and Juliet at the Redfield Studio Theater, University of Nevada, Reno, at 7:30 p.m. on Nov.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 16:14:01 GMT";
arnews[3] += "
";
arnews[4]="Shinedown, Others Set For Vh1 Cruise
";
arnews[4] += "Shinedown are among the artists who will join hosts 3 Doors Down on the VH1 Best Cruise Ever, which will set sail on April 15th, 2010 from Tampa, Florida and head for Grand Cayman before returning home on April 19th.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:37:33 GMT";
arnews[4] += "
";
arnews[5]="9. Guilty Treasures
";
arnews[5] += "CITY WEEKLY FREE MOVIE NIGHT City Weekly & Brewvies present: Drop Dead Fred @ Brewvies, 677 S. 200 West, Wednesday Nov.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 02:55:41 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("