function asset(assetId, title, url, pubDate) { this.assetId = assetId; this.title = unescape(title); this.url = unescape(url); this.pubDate = pubDate; } function relassets() { var assets = new Array(); assets[0] = new asset("96823", "If CAPTCHAs are decommissioned what comes next?", "http%3A%2F%2Fblogs.zdnet.com%2Fsecurity%2F%3Fp%3D903%26tag%3Dbtxcsim", "February 26, 2008"); assets[1] = new asset("89384", "This stripper is paid in Captchas", "http%3A%2F%2Fblogs.zdnet.com%2FBTL%2F%3Fp%3D6800%26tag%3Dbtxcsim", "October 30, 2007"); assets[2] = new asset("97940", "Google: CAPTCHAs aren't dead yet", "http%3A%2F%2Fblogs.zdnet.com%2Fsecurity%2F%3Fp%3D952%26tag%3Dbtxcsim", "March 14, 2008"); assets[3] = new asset("99874", "Websense: Microsoft Live Hotmail CAPTCHA hacked in 6 seconds", "http%3A%2F%2Fblogs.zdnet.com%2Fsecurity%2F%3Fp%3D1023%26tag%3Dbtxcsim", "April 14, 2008"); assets[4] = new asset("6186430", "New tool screens spam, digitizes books", "http%3A%2F%2Fnews.zdnet.com%2F2100-1009_22-6186430.html%3Ftag%3Dbtxcsim", "May 24, 2007"); return assets; } function relimpressions() { var impressions = new Array(); impressions[0] = ''; return impressions; }