function sa(eid,title,datetime,event_location,append,datetext) { this.eid = eid; this.title = title; this.datetime = datetime; this.event_location = event_location; this.append = append; this.datetext = datetext; } article = new Array( new sa("61769","Young Adult Conference","","WVU Jackson Mill","Nov2009","January 29, 2010"), new sa("64769","Young Adult Conference",""," ","Nov2009","January 30, 2010"), new sa("61771","Young Adult Conference","","WVU Jackson Mill","Nov2009","January 31, 2010") );