var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="'New Moon' Mall Tour: Charlie Bewley and Daniel Cudmore Take Over Phoenix http://bit.ly/3B0HaE
";
arnews[0] += "'New Moon' Mall Tour: Charlie Bewley and Daniel Cudmore Take Over Phoenix";
arnews[0] += "
";
arnews[1]="twilightsaga: New Moon Mall Tour: Charlie Bewley and Daniel Cudmore Take Over Phoenix MTV.com http://ow.ly/161QVq
";
arnews[1] += "New Moon Mall Tour: Charlie Bewley and Daniel Cudmore Take Over Phoenix MTV.com";
arnews[1] += "
";
arnews[2]="Nelson Linda: New post, "NEW BLOOD FOR “NEW MOON”: INTERVIEW WITH DANIEL CUDMORE AND … – Film Threat" - http://bit.ly/2164bB
";
arnews[2] += "New post, \"NEW BLOOD FOR “NEW MOON”: INTERVIEW WITH DANIEL CUDMORE AND … – Film Threat\" -";
arnews[2] += "
";
arnews[3]="In case you missed it: Our coverage of the 'New Moon' Mall Tour in Phoenix! http://bit.ly/3B0HaE
";
arnews[3] += "In case you missed it: Our coverage of the 'New Moon' Mall Tour in Phoenix!";
arnews[3] += "
";
arnews[4]="RT @TheVRO: Daniel Cudmore plays "Felix" in New Moon & Eclipse listen to him live tonight on the VRO. http://tobtr.com/s/752197
";
arnews[4] += "RT @TheVRO: Daniel Cudmore plays \"Felix\" in New Moon & Eclipse listen to him live tonight on the VRO.";
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("