function teaser(url, title, teaser, category, date) { this.url = url; this.title = title; this.teaser = teaser; this.category = category; this.date = date; } teasers = new Array( );