var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lerman's sights still on Spider-Man despite studio snub
";
arnews[0] += "Hilarity ensues in this enchanting teen comedy when four girls having a slumber party are challenged by their more popular classmates to participate in a scavenger hunt.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 01:48:19 GMT";
arnews[0] += "
";
arnews[1]="Carrey and McCarthy lobby for autism doctor
";
arnews[1] += "Hilarity ensues in this enchanting teen comedy when four girls having a slumber party are challenged by their more popular classmates to participate in a scavenger hunt.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 01:48:14 GMT";
arnews[1] += "
";
arnews[2]="Brosnan upset about film link to son
";
arnews[2] += "Hilarity ensues in this enchanting teen comedy when four girls having a slumber party are challenged by their more popular classmates to participate in a scavenger hunt.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 01:48:09 GMT";
arnews[2] += "
";
arnews[3]="At the premiere
";
arnews[3] += "Actress Amanda Seyfried and Channing Tatum arrive at the premiere of the feature film \"Dear John\" in Los Angeles on Monday, Feb.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Dear John' premiere
";
arnews[4] += "Actress Amanda Seyfried and Channing Tatum arrive at the premiere of the feature film \"Dear John\" in Los Angeles on Monday, Feb.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 04:18:10 GMT";
arnews[4] += "
";
arnews[5]="Tamaqua's Zehner has a week to remember
";
arnews[5] += "Tamaqua's Amy Zehner will remember the last week in January of 2010 for a long time.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 09:21:19 GMT";
arnews[5] += "
";
arnews[6]="Amanda Seyfried And Channing Tatum Attend The Los Angeles Premiere Of 'Dear John'
";
arnews[6] += "Amanda Seyfried and Channing Tatum's newest movie 'Dear John' has finally premiered! Here they are posing on the red carpet for the LA launch.";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 14:10:02 GMT";
arnews[6] += "
";
arnews[7]="'Dear John' Los Angeles Premiere
";
arnews[7] += "Amanda Seyfried and Channing Tatum are on their final leg of their \"Dear John\" press tour and attended the LA premiere for the film earlier tonight.";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 08:12:44 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("