var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Forensics squad 1st at meet - Watertown Public Opinion
";
arnews[0] += "The Watertown forensics squad captured first place in a combined individual events and debate sweepstakes against Aberdeen and Brookings at the Golden Eagle Cup held in Aberdeen. \"It was a team effort that led to the first sweepstakes victory of the ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 16:54:00 GMT";
arnews[0] += "
";
arnews[1]="Has George Clooney finally found the one? - Examiner
";
arnews[1] += "Hollywood hunk, George Clooney is hardly the marrying type, or so it may seem. Clooney, who does just fine on his own, has been dating Italian beauty, TV presenter, Elisabetta Canalis. After his break up with cocktail waitress, Sarah Larson (the ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 17:56:00 GMT";
arnews[1] += "
";
totcount = 2;
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("