var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zachary Levi Is Officially Single - Starpulse.com
";
arnews[0] += "Chuck star Zachary Levi has dumped his girlfriend, singer Caitlin Crosby, after a winter vacation together in Turks & Caicos. The 29-year-old actor has been dating Crosby since 2006. A source tells UsMagazine.com, \"He broke up with her on Saturday ...";
arnews[0] += "
Publ.Date : Wed, 13 Jan 2010 13:19:00 GMT";
arnews[0] += "
";
arnews[1]="Chuck’s Zachary Levi :: the new James Bond? - EDGE Boston
";
arnews[1] += "One of those prime time shows that always seems to find itself on the bubble between being renewal and cancellation is NBC’s Chuck . While many thought the end of the second season was the end of the series, NBC saw one final chance to make Chuck ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 03:15:00 GMT";
arnews[1] += "
";
arnews[2]="Movie roll-out - Jamaica Observer
";
arnews[2] += "Pull this out, paste it on your walls, because we are sure that you'll need this guide in the upcoming months. TEENage has broken down all the movies that will open this year, so you will know what to look out for. A romantic drama about a soldier ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:35:00 GMT";
arnews[2] += "
";
arnews[3]="Monday at 7pm Chuck, 8pm Heroes, 9pm The Jay Leno Show - WAFF
";
arnews[3] += "C huck (Zachary Levi) and Hannah (guest star Kristin Kreuk) unexpectedly become part of agent Daniel Shaw's (guest star Brandon Routh) latest mission. Much to Sarah's (Yvonne Strahovski) chagrin, she gets paired with Shaw, who seems to be trying to ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 06:57:00 GMT";
arnews[3] += "
";
arnews[4]="NBC Dallas-Fort Worth - NBC Dallas-Fort Worth
";
arnews[4] += "If you want to mingle with the stars, there are tons of parties planned, but tickets are expensive... Don't miss Mark Cuban dunking on NBA legends. Or something close to that in the celeb game. Chuck's Zachary Levi faced off against actor Chris ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 00:11:00 GMT";
arnews[4] += "
";
arnews[5]="VIDEO: Preview of Monday's 'Chuck' - The Daily News Online
";
arnews[5] += "Kristin Kreuk (\"Smallville\") and Brandon Routh (\"Superman Returns\") continue their recurring rolls. In the ep, according to the network synopsis, Chuck (Zachary Levi) and Hannah (guest star Kristin Kreuk) unexpectedly become part of agent Daniel Shaw ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 07:14:00 GMT";
arnews[5] += "
";
arnews[6]="How Do You Give Notes? - BackStage.com
";
arnews[6] += "I think giving notes is among the most important tasks a director must do. And how one gives a note is often as crucial as what the note is. Since every actor is different and every play is different, and how one actor approaches a role will be ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 17:04:00 GMT";
arnews[6] += "
";
arnews[7]="Colin Farrell's "Ondine" Trailer - WorstPreviews.com
";
arnews[7] += "\"Chuck\" star Zachary Levi was up for the role of Fandral in \"Thor,\" but had to turn it down due a scheduling conflict. Speaking to TV Guide, he later said that he would love a shot at playing Captain America in the new Marvel film. Now, USA Weekend ...";
arnews[7] += "
Publ.Date : Sat, 06 Feb 2010 18:05: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("