var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sarah Palin on Oprah: Dishes on Katie Couric, Levi Johnston and More - Gather.com
";
arnews[0] += "Sarah Palin has been making the rounds to promote her new book, Going Rogue, and is on Oprah today dishing big time! Some clips have already been leaked including her take on the infamous Katie Couric interview. In the book, Going Rogue, Palin calls ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 17:19:00 GMT";
arnews[0] += "
";
arnews[1]="McCain Breaks Silence On Palin's Book - Ozarks First.com
";
arnews[1] += "Palin slammed two McCain aides in her memoir, campaign manager Steve Schmidt and senior adviser Nicolle Wallace. She blamed them for her poor performance in media interviews, including a devastating sit-down with Katie Couric on CBS. About Palin's ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:18:00 GMT";
arnews[1] += "
";
arnews[2]="Palin confirms tension with McCain aides - Danbury News-Times
";
arnews[2] += "NEW YORK (AP) — The rumors are true, according to Sarah Palin . The McCain-Palin campaign was not a happy family. In Palin's \"Going Rogue,\" Palin confirms reports of tension between her aides and those of the 2008 Republican presidential candidate ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 19:35:00 GMT";
arnews[2] += "
";
arnews[3]="Sarah Palin on Oprah: She Was 'Unprofessional' In Couric Interview ... - Politics Daily
";
arnews[3] += "In a highly anticipated interview Monday, Sarah Palin discussed her upcoming memoir with Oprah Winfrey. Winfrey's questions stuck closely to anecdotes from the book, and the conversation covered Palin's revelations about tensions within the McCain ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 02:23:00 GMT";
arnews[3] += "
";
arnews[4]="Palin kicks off new campaign today - Raleigh News & Observer
";
arnews[4] += "WASHINGTON -- By now, nearly everyone with a television has seen the teases for former Alaska Gov. Sarah Palin's appearance today on Oprah Winfrey's show. And thanks to a sloppy stock clerk at an undisclosed bookstore, there have been plenty of leaks ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 10:17:00 GMT";
arnews[4] += "
";
arnews[5]="Katie Couric - Hartford Courant
";
arnews[5] += "Katherine Anne \"Katie\" Couric is the anchor and managing editor of the CBS Evening News. In 2006, she made a highly publicized move from NBC¿s Today Show to CBS, making her the first woman to solo-anchor of the weekday evening news on one of the ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 19:14:00 GMT";
arnews[5] += "
";
arnews[6]="Katie Couric's Notebook: Mammograms - CBS News
";
arnews[6] += "To screen or not to screen...that is the question. This week a government task force caused a major stir in the medical world by advising against routine mammograms for women under fifty who are not high risk. The reasons make sense. Roughly ninety ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[6] += "
";
totcount = 7;
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("