var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movers & Shakers from the November 23, 2009 Issue
";
arnews[0] += "ERIC GUERIN was named assistant director of social media at JCSI of Westborough.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:14:00 GMT";
arnews[0] += "
";
arnews[1]="Our girl swoons over Hugh Laurie and star-spots in Los Angeles
";
arnews[1] += "Amanda Holden: 'Trust me it pays to add spice to marriage' 22/11/2009 WEDNESDAY, NOVEMBER 4 I'm on the Los Angeles set of Five's new drama, FlashForward, which stars Joseph Fiennes and Jack Davenport, to watch some real-life TV stunts.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="East doubles team earns JournalNews Player of the Year award
";
arnews[2] += "It was more of a mix-match than a mismatch when Lakota East High School tennis players Carolyn Pitman and Taylor Holden teamed up for a postseason run in the doubles.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:40:41 GMT";
arnews[2] += "
";
arnews[3]="Daytime dramas: Annie's pregnant but not for long
";
arnews[3] += "\"All My Children\": After learning that Annie really was pregnant, Zach, Ryan and Erica conspired to cause Adam to doubt her fidelity.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:46:25 GMT";
arnews[3] += "
";
arnews[4]="Excellent visual effects dominate poor writing in '2012'
";
arnews[4] += "Filmmaker Roland Emmerich proves himself a master of visual effects planning, utilizing the skills of Hollywood's computer graphics experts to destroy cities and landmarks across the globe in modern day disaster movie \"2012.\" On the other hand, smiles emerge when Emmerich asks actor John Cusack to imitate the Shelley-Winters-underwater-rescue scene ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:02:00 GMT";
arnews[4] += "
";
arnews[5]="TV ratings a " 18 November: Nearly 1.5m see Thierry Henry handball
";
arnews[5] += "Second leg of Ireland's decisive World Cup qualifier averages 1.2m viewers for Sky Sports 1 during play Thierry Henry's handball in the build-up to France's decisive goal against the Republic of Ireland in Paris.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 11:55:29 GMT";
arnews[5] += "
";
arnews[6]="Where is Modern Art Now?
";
arnews[6] += "Where is Modern Art Now? Celebrating the Carpenters True Blood The problem with art on TV is that talking about it invariably leads the speaker to sound at best pretentious, at worst ridiculous.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 05:10:34 GMT";
arnews[6] += "
";
totcount = 7;
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("