var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How to Train Your Dragon to be Promoted During Winter Games - Coming Soon!
";
arnews[0] += "DreamWorks Animation and NBC announced today that a series of seven winter sports-themed custom, CG animated vignettes tied to How to Train Your Dragon will debut three days before the 2010 Olympic Winter Games start: DreamWorks Animation SKG, Inc ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:01:00 GMT";
arnews[0] += "
";
arnews[1]="SNL Mocks Fox News's Coverage Of Don't Ask Don't Tell (VIDEO) - Huffingtonpost.com
";
arnews[1] += "SNL opened with a parody of \"On The Record With Greta Van Susteren,\" last night as the Fox News host (Kristen Wiig) welcomed a panel consisting of Karl Rove, Col. Oliver North, and an attractive blonde lady. Also joined by an obligatory Democrat ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:14:00 GMT";
arnews[1] += "
";
arnews[2]="Film fans should prepare for plenty of movies in 2010 - Burlington County Times
";
arnews[2] += "Images that pop off the screen (“Alice in Wonderland 3-D,” “Toy Story 3-D,” “Shrek Forever After 3-D,” “Jackass 3-D,” “Step Up 3-D,” “Despicable Me 3-D,” “Piranha 3-D”). Superheroes fighting for truth, justice and the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT";
arnews[2] += "
";
arnews[3]="New movie trailers - Grants Pass Daily Courier
";
arnews[3] += "Steve Carell provides the voice of Gru, a supervillain planning the biggest heist in the world: the theft of the moon. Jason Segel, Will Arnett and Julie Andrews also lend their voices to this 3-D animated feature. Will Forte brings his \"Saturday ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:26:00 GMT";
arnews[3] += "
";
arnews[4]="Garth and Kat have everyone (actors included) in hysterics - New York Post
";
arnews[4] += "Kristen Wiig's latest, greatest creation returned to the \"Update\" desk this weekend to perform another unprepared duet with Fred Armisen. Garth and Kat made their first appearance in December but me thinks their second stint will end up being much ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:20:00 GMT";
arnews[4] += "
";
arnews[5]="SNL Tackles DADT - Advocate
";
arnews[5] += "Saturday Night Live opened its show this weekend with a blistering parody of Fox News on \"don't ask, don't tell.\" Show regular Kristen Wiig portrayed Fox News's Greta Van Susteren, who in the skit described a repeal of DADT as allowing gays to ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:50: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("