function f(n_title, n_url, n_date, n_descr, n_pic) { this.title = n_title; this.url = n_url; this.date = n_date; this.descr = n_descr; this.pic = n_pic; }