var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bus driver allegedly showed animated sex videos to children - News-Democrat
";
arnews[0] += "LAKE VILLA, Ill. -- Lake County authorities say they arrested a 33-year-old school bus driver after she allegedly showed elementary school children sexually orientated animated video clips. Lake County Sheriff's Sergeant Christopher Thompson says ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:36:00 GMT";
arnews[0] += "
";
arnews[1]="Illinois bus driver arrested - Sauk Valley Daily Gazette
";
arnews[1] += "LAKE VILLA (AP) – Lake County authorities say they arrested a 33-year-old school bus driver after she allegedly showed elementary school children sexually orientated animated video clips. Lake County Sheriff’s Sergeant Christopher Thompson says ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:12:00 GMT";
arnews[1] += "
";
arnews[2]="Bus driver allegedly showed animated sex clips to children - Batavia Sun
";
arnews[2] += "A 33-year-old Lake Villa woman was arrested after she allegedly showed elementary school children sexually-orientated video clips as they exited the bus. Lake County sheriff's deputies arrested April Jackson of 21930 W. 7th St, unincorporated Lake ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 GMT";
arnews[2] += "
";
arnews[3]="School bus driver accused of showing kids porn - Chicago Breaking News - Tribune
";
arnews[3] += "A Lake Villa School District 41 bus driver, who is accused of showing sexually oriented video clips on her cell phone to children ages 7 to 11, has been charged with disorderly conduct, officials announced today. April Jackson, 33, of the 21900 block ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 00:18:00 GMT";
arnews[3] += "
";
arnews[4]="Washington Post's faith profile embraces anti-gay, race-baiting Harry ... - Metro Weekly
";
arnews[4] += "''It's not a mission of hate. It's a mission to protect godly boundaries.... Some of the smartest people I knew in college were gay.... I don't know of anybody black who says, 'I hate gay people.' We're more accepting generally. But you overlap that ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:18:00 GMT";
arnews[4] += "
";
arnews[5]="Oklahoma rockabilly queen to earn her Stripes in the studio - Daily Oklahoman
";
arnews[5] += "The rockabilly songbird’s next hometown show will be at 8 p.m. Nov. 21 at 66 Bowl, 6810 NW 39, celebrating the Route 66 landmark’s 50th anniversary. \"One of the biggest stars on the planet I guess right now,” she said of White during a phone ...";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 23:57: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("