var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 10, 1775, the U.S. Marines were organized under authority of the Continental Congress
";
arnews[0] += "Today is Tuesday, Nov. 10, the 314th day of 2009. There are 51 days left in the year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:50:45 GMT";
arnews[0] += "
";
arnews[1]="Lego team's bus project earns them top honors
";
arnews[1] += "Fifth and sixth grade students from Thermal took first place in a regional tournament for their research into more efficient bus routes.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Spoilers Anonymous: Desperate Housewives, NCIS, Smallville, and more
";
arnews[2] += "Posted Nov 20th 2009 9:00PM by Isabelle Carreau Filed under: Spoilers Anonymous , Reality-Free This is Spoilers Anonymous , a weekly column here at TV Squad where we supply you with the dirt on some of the more popular shows on the air.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:00:00 GMT";
arnews[2] += "
";
arnews[3]="CW Scooplets
";
arnews[3] += "Here are some tidbits about your favorite CW shows: Gossip Girl Dan and Vanessa will become an item.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:16:40 GMT";
arnews[3] += "
";
arnews[4]="Time for the kettles to come out
";
arnews[4] += "Elliot Ferguson photo/Sentinel-ReviewVanessa Scotney-Page of the Salvation Army in Woodstock readies a kettle for Friday's kick-off to the annual fundraising campaign.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:54:50 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("