var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Springer Awakening
";
arnews[0] += "ASHLEY SPRINGER IS rapidly becoming the go-to guy for movies that require sexually explicit high school scenes.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="'Friday Night Lights': Season 4, Episode 4: 'I need you to not be weird about it'
";
arnews[1] += "The line was delivered by Aimee Teegardena sJulie Taylor, pictured, recoiling from being rejected by her lesbian pal Devin.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:36:49 GMT";
arnews[1] += "
";
arnews[2]="'Dare' review
";
arnews[2] += "In this mnage trois of storylines, three Philly high schoolers struggle with identity, acceptance and wanting to screw each others' brains out - not always in that order.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 03:42:00 GMT";
arnews[2] += "
";
arnews[3]="All-State soccer: O'Brien, Stivali tabbed as top coaches
";
arnews[3] += "The New Hampshire Soccer Coaches Association released the high school all-state teams on Tuesday and Coe-Brown Northwood Academy boys coach Peter Stivali was named Class I coach of the year, while Somersworth girls coach Nick O'Brien was tabbed as Class M coach of the year.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 10:54:59 GMT";
arnews[3] += "
";
arnews[4]="PUMA Presents The African Bazaar With Edward Norton And Friends
";
arnews[4] += "NOVEMBER 11: TV host Joel McHale and actor Edward Norton arrive at the African Bazaar presented by Puma on November 11, 2009 in Los Angeles, California.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Yalie filmmaker dishes on new movie
";
arnews[5] += "Though his first drama production debuted in the Timothy Dwight College dining hall in 1999, David Brind '00 is taking a much bigger stage this month.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("