var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The After Show After Blog: Episode 8
";
arnews[0] += "Let's just pretend you two were just wearing nice outfits this week, shall we? Oh fuck it, never mind, I can't. Dan , seriously, I get that it made your arms and chest look buff, but that shirt was otherwise disgusting.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Wyalusing Resident Celebrates 91 Years
";
arnews[1] += "Park Place residents Olive Holcomb, center, and Frenchie Whitmiller, left, along with Laceyville resident Marie 'Mimi' Wygrala, all celebrated birthdays this week.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:37:52 GMT";
arnews[1] += "
";
arnews[2]="todaya s KisP fun facts
";
arnews[2] += "Liviu Librescu August 18, 1930 to April 16, 2007 ~ SSG Chris \"Ski\" Rudzinski ~ August 29, 1981-October 16, 2009 Ezra Levant TomR, armed in Texas said: Charles K is today's William Buckley.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 01:52:41 GMT";
arnews[2] += "
";
arnews[3]="57 percent of 1,502 Americans polled by the AP are Lympians
";
arnews[3] += "They think the rich somebody else should pay for it.... SondraK, Lympian Slayer 11/17 at 02:04 PM Extra Credit Pass it on... Charles K is today's William Buckley.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:52:11 GMT";
arnews[3] += "
";
arnews[4]="Live like the Kardashians, minus the constant cameras
";
arnews[4] += "Photo courtesy of E! Wanna dress like a Kardashian? The Kardashian sisters are everywhere these days.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 20:20:07 GMT";
arnews[4] += "
";
arnews[5]="Mr. Mickey's Two New TV Crushes: Joe Jonas and Rob Kardashian
";
arnews[5] += "Over the weekend Mr. Mickey had a lot of flop time and watched some bad TV. The result is a small loss of brain cells and two new crushes! Okay, Joe Jonas is barely legal, but he is soooooo cute.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 18:45:39 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("