var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Over-the-road driver
";
arnews[0] += "Charlie and Alan hire Berta's disturbed sister as a caterer after Evelyn guilts them into throwing a party for her.";
arnews[0] += "
Publ.Date : Sat, 26 Sep 2009 03:03:57 GMT";
arnews[0] += "
";
arnews[1]="Free Christmas card workshop
";
arnews[1] += "Charlie and Alan hire Berta's disturbed sister as a caterer after Evelyn guilts them into throwing a party for her.";
arnews[1] += "
Publ.Date : Sat, 26 Sep 2009 03:03:40 GMT";
arnews[1] += "
";
arnews[2]="Yahoo director to step down at end of year
";
arnews[2] += "Charlie and Alan hire Berta's disturbed sister as a caterer after Evelyn guilts them into throwing a party for her.";
arnews[2] += "
Publ.Date : Sat, 26 Sep 2009 03:03:34 GMT";
arnews[2] += "
";
arnews[3]="Government Prepares to Roll Out Cash for Clunkers, the Appliance Version
";
arnews[3] += "When Charlie learns that Alan has been dating Judith and hoping to get back together, he does everything he can think of to keep them apart.";
arnews[3] += "
Publ.Date : Mon, 21 Sep 2009 04:20:59 GMT";
arnews[3] += "
";
arnews[4]="City wants your input on neighborhood parks
";
arnews[4] += "When Charlie learns that Alan has been dating Judith and hoping to get back together, he does everything he can think of to keep them apart.";
arnews[4] += "
Publ.Date : Mon, 21 Sep 2009 04:20:44 GMT";
arnews[4] += "
";
arnews[5]="Church offers online worship
";
arnews[5] += "When Charlie learns that Alan has been dating Judith and hoping to get back together, he does everything he can think of to keep them apart.";
arnews[5] += "
Publ.Date : Mon, 21 Sep 2009 04:20:22 GMT";
arnews[5] += "
";
arnews[6]="Print Version
";
arnews[6] += "Your Favourite Shows Return on CTV and /A\ - Recaps, Cliff Hangers and Sneak Peeks! Anticipating the return of your favourite shows? CTV and /A\'s tried and true line-up of Canada's most-watched programs are back for the official launch of the fall television season.";
arnews[6] += "
Publ.Date : Sun, 20 Sep 2009 05:11:57 GMT";
arnews[6] += "
";
arnews[7]="Veteran crew named for final space shuttle flight
";
arnews[7] += "Alan is shocked to learn that Jake's pediatrician is sleeping with Judith; while Evelyn confronts Charlie about his hatred for her and is joined by Berta and Rose who demand to know as well.";
arnews[7] += "
Publ.Date : Sat, 19 Sep 2009 03:39:00 GMT";
arnews[7] += "
";
arnews[8]="Weiland suffers seizure onboard plane
";
arnews[8] += "Alan is shocked to learn that Jake's pediatrician is sleeping with Judith; while Evelyn confronts Charlie about his hatred for her and is joined by Berta and Rose who demand to know as well.";
arnews[8] += "
Publ.Date : Sat, 19 Sep 2009 03:37:59 GMT";
arnews[8] += "
";
totcount = 9;
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("