var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More thoughts on in-Tweet advertising
";
arnews[0] += "I believe that people who produce content should be able to make a living for producing that content.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:45:10 GMT";
arnews[0] += "
";
arnews[1]="Pomperaug edged by Greenwich in Class L field hockey final
";
arnews[1] += "The CIAC field hockey tournament was so competitive in the Class L bracket this year that of the six previous state playoff games involving finalists Greenwich and Pomperaug, not a single one was decided by more than one goal.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:57:37 GMT";
arnews[1] += "
";
arnews[2]="Elementary Hoops Round 6
";
arnews[2] += "The action was fast and furious this past Thursday night as Cocke County's elementary school basketball teams battled in Round 6 of their schedule.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:00:11 GMT";
arnews[2] += "
";
arnews[3]="You don't know tech: The InfoWorld news quiz
";
arnews[3] += "Article:You don't know tech: The InfoWorld news Article:You don't know tech: The InfoWorld news 08:58 PST -- Vapor was in the air this week as rumors swirled around two products that exist only as pixels, not ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:32:16 GMT";
arnews[3] += "
";
arnews[4]="College Notes: Reed, Millard earn Academic football honors
";
arnews[4] += "David Reed and James Millard have a few things in common. Both are receivers with the Middlebury football team, both are majoring in economics and both have been named to the ESPN the Magazine CoSida All-District 1 Academic College Division football team.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:30:21 GMT";
arnews[4] += "
";
arnews[5]="Elementary Hoops Round 5
";
arnews[5] += "There's nothing more exciting than elementary school basketball in Cocke County, and this past Monday, November 16, was no exception.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:16:05 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("