var username = 'paulofeh'; 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/M.+Ward/_/Duet%2Bfor%2BGuitars%2B%25233", "M. Ward ? Duet for Guitars #3", "http://www.last.fm/user/paulofeh", "paulofeh's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/M.+Ward/_/Duet%2Bfor%2BGuitars%2B%25231", "M. Ward ? Duet for Guitars #1", "http://www.last.fm/user/paulofeh", "paulofeh's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/M.+Ward/_/Not+a+Gang", "M. Ward ? Not a Gang", "http://www.last.fm/user/paulofeh", "paulofeh's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/M.+Ward/_/I%27ll+Be+Yr+Bird", "M. Ward ? I'll Be Yr Bird", "http://www.last.fm/user/paulofeh", "paulofeh's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/M.+Ward/_/Were+You+There%3F", "M. Ward ? Were You There?", "http://www.last.fm/user/paulofeh", "paulofeh's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/M.+Ward/_/It+Was+a+Beautiful+Car", "M. Ward ? It Was a Beautiful Car", "http://www.last.fm/user/paulofeh", "paulofeh's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/M.+Ward/_/Song+From+Debby%27s+Stairs", "M. Ward ? Song From Debby's Stairs", "http://www.last.fm/user/paulofeh", "paulofeh's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/M.+Ward/_/He%2BAsked%2BMe%2BTo%2BBe%2BA%2BSnake%2B%2526%2BLive%2BUnderground", "M. Ward ? He Asked Me To Be A Snake & Live Underground", "http://www.last.fm/user/paulofeh", "paulofeh's Recently Played Tracks"); return links; }