var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Paper' cuts: Chandler Travis, Casuals lay down tracks for Hollywood
";
arnews[0] += "The laid-back singer/songwriter/guitarist/bassist of both the Incredible Casuals and the Chandler Travis Philharmonic recently landed five songs on the soundtrack of a major Hollywood movie: the upcoming comedy \"Paper Man,\" starring Jeff Daniels, Ryan Reynolds and Lisa Kudrow.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 03:16:36 GMT";
arnews[0] += "
";
arnews[1]="Unexpected Company: Entertaining audiences since 2003
";
arnews[1] += "MAKING IT HAPPEN: From left, Justin Lang, Michael Varejao and Kim Kalunian build off each others comedic dialog.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:00:56 GMT";
arnews[1] += "
";
arnews[2]="a Friendsa movie unlikely: Kudrow
";
arnews[2] += "The 45-year-old actress - who played kooky masseuse Phoebe on the US TV show believes a big screen reunion is unlikely because \"everyone is busy\". Referring to the show's original writer-creators Marta Kauffman and David Crane, Lisa said: \"I guess they don't think it's a good idea? It would be fun, but I don't know.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 14:35:24 GMT";
arnews[2] += "
";
arnews[3]="a Papera cuts: Chandler Travis, Casuals lay down tracks for Hollywood
";
arnews[3] += "The laid-back singer/songwriter/guitarist/bassist of both the Incredible Casuals and the Chandler Travis Philharmonic recently landed five songs on the soundtrack of a major Hollywood movie: the upcoming comedy \"Paper Man,\" starring Jeff Daniels, Ryan Reynolds and Lisa Kudrow.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:03:34 GMT";
arnews[3] += "
";
arnews[4]="Do You Want Another Friends Movie
";
arnews[4] += "Lisa Kudrow doesn't think there will ever be a 'Friends' movie. Referring to the show's original writer-creators Marta Kauffman and David Crane, Lisa said: \"I guess they don't think it's a good idea... It would be fun, but I don't know.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:31:27 GMT";
arnews[4] += "
";
arnews[5]="Friends reunion update: it probably won't happen
";
arnews[5] += "So this is the 9,327th article that has been written about a possible Friends reunion.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 18:30: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("