var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Track: York girls win WMC, boys are second
";
arnews[0] += "The York High School girls indoor track team staged a come-from-behind victory and earned its first Western Maine Conference title.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:22:59 GMT";
arnews[0] += "
";
arnews[1]="Democrats call for jobs bill
";
arnews[1] += "Maine Democrats on Tuesday called on the U.S. Senate to pass a jobs bill and take additional measures to provide state fiscal relief.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:52:16 GMT";
arnews[1] += "
";
arnews[2]="LOST: We get to see 'What Kate Does' and it includes stealing a taxi
";
arnews[2] += "Evangeline Lilly and Fredric Lehne in LOST 6.01: \"LA X\" Season 6, Episode 3, \"What Kate Does,\" aired last night, Feb.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:12:21 GMT";
arnews[2] += "
";
arnews[3]="Three More Actors Join the Cast of 'V'
";
arnews[3] += "The Visitors aren't the only ones coming back on March 30. When ABC's V returns for the rest of its first season this spring, more characters will be introduced to spice up the fight between reptiles and humans, including U.K. actor Charles Mesure, Canadian actor Nicholas Lea and Canadian actress Lexa Doig.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:40:11 GMT";
arnews[3] += "
";
arnews[4]="Mitchell heads off to Olympics
";
arnews[4] += "Not only is Kevin Mitchell boning up on his boardercross and luge vernacular, but hea s also familiarizing himself with Skytrain, Vancouver bus routes and the workings of a laptop with Internet connection.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:06:09 GMT";
arnews[4] += "
";
arnews[5]="Lost Redux: Emilie De Ravin Dishes on "Feral Claire," and Insiders Reveal What's Next
";
arnews[5] += "Hooray for zombies! Lost 's bosses Damon Lindelof and Carlton Cuse have long joked that zombies would come into play eventually, and now Hurley is guessing that's what's up with our poor undead friend Sayid, who is now \"infected\"...along with...Jack's \" sister ?!\" What the what ?! So are Sayid and Claire fully evil now? Was she dead, too? I just ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:37: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("