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(); assets[0] = new asset("5034877", "Knowledge is power against new social engineering schemes", "http%3A%2F%2Farticles.techrepublic.com.com%2F5100-10878_11-5034877.html%3Ftag%3Drbxccnbtr1", "May 22, 2003", "4"); assets[1] = new asset("1048035", "Lock IT Down: Don't let your security plan neglect social engineering threats", "http%3A%2F%2Farticles.techrepublic.com.com%2F5100-10878_11-1048035.html%3Ftag%3Dbtxcsim", "April 8, 2002", "10"); assets[2] = new asset("5435293", "Old scams pose the 'greatest security risk'", "http%3A%2F%2Farticles.techrepublic.com.com%2F5100-22_11-5435293.html%3Ftag%3Dbtxcsim", "November 2, 2004", "0"); assets[3] = new asset("5977023", "Presentation: Teach your users to recognize and resist social engineering ploys", "http%3A%2F%2Fdownloads.techrepublic.com.com%2Fdownload.aspx%3Fdocid%3D172072%26tag%3Dbtxcsim", "November 30, 2005", "0"); assets[4] = new asset("1047960", "Admins lack confidence in social engineering preparations", "http%3A%2F%2Farticles.techrepublic.com.com%2F5100-10878_11-1047960.html%3Ftag%3Dbtxcsim", "June 12, 2002", "0"); return assets; } function relimpressions() { var impressions = new Array(); impressions[0] = ''; impressions[1] = ''; return impressions; }