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/friendfeed.gif", "http://wakoopa.com/software/sun-download-manager-1", "Sun Download Manager", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[1] = new Link("/images/favicons/friendfeed.gif", "http://wakoopa.com/software/mozyhome-remote-backup", "MozyHome Remote Backup", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[2] = new Link("/images/favicons/friendfeed.gif", "http://wakoopa.com/software/backboard", "Backboard", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[3] = new Link("/images/favicons/friendfeed.gif", "http://wakoopa.com/software/associated-content", "Associated Content", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[4] = new Link("/images/favicons/friendfeed.gif", "http://blog.makezine.com/archive/2010/03/death_star_watermelon.html", "Death Star watermelon", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Cory+Doctorow/_/Clockwork+Fagin+5+%E2%80%93+CONCLUSION", "Cory Doctorow ? Clockwork Fagin 5 ? CONCLUSION", "http://www.last.fm/user/nf0", "nf0's Recently Played Tracks"); links[6] = new Link("/images/favicons/default.gif", "http://osx.iusethis.com/app/devonthinkprofessionaloffice", "DEVONthink Professional Office - 2.0", "http://osx.iusethis.com/user.rss/nf0", "New apps iused by nf0"); links[7] = new Link("/images/favicons/greader.gif", "http://blog.makezine.com/archive/2010/03/death_star_watermelon.html", "Death Star watermelon", "", "Josh's shared items in Google Reader"); return links; }