var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stensland Stands by Her Man
";
arnews[0] += "Former Fox 29 anchor Dawn Stensland gave a tell-all interview to the Daily News this week, revealing her knowledge of an affair between her husband Larry Mendte and Alycia Lane, both former anchors of CBS3, and saying that she is more in love with her husband of nine years than ever.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 19:29:13 GMT";
arnews[0] += "
";
arnews[1]="Dawn Stensland speaks from the center of the bull's-eye
";
arnews[1] += "IT'S A LITTLE surprising to hear former Fox 29 anchor Dawn Stensland describe herself as feeling \"empowered\" these days.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 16:42:04 GMT";
arnews[1] += "
";
arnews[2]="Dawn Stensland speaks from the center of the bull's-eye
";
arnews[2] += "IT'S A LITTLE surprising to hear former Fox 29 anchor Dawn Stensland describe herself as feeling \"empowered\" these days.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 11:04:35 GMT";
arnews[2] += "
";
arnews[3]="Study Reveals Football Dangers
";
arnews[3] += "Football is one of the country's favorite sports, but it's also one of the most dangerous.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 21:43:54 GMT";
arnews[3] += "
";
arnews[4]="Mike Tyson arrested after apparent scuffle
";
arnews[4] += "Nov. 13: Boxing champ Mike Tyson is arrested in Los Angeles after an apparent scuffle with a paparazzo.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 16:18:12 GMT";
arnews[4] += "
";
arnews[5]="Mendte snagged by copyright law?
";
arnews[5] += "Larry Mendte is apparently pushing a show Coming Clean to TV news execs, wherein news stories beneath headlines would be analyzed, with a removal of bias and spin.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 20:09:04 GMT";
arnews[5] += "
";
arnews[6]="Ansel Adams' negatives found at garage sale?
";
arnews[6] += "Oct. 29: Collector Rick Norsigian and a team of experts are attempting to confirm that glass negatives found at a Fresno, Calif., garage sale are the works of Ansel Adams.";
arnews[6] += "
Publ.Date : Fri, 30 Oct 2009 02:23:55 GMT";
arnews[6] += "
";
arnews[7]="No job? Less money? Can't afford to divorce
";
arnews[7] += "Financial woes often drive couples apart but the current recession seems to be having the opposite effect, with fewer couples able to afford the cost of a divorce.";
arnews[7] += "
Publ.Date : Thu, 29 Oct 2009 19:52:18 GMT";
arnews[7] += "
";
arnews[8]="Bay Bridge closure snarls traffic for 2nd day
";
arnews[8] += "Oct. 29: The San Francisco Bay Bridge remains closed indefinitely as repair crews continue to work on this major traffic artery, after a 5,000 pound piece of the structure broke away earlier this week.";
arnews[8] += "
Publ.Date : Thu, 29 Oct 2009 15:48:49 GMT";
arnews[8] += "
";
totcount = 9;
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("