var username = 'smashcut'; 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/The+Smiths/_/You%27ve+Got+Everything+Now", "The Smiths ? You've Got Everything Now", "http://www.last.fm/user/smashcut", "smashcut's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Smiths/_/Reel+Around+the+Fountain", "The Smiths ? Reel Around the Fountain", "http://www.last.fm/user/smashcut", "smashcut's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Smiths/_/let+me+get+what+i+want", "The Smiths ? let me get what i want", "http://www.last.fm/user/smashcut", "smashcut's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Smiths/_/I+Know+It%27s+Over", "The Smiths ? I Know It's Over", "http://www.last.fm/user/smashcut", "smashcut's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Smiths/_/let+me+get+what+i+want", "The Smiths ? let me get what i want", "http://www.last.fm/user/smashcut", "smashcut's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Gorillaz/_/Feel+Good+Inc", "Gorillaz ? Feel Good Inc", "http://www.last.fm/user/smashcut", "smashcut's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Gorillaz/_/Dirty+Harry", "Gorillaz ? Dirty Harry", "http://www.last.fm/user/smashcut", "smashcut's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Gorillaz/_/O+Green+World", "Gorillaz ? O Green World", "http://www.last.fm/user/smashcut", "smashcut's Recently Played Tracks"); return links; }