var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actor Scott Wolf Testifies on Capitol Hill About the Unprecedented ... - Earthtimes
";
arnews[0] += "Wolf Testified on Behalf of Feeding America - the Nation's Largest Domestic Hunger Relief Charity in The Wake of the Recent Data That The Number of Hungry American's Has Increased 36 Percent to 49 Million WASHINGTON, Nov. 19 /PRNewswire-USNewswire ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:06:00 GMT";
arnews[0] += "
";
arnews[1]="Q&A: Scott Wolf of V - El Diário La Estrella
";
arnews[1] += "What would you say if I told you that, before I was allowed to speak to you, your publicist made demands that I ask no questions that would portray you in a negative light, the same way that Decker is told not to ask Anna, the leader of the Visitors ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:08:00 GMT";
arnews[1] += "
";
arnews[2]="In the Know: ‘Party of 5’ star Scott Wolf on Capitol Hill - Thehill.com
";
arnews[2] += "The actor, who stars in the new ABC series “V,” attended George Washington University, and one of his best memories is playing softball blocks away from the Capitol on the National Mall. College was also where Wolf first became interested in ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 00:55:00 GMT";
arnews[2] += "
";
arnews[3]=""V": A Riveting Cliffhanger - TV Grapevine
";
arnews[3] += "This week's preview comes to you courtesy of a \"V Podcast\" produced by ABC. The podcast provides fans with some very interesting behind the scenes footage as well a stimulating preview of the next episode. ERICA LOOKS TO UNCOVER A BIOLOGICAL THREAT ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:07:00 GMT";
arnews[3] += "
";
arnews[4]="ABC's 'V' set to go on hiatus till 2010 - despite landing with a ... - New York Daily News
";
arnews[4] += "Rekha Sharma and Scott Wolf in the sci-fi drama 'V.' The show will soon go on hiatus until March. Don't get too attached to \" V 's\" visitors from outer space. They're about to fly out of the fall schedule. There are only two episodes left - including ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT";
arnews[4] += "
";
arnews[5]="V’ – There Is No Normal Anymore - Airlock Alpha
";
arnews[5] += "The reporter Chad (Scott Wolf) gets his revenge and seemingly gets one over on Anna (Morena Baccarin) by holding an unsolicited debate about the V’s. Erica’s son Tyler (Logan Huffman) has a nice moment with Lisa (Laura Vandervoort) at the ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 12:04:00 GMT";
arnews[5] += "
";
arnews[6]="Charity Leaders Ask Congress to Help on Hunger Relief - Chronicle of Philanthropy
";
arnews[6] += "... of new users coupled with the growing need of existing clients has made it increasingly difficult for food banks to adequately serve the needs of those who need it most,” Scott Wolf, a founding member of the Feeding America Entertainment ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 22:45:00 GMT";
arnews[6] += "
";
arnews[7]="V "A Bright New Day" Episode 3 - Daemon's TV
";
arnews[7] += "V\" stars Elizabeth Mitchell as Erica Evans, Morris Chestnut as Ryan Nichols, Joel Gretsch as Father Jack, Lourdes Benedicto as Valerie, Logan Huffman as Tyler Evans, Laura Vandervoort as Lisa, with Morena Baccarin as Anna and Scott Wolf as Chad ...";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 07:17: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("