var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Los Angeles 2009
";
arnews[0] += "SAM RAIMI EVIL DEAD/SPIDER-MAN director hosts exclusive DRAG ME TO HELL panel! Appearing on Friday.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 17:27:47 GMT";
arnews[0] += "
";
arnews[1]="Guess what she looks like now
";
arnews[1] += "The 19-year-old was spotted out somewhere recently, looking healthy. Mackenzie is very active in raising awareness for the Cystic Fibrosis Foundation.";
arnews[1] += "
Publ.Date : Wed, 28 Oct 2009 07:37:34 GMT";
arnews[1] += "
";
arnews[2]="'7th Heaven' Star Mackenzie Rosman Heads to the Big Screen
";
arnews[2] += "Do you remember Mackenzie Rosman? She used to play adorable little Ruthie Camden on 7th Heaven but now she's all grown up and ready to take on more mature roles.";
arnews[2] += "
Publ.Date : Tue, 27 Oct 2009 18:47:51 GMT";
arnews[2] += "
";
arnews[3]="Mackenzie Rosman Pictures
";
arnews[3] += "Mackenzie Rosman is probably best known as the youngest daughter in the long running and ever so bland WB show 7th Heaven that also produced Jessica Biel.";
arnews[3] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Judges conclude fall season at NEWITT Championships
";
arnews[4] += "Even with No. 1 singles and doubles player Rachel Rosman '11 out with a fractured right ankle, the Judges were able to record six strong wins in tournament play last weekend at the New England Women's Intercollegiate Tennis Tournament, the last tournament of the fall.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 03:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tuesday's roundup: HHS freshman Hawkins wins WHC tourney
";
arnews[5] += "Published: Tuesday, October 13, 2009 at 9:46 p.m. Last Modified: Tuesday, October 13, 2009 at 9:46 p.m. GOLF Freshman Hawkins wins WHC Player of the Year Hendersonville freshman Allea Hawkins took first place in Tuesday's girls golf Western Highlands Conference Tournament at Mountain Glenn Golf Club with a 132 and also took home WHC Player of the ...";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 05:20:03 GMT";
arnews[5] += "
";
arnews[6]="West's Sciupider wins her seventh straight tourney
";
arnews[6] += "West Henderson High School's Kayla Sciupider tees-off at the 11th hole at Crooked Creek Monday during a high school tournament.";
arnews[6] += "
Publ.Date : Tue, 29 Sep 2009 05:52:45 GMT";
arnews[6] += "
";
arnews[7]="College Sports Notebook
";
arnews[7] += "South Fort Myers High graduate Emily Cattanach, left, shown here battling a player from Clayton State in a game on Sept.";
arnews[7] += "
Publ.Date : Mon, 28 Sep 2009 13:20:31 GMT";
arnews[7] += "
";
arnews[8]="TENNIS: Women play at ITAs; men win in first match
";
arnews[8] += "Men's tennis rookie Steven Milo '13 returns a backhanded shot. With the men's tennis team opening its season with an 8-1 rout of Bentley University last Wednesday and the women's tennis team getting strong individual performances at the Division III Intercollegiate Tennis Association Regional Championships last Sunday, Brandeis tennis seems to be ...";
arnews[8] += "
Publ.Date : Tue, 22 Sep 2009 03:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("