var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obituary: Albertine L. Luyet
";
arnews[0] += "Albertine L. Luyet, 84, of Conway, passed away Friday, Nov. 20, 2009, at Heritage Living Center.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:26:55 GMT";
arnews[0] += "
";
arnews[1]="Stepping away for a commercial break at MoMA
";
arnews[1] += "Museum of Modern Art, 11 W. 53rd St., Manhattan. 212-708-9400 or moma.org. Schedule: Through April 26.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:39:11 GMT";
arnews[1] += "
";
arnews[2]="Meg Loncharic: Crowd of 780 turn outs for Lecom auction
";
arnews[2] += "The 16th edition of LECOM's Student Scholarship Fund Auction 2009 was colossally successful.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:30:00 GMT";
arnews[2] += "
";
arnews[3]="Champs
";
arnews[3] += "Once the Stephen F. Austin Lumberjacks clinched the school's fifth-ever championship and just their third Southland Conference title, they made sure to savor it.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:51:37 GMT";
arnews[3] += "
";
arnews[4]="Citizen Welles as Myth in the Making
";
arnews[4] += "RICHARD LINKLATER is keen to point out that his new film, \"Me and Orson Welles,\" is not a biopic.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:33:43 GMT";
arnews[4] += "
";
arnews[5]="Lindsay improves to 7-0 on home turf with first-round win
";
arnews[5] += "It felt like a reunion. Lindsay had been mired in a month-long funk, dropping two of its last three games while its best players were ailing.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:27:35 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("