var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stephen Colbert slides into town - Weblogs.baltimoresun.com
";
arnews[0] += "LAKE PLACID, N.Y.//He may be sponsoring the U.S. Speedskating team, but Stephen Colbert wants to experience the rush of a bobsled run with the reigning world champion and the terror of a solo ride on a skeleton sled. And so he shall Sunday after ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:22:00 GMT";
arnews[0] += "
";
arnews[1]="Stephen Colbert - San Francisco Chronicle
";
arnews[1] += "As Stephen Colbert knows, if you're going to interview a member of Congress, you better ask hard-hitting questions. For his \"Better Know a District\" segment, he did just that, sitting down with Jackie... Is there candy inside Jackie Speier's neck";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 21:20:00 GMT";
arnews[1] += "
";
arnews[2]="Stephen Colbert Channels Elvis Costello - American Songwriter
";
arnews[2] += "Stephen Colbert has never been shy about horning in on his musical guests on the Colbert Report . The comedian, who’s dueted with John Legend, The Moutain Goats, Toby Keith, and Crosby, Stills and Nash, has already established that he can sing in ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:07:00 GMT";
arnews[2] += "
";
arnews[3]="Ben & Jerry's latest flavorite: Teter - Rutland Herald
";
arnews[3] += "It's a match made in maple heaven. According to Ben & Jerry's, Belmont native and champion snowboarder Hannah Teter fits the profile perfectly — she's blonde and in more ways than one, symbolizes maple syrup through her Hannah's Gold charity and ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:46:00 GMT";
arnews[3] += "
";
arnews[4]=""Stuff You Should Know" Challenges Stephen Colbert To Kiva Fundraiser - Huffingtonpost.com
";
arnews[4] += "Last year, Stephen Colbert started a Kiva team to raise money for small businesses in the developing world. Since then, he's racked up just under $10,000 in loans. Now, Josh and Chuck of the popular \"... Last year, Stephen Colbert started a Kiva team ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 01:02:00 GMT";
arnews[4] += "
";
arnews[5]="Jackie Speier Skateboards with Stephen Colbert - NBC Bay Area
";
arnews[5] += "Stephen Colbert, the late night comedian known for his schtick impersonating a rabid Republican, invited congresswoman Jackie Speier to sit down and chat for his \"Better Know A District\" sketch . Speier, who represents California's 12th District ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 22:46:00 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("