var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Twilight' series a hit with teen set
";
arnews[0] += "Fans of the soldout midnight showing in McMinnville of the new a oeTwilighta series movie, a oeNew Moon,a show their spirit on a car windshield.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:56:01 GMT";
arnews[0] += "
";
arnews[1]="Lackawanna County Court Notes
";
arnews[1] += "Font size: [A] [A] [A] LACKAWANNA COUNTY COURT NOTES Marriage Licenses - Raymond Daniel Chippa and Christine Hendricks, both of Scranton.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:57:02 GMT";
arnews[1] += "
";
arnews[2]="IFC joins stream team
";
arnews[2] += "IFC Entertainment and Netflix have struck a streaming partnership that gives the online movie rental service U.S. rights to 53 indie films.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sacred Heart Prep has shot at three-peat
";
arnews[3] += "The Sacred Heart Prep girls' water polo team had everything going for it in the Central Coast Section Division II semifinals against Mitty.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:02:55 GMT";
arnews[3] += "
";
arnews[4]="Good choices behind wheel
";
arnews[4] += "Carmel High School senior Liz Schwartz doesn't put her car in gear until all of her passengers buckle up.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:03:06 GMT";
arnews[4] += "
";
arnews[5]="All-too-familiar feeling for Mira Costa volleyball
";
arnews[5] += "Mira Costa s Ella Rosenfeld tries to compose herself after Los Alamitos ousted the Mustangs, 27-25, 25-18, 22-25, 25-23. For the second time this season, the Mira Costa girls volleyball players watched in utter amazement as Los Alamitos rushed the Mustangs' court in a jubilant celebration.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 14:31:44 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("