var username = 'nf0'; 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/lastfm.gif", "http://www.last.fm/music/7thSonnovel%40gmail.com/_/Interview%3A+Ami+Greko+and+Pablo+Defendini+from+The+New+Sleekness", "7thSonnovel@gmail.com ? Interview: Ami Greko and Pablo Defendini from The New Sleekness", "http://www.last.fm/user/nf0", "nf0's Recently Played Tracks"); links[1] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/nf0/statuses/8793467931", "Good game tonight, glad I decided to watch.", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nf0/statuses/8793467931", "nf0: Good game tonight, glad I decided to watch.", "http://twitter.com/nf0", "Twitter / nf0"); links[3] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/nf0/statuses/8678016135", "Glad it's Friday! #fb", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nf0/statuses/8678016135", "nf0: Glad it's Friday! #fb", "http://twitter.com/nf0", "Twitter / nf0"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Martin+McKeay/_/Network+Security+Podcast%2C+Episode+183", "Martin McKeay ? Network Security Podcast, Episode 183", "http://www.last.fm/user/nf0", "nf0's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Securabit/_/SecuraBit+Episode+49%3A++ConFoo.ca%21", "Securabit ? SecuraBit Episode 49: ConFoo.ca!", "http://www.last.fm/user/nf0", "nf0's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Steve+Gibson+with+Leo+Laporte/_/Security+Now+233%3A+Let%27s+Design+A+Computer", "Steve Gibson with Leo Laporte ? Security Now 233: Let's Design A Computer", "http://www.last.fm/user/nf0", "nf0's Recently Played Tracks"); return links; }