var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Man sues for dog screensaver face prank
";
arnews[0] += "A Fort Worth Water Department employee has filed a formal grievance against the city after an office prank he calls malicious.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:56:24 GMT";
arnews[0] += "
";
arnews[1]="Nets near league mark with 13th straight defeat
";
arnews[1] += "EAST RUTHERFORD, N.J., Al Harrington and Danilo Gallinari each scored 17 points, and the New York Knicks beat the winless New Jersey Nets 98-91 on Saturday.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:31:27 GMT";
arnews[1] += "
";
arnews[2]="Mixing it Up 1 Kids who help kids are honored 5 4 3 2 6
";
arnews[2] += "So often help for children comes from adults, and with good reason. But the efforts of children who help other children were recognized for their innocence, strength and poignancy Nov.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 09:29:30 GMT";
arnews[2] += "
";
arnews[3]="Saturday's OHL Roundup
";
arnews[3] += "The Barrie Colts are making their case for the Ontario Hockey League's Central Division lead.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 09:28:01 GMT";
arnews[3] += "
";
arnews[4]="AT&T Fires Back at Verizon with Ad
";
arnews[4] += "AT&T is responding to Verizon's 3G map commercials with its own \"X and V\" commercial.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:47:57 GMT";
arnews[4] += "
";
arnews[5]="NBA Roundup: Knicks drop reeling Nets
";
arnews[5] += "No matter how bleak things look for the New York Knicks, they can take comfort knowing worse basketball is being played 10 miles away.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:09:05 GMT";
arnews[5] += "
";
arnews[6]="GrandCentral Web site to jump the tracks
";
arnews[6] += "Google is derailing the GrandCentral Web site in order to get fully onboard its Google Voice train.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 04:17:52 GMT";
arnews[6] += "
";
arnews[7]="Kind of sad
";
arnews[7] += "I never thought that Luke Wilson would win an Oscar, but it's kind of sad to see him dong those ads for AT&T . And I say that as a dedicated user.";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 03:36:47 GMT";
arnews[7] += "
";
totcount = 8;
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("