var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Palin book renews attacks on both sides
";
arnews[0] += "Published: Saturday, November 21, 2009 at 4:01 a.m. Last Modified: Saturday, November 21, 2009 at 2:07 a.m. The publication of Sarah Palin's memoir, \"Going Rogue,\" has the former Republican vice presidential candidate and Alaska governor back under the pitiless glare of the media and the public.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:46:04 GMT";
arnews[0] += "
";
arnews[1]="Phil Rosenthal: Oprah Winfrey: Countdown to finale begins, and with an eye toward pushing ratings up
";
arnews[1] += "Back in 1996, when Phil Donahue taped the finale of his groundbreaking daytime TV talk show in New York, the once-dominant program had become such an afterthought that it didn't even air in that market.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:41:12 GMT";
arnews[1] += "
";
arnews[2]="Joe The Plumber Comes Out Against Palin Running In 2012
";
arnews[2] += "Forever a part of American electoral history, Joe Wurzelbacher--better known as \"Joe the Plumber\"--is hitting back at the media for its coverage of him over the past year, telling Editor & Publisher the reporting has been \"poorly done.\" In a wide-ranging interview with E&P, Wurzelbacher also shared his thoughts on Sarah Palin , Palin's references ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:16:18 GMT";
arnews[2] += "
";
arnews[3]="Attention, Mystery Science Theatre fans: Live version of cult classic comes to St. Charles
";
arnews[3] += "What's better than sitting around riffing on bad sci-fi movies in the comfort of your living room? Joining fellow \"Mystery Science Theatre 3000\" fans for a communal experience called \"Cinematic Titanic,\" a live version of the cult classic TV show.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:04:14 GMT";
arnews[3] += "
";
arnews[4]="Radio City Rockettes to perform Christmas spectacular at Van Andel Arena
";
arnews[4] += "When Radio City Rockette Nicole Schuman was growing up in Clinton Township as a student at Julianna's Academy of Dance, she aimed high.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:14:35 GMT";
arnews[4] += "
";
arnews[5]="10 Reasons You Should Buy This Stock Today
";
arnews[5] += "There are two things I've got to tell you up front. One, I'm not David Letterman, so I hope you're not expecting comedy in this list.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:56:03 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("