var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Moon newbies :: Daniel Cudmore and Charlie Bewley - EDGE Boston
";
arnews[0] += "Hardly any movie has been as anticipated this year as Twilight sequel, New Moon . The second book adaptation from the series that began the vampire craze opens November 20th, just in time for the holiday movie madness to begin. To help promote New ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:10:00 GMT";
arnews[0] += "
";
arnews[1]="An interview with a vampire — or two: 'New Moon's' Charlie Bewley ... - Seattle Times
";
arnews[1] += "Charlie Bewley (Demetri), left, and Daniel Cudmore (Felix) in \"New Moon.\" The red contacts do wonders for character development, says Bewley. A British singer-songwriter who wrote the song \"Let Me Sign,\" which appears on the \"Twilight\" soundtrack ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="New Moon Movie Gallery - Kidzworld
";
arnews[2] += "Joining the movie's hit cast as some of the Volturi are Dakota Fanning as Jane, Cameron Bright as Alec, Daniel Cudmore as Felix (he's the guy who played Collossus in X-Men !) Don't forget all the people who joined up to be the wolves in Jacob's pack ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:42:00 GMT";
arnews[2] += "
";
arnews[3]="Twilight: New Moon bad boy, Daniel Cudmore at the Dallas Comic Con ... - Examiner
";
arnews[3] += "Daniel Cudmore , the actor who plays Felix in the 2009 release, Twilight: New Moon, has just been added as a guest at the Dallas Comic Con 2010. If you haven’t seen the new Twilight movie yet, you may still recognize Daniel from his previous role ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 17:03:00 GMT";
arnews[3] += "
";
arnews[4]="Actors sink their teeth into Volturi vamp roles - Bridgeton News
";
arnews[4] += "Actors Daniel Cudmore and Charlie Bewley appear to be quite laid back and friendly. However, when they put in their blood-red contacts and become Felix and Demetri in the film “The Twilight Saga: New Moon,” they become ruthless, intense predators ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:40:00 GMT";
arnews[4] += "
";
totcount = 5;
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("