var arnews = new Array(7);
totcount = 7;
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]="a Papera cuts: Chandler Travis, Casuals lay down tracks for Hollywood
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 18 Nov 2009 11:03:34 GMT";
arnews[1] += "
";
arnews[2]="On Oct. 31, 2008, Pulitzer Prize-winning author Studs Terkel died in Chicago at age 96
";
arnews[2] += "Today is Saturday, Oct. 31, the 304th day of 2009. There are 61 days left in the year.";
arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 09:45:00 GMT";
arnews[2] += "
";
arnews[3]="first forums page
";
arnews[3] += "A couple of recent ones I liked. Julia Roberts, Closer Brad Pitt, Babel Olympia Dukakis, Away From Her Clint Eastwood, Gran Torino Marisa Tomei, Before the Devil Knows Youre Dead Sigourney Weaver, The Ice Storm Sigourney Weaver, A Map of the World Viggo Mortensen - A History of Violence Jeremy Irons - Dead Ringers Emile Hirsch - Into the Wild Kevin ...";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 19:12:27 GMT";
arnews[3] += "
";
arnews[4]="Celebrity birthdays
";
arnews[4] += "Today's Birthdays: Author Dick Francis is 89. Former Cambodian King Norodom Sihanouk is 87.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 18:03:20 GMT";
arnews[4] += "
";
arnews[5]="On Oct. 31, 2008, Pulitzer Prize-winning author Studs Terkel died in Chicago at age 96
";
arnews[5] += "Today is Saturday, Oct. 31, the 304th day of 2009. There are 61 days left in the year.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 17:48:08 GMT";
arnews[5] += "
";
arnews[6]="Almanac
";
arnews[6] += "Today is Saturday, Oct. 31, the 304th day of 2009. There are 61 days left in the year.";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 15:03:01 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("