var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How to Train Your Dragon to be Promoted During Winter Games
";
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 : Wed, 10 Feb 2010 01:24:30 GMT";
arnews[0] += "
";
arnews[1]="How to Train Your Dragon to Be Showcased at the Winter Olympics
";
arnews[1] += "DreamWorks Animation SKG, Inc. and NBC today announced that they have joined forces in a first-of-its-kind televised promotional partnership that will debut on Tuesday, February 9th, just three days before the commencement of the network's broadcast of the Vancouver 2010 Olympic Winter Games.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:31:13 GMT";
arnews[1] += "
";
arnews[2]="DreamWorks Animation and NBC Join Forces in First-of-its-Kind...
";
arnews[2] += "Companies: Dreamworks Animation Skg Inc. HOLLYWOOD, Calif. , Feb. 9 /PRNewswire/ -- DreamWorks Animation SKG, Inc.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:51:43 GMT";
arnews[2] += "
";
arnews[3]="Ashton Kutcher: A Surprisingly Non-Annoying SNL Host
";
arnews[3] += "With all the Super Bowl excitement yesterday and this morning, I almost completely forgot about this weekend's SNL episode.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:17:23 GMT";
arnews[3] += "
";
arnews[4]="SNL Kristen Wiig X390 (NBC) | Advocate.Com
";
arnews[4] += "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 \"prance around the military like it's Cirque du Soleil.\" Other targets of parody including Oliver North, ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 21:16:53 GMT";
arnews[4] += "
";
arnews[5]="SNL Does FNC -- By: Guy Benson
";
arnews[5] += "Saturday Night Live's cold open sketch this weekend parodied an episode of Fox News's \"On The Record\" program.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 20:27:44 GMT";
arnews[5] += "
";
arnews[6]="Romantic Comedies the Studios Have Somehow Overlooked
";
arnews[6] += "Romantic comedy titles tend to stick to a pretty strict formula, picking from four general fields: some kind of weak third-grade level pun ; a phrase featuring the word \"wedding\" ; a song title ; or a bland, borderline meaningless term for romance .";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 16:23:00 GMT";
arnews[6] += "
";
arnews[7]="GOOD job Mat Horne has [...]
";
arnews[7] += "Good job Mat Horne has a girlfriend because even datingdirect.com would struggle to match him.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 00:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("