var username = 'tom_tvotw'; 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/Enya/_/Watermark", "Enya ? Watermark", "http://www.last.fm/user/tom_arush", "tom_arush's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Howard+Shelley/_/Traumerei%2C+Kindserszenen+No.7%2C+Dreaming", "Howard Shelley ? Traumerei, Kindserszenen No.7, Dreaming", "http://www.last.fm/user/tom_arush", "tom_arush's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Royal%2BPhilharmonic%2BOrchestra%252FDanielle%2BGatti/_/Symphony+No.5%2C+4th+Movement%2C+Adagietto", "Royal Philharmonic Orchestra/Danielle Gatti ? Symphony No.5, 4th Movement, Adagietto", "http://www.last.fm/user/tom_arush", "tom_arush's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Michael+Nyman/_/The+Piano", "Michael Nyman ? The Piano", "http://www.last.fm/user/tom_arush", "tom_arush's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Enya/_/Exile", "Enya ? Exile", "http://www.last.fm/user/tom_arush", "tom_arush's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Enya/_/Na+Laetha+Geal+M%27oige", "Enya ? Na Laetha Geal M'oige", "http://www.last.fm/user/tom_arush", "tom_arush's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Vangelis/_/Wait+for+Me", "Vangelis ? Wait for Me", "http://www.last.fm/user/tom_arush", "tom_arush's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Michael+Nyman/_/The+Heart+Aks", "Michael Nyman ? The Heart Aks", "http://www.last.fm/user/tom_arush", "tom_arush's Recently Played Tracks"); return links; }