var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="News From Cook's Corner 02.09.10
";
arnews[0] += "News From Cook's Corner 02.09.10 Posted by Steve Cook on 02.09.2010 It's a special Tuesday edition of the Corner as we discuss an interesting episode of Raw, say goodbye to Big Poppa Pump, talk about the plans for WWE NXT, and appreciate my favorite news anchor! Hi, hello and welcome to a special Tuesday edition of News From Cook's Corner! Don't ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:35:29 GMT";
arnews[0] += "
";
arnews[1]="Officials say slippery roads a factor in fatal crashes on State 114 and State 15 near Appleton
";
arnews[1] += "A 60-year-old Sherwood man was killed in a Tuesday morning crash in Calumet County.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="PHOTOS, STORY: Slick roads blamed for Calumet fatal crash
";
arnews[2] += "A 60-year-old Sherwood man was killed in a Tuesday morning crash in Calumet County.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 17:00:00 GMT";
arnews[2] += "
";
arnews[3]="Snow to blame for two fatal car crashes, lots of travel woes on slick roads in Fox Valley
";
arnews[3] += "A 60-year-old Sherwood man was killed in a Tuesday morning crash in Calumet County.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="CNN Tops MSNBC In Weekday Prime Time For First Time In Six Months
";
arnews[4] += "CNN topped MSNBC during the weekday prime time in both total viewers and the A25-54 demographic during January .";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 01:42:18 GMT";
arnews[4] += "
";
arnews[5]="January '10 Ratings: HLN Loses Some Steam
";
arnews[5] += "In a January marked by political news and the earthquake in Haiti, HLN was unable to continue the overall growth it saw through the end of 2009.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 22:07:51 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("