var username = 'shawngrimes'; 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/Drowning+Pool/_/Paralyzed", "Drowning Pool ? Paralyzed", "http://www.last.fm/user/sgrimes", "sgrimes's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Drowning+Pool/_/Paralyzed", "Drowning Pool ? Paralyzed", "http://www.last.fm/user/sgrimes", "sgrimes's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/James+Blunt/_/1973", "James Blunt ? 1973", "http://www.last.fm/user/sgrimes", "sgrimes's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/James+Blunt/_/1973", "James Blunt ? 1973", "http://www.last.fm/user/sgrimes", "sgrimes's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Beck/_/Modern+Guilt", "Beck ? Modern Guilt", "http://www.last.fm/user/sgrimes", "sgrimes's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Beck/_/Modern+Guilt", "Beck ? Modern Guilt", "http://www.last.fm/user/sgrimes", "sgrimes's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Matt+Nathanson/_/Weight+of+It+All", "Matt Nathanson ? Weight of It All", "http://www.last.fm/user/sgrimes", "sgrimes's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Matt+Nathanson/_/Weight+of+It+All", "Matt Nathanson ? Weight of It All", "http://www.last.fm/user/sgrimes", "sgrimes's Recently Played Tracks"); return links; }