function asset(assetId, title, url, pubDate, commentCount) { this.assetId = assetId; this.title = unescape(title); this.url = unescape(url); this.pubDate = pubDate; this.commentCount = commentCount; } function relassets() { var assets = new Array(); return assets; } function relimpressions() { var impressions = new Array(); return impressions; }