var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On file: Nov. 13-20, 2009
";
arnews[0] += "The following people applied for marriage licenses in Kanawha County between Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:01:17 GMT";
arnews[0] += "
";
arnews[1]="As American River fans pour in, booze is poured out
";
arnews[1] += "These American River rafters brought their own life vests, but others took advantage of free life jackets from the Sacramento Metropolitan Fire District on Saturday.";
arnews[1] += "
Publ.Date : Sun, 05 Jul 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Oprah Winfrey: 'I love this show ... I love it enough to know when it is time to say goodbye'
";
arnews[2] += "Oprah Winfrey has a very emotional announcement for viewers today. You can see it at 4 p.m. today on WFTV-Channel 9. But CNN this morning previewed what Winfrey told her studio audience in Chicago.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:46:16 GMT";
arnews[2] += "
";
arnews[3]="Duncan: We Can't Fight "Politically-Correct" War on Terrorism
";
arnews[3] += "The act of terrorism at Fort Hood reminds us all that regardless of what the Obama/Pelosi Team or the elite media call it we are at war with Islamic fascism.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:03:42 GMT";
arnews[3] += "
";
arnews[4]="Who will light Vancouver's flame?
";
arnews[4] += "Organizers search for their 'Muhammad Ali' moment LINDA NGUYEN Canwest News Service It is an unforgettable moment.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 14:32:55 GMT";
arnews[4] += "
";
arnews[5]="Marty Kaplan: Bra helps fight breast cancer
";
arnews[5] += "Now that CNN has put Lou Dobbs out to pasture, you'd think that The Most Trusted Name in News would make the reporting of facts - you know, the practice formerly known as journalism - the hallmark of its brand.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 03:04:35 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("