var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="We Hear: Connie Britton, Aimee Teegarden, Ben Affleck and more... - Boston Herald
";
arnews[0] += "That engaged couple Meagan Ellis and Dan Shaffer of Roslindale will be featured on “The Dr. Oz Show” today, (5 p.m. on Fox 25) when they participate in a weight-loss challenge to get healthy before they say “I do";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 10:46:00 GMT";
arnews[0] += "
";
arnews[1]="Hot Photos - Pop Eater
";
arnews[1] += "Battling the forces of evil is all in a day's work for actor Craig Horner , who plays Richard Cypher, the titular seeker of the sci-fi/fantasy series \"Legend of the Seeker,\" which kicked off its second season earlier this month. PopEater caught up ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:54:00 GMT";
arnews[1] += "
";
arnews[2]="'Friday Night Lights': Season 4, Episode 4: 'I need you to not be ... - Los Angeles Times Blogs
";
arnews[2] += "The line was delivered by Aimee Teegarden’s Julie Taylor, pictured, recoiling from being rejected by her lesbian pal Devin. It came seconds after she recoiled at the thought that Devin may be hitting on her. Emotions swing quickly in a small town ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Stephanie Hunt, the rock 'n' roll newcomer on ‘Friday Night Lights ... - Los Angeles Times Blogs
";
arnews[3] += "Currently recording with members of the Black Angels, Hunt is on track to break out of a bit role on \"Friday Night Lights\" -- if she’s willing to leave the Austin, Texas, music scene behind. While on what was intended as a temporary break from ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:58: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("