You are on page 1of 1

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("49816", "WEP cracking for dummies", "http%3A%2F


%2Fblogs.zdnet.com%2FOu%2F%3Fp%3D60%26tag%3Drbxccnbzd1", "May 12, 2005");

assets[1] = new asset("76785", "WEP - Gone in Sixty seconds!", "http%3A%2F


%2Fblogs.zdnet.com%2Fhardware%2F%3Fp%3D347%26tag%3Drbxccnbzd1", "April 5, 2007");

assets[2] = new asset("49778", "New generation of hacking tools puts many more
Wireless LANs at risk", "http%3A%2F%2Fblogs.zdnet.com%2FOu%2F%3Fp%3D20%26tag
%3Drbxccnbzd1", "December 16, 2004");

assets[3] = new asset("49804", "FBI demonstrates 3 minute Wi-Fi hack", "http%3A%2F


%2Fblogs.zdnet.com%2FOu%2F%3Fp%3D48%26tag%3Drbxccnbzd1", "April 1, 2005");

assets[4] = new asset("49798", "Simple advice for securing your home wireless LAN",
"http%3A%2F%2Fblogs.zdnet.com%2FOu%2F%3Fp%3D42%26tag%3Drbxccnbzd1", "March 15,
2005");

return assets;
}

function relimpressions() {
var impressions = new Array();

impressions[0] = '<img src="http://dw.com.com/redir?


tag=rbxicnbzd1&destUrl=http://techrepublic.com.com/b.gif" border="0" width="1"
height="1" />';

return impressions;
}

You might also like