var username = 'rblprd'; function Link(favico, link, title, sourceUrl, source) { this.favico = favico; this.link = link; this.title = title; this.sourceUrl = sourceUrl; this.source = source; } function Mashups() { links = new Array(); links[0] = new Link("/images/favicons/twitter.gif", "http://twitter.com/rblprd/statuses/1100516405", "rblprd: I'm at Arlington - http://bkite.com/03wjB", "http://twitter.com/rblprd", "Twitter / rblprd"); links[1] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/cea3e850dc4311dd86ac003048c10834", "rblprd checked in @ Arlington", "http://brightkite.com/people/rblprd", "Stream for rblprd"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/rblprd/statuses/1099500983", "rblprd: I'm at Coppell - http://bkite.com/03vDa", "http://twitter.com/rblprd", "Twitter / rblprd"); links[3] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/3123a93adbfd11dda623003048c0801e", "rblprd checked in @ Coppell", "http://brightkite.com/people/rblprd", "Stream for rblprd"); links[4] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/9bed545edb8b11ddadb4003048c10834", "rblprd checked in @ Arlington", "http://brightkite.com/people/rblprd", "Stream for rblprd"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/rblprd/statuses/1098380024", "rblprd: I'm at Arlington - http://bkite.com/03uXS", "http://twitter.com/rblprd", "Twitter / rblprd"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/rblprd/statuses/1097043603", "rblprd: when do you call it and finally go to the dr? Been a week and still sick :/", "http://twitter.com/rblprd", "Twitter / rblprd"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/rblprd/statuses/1097041179", "rblprd: I'm at Coppell - http://bkite.com/03u1l", "http://twitter.com/rblprd", "Twitter / rblprd"); return links; }