var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James Van Der Beek: No Longer Dawson, Yet Always Dawson - MTV
";
arnews[0] += "I did not get my picture taken with James Van Der Beek. That probably needs some context, so let me back up. Last week, word came down that James Van Der Beek would be stopping into the MTV Newsroom for an interview. He has a new film coming out ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:52:00 GMT";
arnews[0] += "
";
arnews[1]="James Van Der Beek - Richer Than You - TMZ.com
";
arnews[1] += "James Van Der Beek 's career may have stalled post-Dawson -- but according to new divorce documents, his salary is anywhere but up a creek. According to James' Income and Expense Declaration, filed last month in Los Angeles Superior Court, his ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 01:12:00 GMT";
arnews[1] += "
";
arnews[2]="James Van Der Beek Hunts For The Truth In 'Formosa Betrayed' - MTV
";
arnews[2] += "James Van Der Beek is still best known for portraying the lovestruck Dawson Leery on \"Dawson's Creek,\" but since graduating from that show he's taken on much darker roles. He's played a jaded drug dealer in \"The Rules of Attraction,\" a dissociative ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 21:23:00 GMT";
arnews[2] += "
";
arnews[3]="'Dawson's Creek''s James Van Der Beek Scrubs Into 'Mercy' - Daily Oklahoman
";
arnews[3] += "\"With this, they were offering me the opportunity to play a brilliant, arrogant, cocky doctor on a show that is already on the air and already working,\" James tells ET. \"It was an opportunity to say some great dialogue and a character that I have ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:33:00 GMT";
arnews[3] += "
";
arnews[4]="JAMES VAN DER BEEK WEARY OF ACTING - Contactmusic.com
";
arnews[4] += "James Van Der Beek is delighted with his new role in medical drama 'Mercy' after so long feeling ''burnt out'' by acting. James Van Der Beek got \"burnt out\" by acting. The former 'Dawson's Creek' actor admits he tired of his profession and could no ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 17:10:00 GMT";
arnews[4] += "
";
arnews[5]="James Van Der Beek Wanted To Quit Acting - Starpulse.com
";
arnews[5] += "James Van Der Beek was so exhausted after finishing his six-year stint on Dawson's Creek ; he contemplated giving up acting for good. The star shot to fame as the lead character Dawson in the hit teenage drama, which ran from 1998 until 2003. He ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 13:58:00 GMT";
arnews[5] += "
";
arnews[6]="James Van Der Beek to Work on 'The Vampire Diaries' - Buddytv.com
";
arnews[6] += "But I guess there's comfort in knowing that Van Der Beek, who played Dawson Leery on Kevin Williamson's teen drama series, will be working behind the cameras instead of acting, if and when his Vampire Diaries directorial debut pushes through. For now ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 05:44:00 GMT";
arnews[6] += "
";
arnews[7]="James Van Der Beek feels sorry for young Hollywood stars - Seattle Post Intelligencer
";
arnews[7] += "James Van Der Beek is glad \"Dawson's Creek\" was filmed in North Carolina - because the remote location saved the show's young stars from falling victim to any sex and drugs scandals. Van Der Beek and his castmates Katie Holmes, Joshua Jackson and ...";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 23:02:00 GMT";
arnews[7] += "
";
arnews[8]="James Van Der Beek (Remember Him?) Joins 'Mercy' - iVillage Entertainment
";
arnews[8] += "And his role, as the new head of the ICU, couldn't be more different than the one he's famous for. \"He's a little brash and he comes in and shakes things up,\" says Van Der Beek, in a video interview on the show's website. \"I get to say all the smart ...";
arnews[8] += "
Publ.Date : Wed, 03 Feb 2010 15:53:00 GMT";
arnews[8] += "
";
totcount = 9;
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("