var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Matt Damon: Taking on a weighty role
"; arnews[0] += "THE last time Matt Damon had to change the way he looked for a movie role, he lost 40 pounds in 100 days and ended up on medication."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:31:11 GMT"; arnews[0] += "
"; arnews[1]="Multi-talented: Matt Damon has taken on a wide range of roles.
"; arnews[1] += "MATT Damon had to put on weight for his latest role as a whistleblower in The Informant, released in cinemas yesterday."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:30:55 GMT"; arnews[1] += "
"; arnews[2]="Hollywood star Matt is Xtra special guest
"; arnews[2] += "MATT Damon had to put on weight for his latest role as a whistleblower in The Informant, released in cinemas yesterday."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:55:59 GMT"; arnews[2] += "
"; arnews[3]="College Hockey: Wildcats top Terriers, 4-2
"; arnews[3] += "Finally, things are starting to turn around in Durham. After going winless in five straight games, including three against Hockey East schools, the University of New Hampshire men's hockey team has won consecutive games for the first time since the third week of October."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:54:51 GMT"; arnews[3] += "
"; arnews[4]="Is Aerosmith auditioning a singer?
"; arnews[4] += "Designer Cibeline Sariano makes some adjustments to model Tanja Lederer's outfit during \"Fashionably Late'' at the Liberty Hotel."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:31:14 GMT"; arnews[4] += "
"; arnews[5]="UNH Skates Past BU
"; arnews[5] += "Matt Campanale , Phil DeSimone and Paul Thompson recorded two points apiece to lead the University of New Hampshire men's ice hockey team to Friday night's 4-2 victory against Boston University in Hockey East action at the Whittemore Center."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:16:50 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("
");document.write("
");