var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Odds & Ends: Weekly news/humor wrap-up - DAILY KOS
";
arnews[0] += "I post a weekly diary of the historical notes, arts & science items, foreign news (often receiving little notice in the US) and whimsical pieces from the outside world that I feature weekdays in \"Cheers & Jeers\". For example ..... SEPARATED at BIRTH ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:47:00 GMT";
arnews[0] += "
";
arnews[1]="Jim Carrey Tweets Daughter’s Wedding News - Access Hollywood
";
arnews[1] += "While he waits to become a grandfather, Jim Carrey added a new familial title to his resume – father-in-law. The comedian’s 21-year-old daughter, Jane Carrey, recently tied the knot, according to Jim’s Twitter page . “my Jane is a married ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[1] += "
";
arnews[2]="Set Photo from Scream of the Banshee - ShockTillYouDrop.com
";
arnews[2] += "Direct from Automaton Transfusion director Steven C. Miller comes a look at his latest production Scream of the Banshee . The film, starring Lance Henriksen and Lauren Holly, is now shooting for After Dark Films and today Miller posted the below ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 21:37:00 GMT";
arnews[2] += "
";
arnews[3]="New Set Image: Scream of the Banshee - DREAD CENTRAL.COM
";
arnews[3] += "Ferrante, at this point other than it stars Lance Henriksen and Lauren Holly. Production is under way right now in Louisiana. Keep it right here for more as it comes.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 21:23:00 GMT";
arnews[3] += "
";
arnews[4]="Jane Carrey and Alex Santana: Married! - The Hollywood Gossip
";
arnews[4] += "Jane Carrey, daughter of Jim Carrey, walked down the aisle last weekend escorted by her actor dad as she tied the knot with musician Alex Santana. \"It was a beautiful day. Very simple and sweet,\" the funnyman said of the wedding in a statement. \"I ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:19:00 GMT";
arnews[4] += "
";
arnews[5]="Movie making picks up steam in Baton Rouge - Baton Rouge Advocate
";
arnews[5] += "Cameras, lights, props … even movie stars are becoming a common sight in and around Baton Rouge. That’s because, thanks to the motion picture investor tax credit, Hollywood films are making a beeline for Louisiana to film their pictures. The ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 06:09: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("