var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gallery: "Dear John" premiere - Herald-Dispatch
";
arnews[0] += "Actress Amanda Seyfried arrives at the premiere of the feature film \"Dear John\" in Los Angeles on Monday, Feb. 1, 2010. (AP Photo/Dan Steinberg) Actress Haylie Duff arrives at the premiere of the feature film \"Dear John\" in Los Angeles on Monday, Feb ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 21:29:00 GMT";
arnews[0] += "
";
arnews[1]="'Dear John' premiere - Calgary Sun
";
arnews[1] += "Actress Jenna Dewan arrives at the premiere of the feature film \"Dear John\" in Los Angeles on Monday, Feb. 1, 2010. (THE ASSOCIATED PRESS) Actress Haylie Duff arrives at the premiere of the feature film \"Dear John\" in Los Angeles on Monday, Feb. 1 ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 23:05:00 GMT";
arnews[1] += "
";
arnews[2]="In Pictures: 'Dear John World Premiere' - Monsters and Critics
";
arnews[2] += "Channing Tatum and Jenna Dewan attending the \"Dear John\" world premiere at Grauman's Chinese Theater in Hollywood. Photo copyright by David Gabber / PR Photos. Amanda Seyfried attending the \"Dear John\" world premiere at Grauman's Chinese Theater in ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 21:15:00 GMT";
arnews[2] += "
";
arnews[3]="Dear John’ stars poised for success - Toronto Sun
";
arnews[3] += "THE ASSOCIATED PRESS) Actress Alexa Vega arrives at the premiere of the feature film \"Dear John\" in Los Angeles on Monday, Feb. 1, 2010. (THE ASSOCIATED PRESS) Actor Henry Thomas arrives at the premiere of the feature film \"Dear John\" in Los Angeles ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[3] += "
";
totcount = 4;
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("