function article(articleid, title) { this.articleid = articleid; this.title = title; } var articles = new Array(4); articles[0] = new article(672, 'MAC Naked Honey Makeup Collection'); articles[1] = new article(671, 'Keep Your Nose Clean and Get Rid of Blackheads'); articles[2] = new article(670, 'Reformulated Tea Tree Skin Range from The Body Shop'); articles[3] = new article(668, 'New Soy Wax Candles from Be Genki');