var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Amy Poehler: SNL Rememberance Video
";
arnews[0] += "http://www.myspace.com/AmyPoehlerFanSite My video dedicated to the multi-talented Amy Poehler. Special thanks to Alejandra, Julie, Greg, Alex, Luke, and Meg! Made by Kyli.";
arnews[0] += "
Publ.Date : Thu, 01 Jan 2009 05:45:01 GMT";
arnews[0] += "
";
arnews[1]="SNL - Sarah Palin Rap (Amy Poehler)
";
arnews[1] += "Fox and Friends. (10-19-08). From SNL The Sarah Palin Rap! Please Visit My Small Website: http://www.freewebs.com/mediaking/";
arnews[1] += "
Publ.Date : Sun, 26 Oct 2008 00:00:43 GMT";
arnews[1] += "
";
arnews[2]="Amy Poehler Drawing
";
arnews[2] += "My name is Kyli and I am 14 from Indiana. I have never had a lesson, and taught myself to draw. Here is my drawing of Amy Poehler.";
arnews[2] += "
Publ.Date : Sat, 11 Oct 2008 00:17:24 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Shia LaBeouf Saturday Night Live Video Stills
";
arnews[3] += "Handmade video stills from Shia's SNL skits";
arnews[3] += "
Publ.Date : Tue, 15 Jul 2008 02:07:09 GMT";
arnews[3] += "
";
arnews[4]="Mr. Woodcock Official Sneak Peek
";
arnews[4] += "his mother (Sarandon) has fallen in love with his old high school nemesis, Mr. Woodcock (Thornton) -- the gruff, no-nonsense gym teacher who had put him through years of mental...";
arnews[4] += "
Publ.Date : Tue, 11 Sep 2007 17:11:40 GMT";
arnews[4] += "
";
arnews[5]="Mr. Woodcock Trailer
";
arnews[5] += "Billy Bob Thornton, Seann William Scott, and Susan Sarandon star in the outrageous comedy Mr. Woodcock. Scott stars as John Farley, a self-help author who returns to his hometown...";
arnews[5] += "
Publ.Date : Wed, 29 Aug 2007 01:27:37 GMT";
arnews[5] += "
";
arnews[6]="Saturday Night Live (SNL) May 6, 2006 - Tom Hanks
";
arnews[6] += "Tom Hanks Monologue: Tom answers questions about “The DaVinci Code.” (Fred Armisen, Darrell Hammond, Rachel Dratch). My Testicles: An SNL Digital Short. Tom Hanks and Andy...";
arnews[6] += "
Publ.Date : Wed, 08 Nov 2006 22:12:29 GMT";
arnews[6] += "
";
arnews[7]="Saturday Night Live (SNL) January 14, 2006 - Scarlett Johansson
";
arnews[7] += "Chandeliers: A low-budget ad selling the elegance of chandeliers (Scarlett Johansson, Fred Armisen, Rachel Dratch). Sweet Sixteen: Parody of the MTV show \"My Super Sweet 16\"...";
arnews[7] += "
Publ.Date : Wed, 08 Nov 2006 22:12:29 GMT";
arnews[7] += "
";
arnews[8]="Saturday Night Live, "Saturday Night Live (SNL) May 6, 2005 - Tom Hanks"
";
arnews[8] += "Tom Hanks Monologue: Tom answers questions about \"The DaVinci Code.\" (Fred Armisen, Darrell Hammond, Rachel Dratch). My Testicles: An SNL Digital Short. Tom Hanks and Andy Samberg...";
arnews[8] += "
Publ.Date : Sat, 06 May 2006 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Saturday Night Live, "Saturday Night Live (SNL) January 14, 2005 - Scarlett Johansson"
";
arnews[9] += "Chandeliers: A low-budget ad selling the elegance of chandeliers (Scarlett Johansson, Fred Armisen, Rachel Dratch). Sweet Sixteen: Parody of the MTV show \"My Super Sweet 16\"...";
arnews[9] += "
Publ.Date : Sat, 14 Jan 2006 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("