var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DIFFA brings new format to annual fundraiser
";
arnews[0] += "One of Dallas' most venerable partnerships of flash and philanthropy unveils a new format on Wednesday , when the Dallas chapter of Design Industries Foundation Fighting AIDS hosts the DIFFA 2010 Silent Auction Party at Union Station.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 20:37:00 GMT";
arnews[0] += "
";
arnews[1]="Marriages
";
arnews[1] += "Jeremy William OODwyer of Grand Junction, Colo. and Kayla Marie Nelson of Fruita, Colo.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 09:18:00 GMT";
arnews[1] += "
";
arnews[2]="Marriages
";
arnews[2] += "September 19 Jeffery Ron Harris and Tricia Lynne Burton of St. George October 2 Daniel Ross Beardall and Kate Bringhurst of Hurricane Alexander Allen Redmon and Kathryn Joy Fernandez of St.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Going out: Halloween night in NYC
";
arnews[3] += "This year Halloween falls on a Saturday and there are parties and events everywhere for adults looking to dress up and have some fun in New York City.";
arnews[3] += "
Publ.Date : Tue, 13 Oct 2009 06:08:08 GMT";
arnews[3] += "
";
arnews[4]="Life On Mars: The Complete Series
";
arnews[4] += "Our review of Life On Mars: Series 1 , published July 28th, 2009, is also available.";
arnews[4] += "
Publ.Date : Tue, 29 Sep 2009 08:07:22 GMT";
arnews[4] += "
";
arnews[5]="College Notes: Gates, Chili, Henrietta, Southwest towns
";
arnews[5] += "Attica Sara Jones of Attica graduated summa cum laude from the State University College at Geneseo in May.";
arnews[5] += "
Publ.Date : Fri, 25 Sep 2009 07:00: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("