var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Young Entertainers Honored by Variety
";
arnews[0] += "Hollywood's hottest young stars are being honored by Variety . Read on to find out why.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:46:00 GMT";
arnews[0] += "
";
arnews[1]="Yorktown players adjusting to familiar face in new role
";
arnews[1] += "For the six seniors on Yorktown's boys basketball team, a head coaching change just before their final season of high school hoops could've spelled trouble.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:56:44 GMT";
arnews[1] += "
";
arnews[2]="Power of Youth event honors actors
";
arnews[2] += "Corbin Bleu, Miranda Cosgrove, Jesse McCartney, AnnaLynne McCord and KeKe Palmer will be saluted for their charity work at the third annual Variety's Power of Youth event, to be held Dec.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:39:45 GMT";
arnews[2] += "
";
arnews[3]="Playing the Field
";
arnews[3] += "Activision, $120 Band Hero Activision, $60 It's shocking that it took this long for the saturated rhythm-game market to produce a hip-hop oriented product.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 10:52:38 GMT";
arnews[3] += "
";
arnews[4]="Body ... - Jesse Mccartney / T-p...
";
arnews[4] += "Jesse McCartney as he breaks down his hits \"Beautiful Soul,\" \"She's No You,\" and more!... Jesse McCartney - Play All Biography Pop singer and actor Jesse McCartney was a child performer dynamo, singing on Broadway and landing an acting gig on #All My Children before even joining his first boy band, a feat that came at the age... Video iTunes Lyrics ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:34:23 GMT";
arnews[4] += "
";
arnews[5]="School football: B-P wrecks CT/H playoff hopes
";
arnews[5] += "Bristol-Plymouth ripped the Mayflower Large championship from Cape Tech/Harwich last night, driving 73 yards in the final two minutes and scoring with seven seconds remaining to stun the Crusaders, 14-12. CT/H finishes 4-2 in the league, while B-P goes to 5-0. Tech is 4-3 overall going into next week's game with Nantucket.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="School football: This weekend's matchups
";
arnews[6] += "Last week: Bourne/Upper Cape lost to Apponequet, 28-14; Fairhaven lost to Dighton-Rehoboth, 29-8. School football: Red-hot slate on tap Click here to follow us on Twitter for score updates, stories, standings and more during the Cape and Islands high school football season.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="With a little help from their friends: SIS students 'come together' for fundraiser
";
arnews[7] += "When Jesse Arsenault was born, it had been almost three decades since the Beatles' last performance.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 23:13:00 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("