var username = 'wishx'; 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/Breathe/_/Hands+To+Heaven", "Breathe ? Hands To Heaven", "http://www.last.fm/user/WishX", "WishX's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Paul+Westerberg/_/Dyslexic+Heart", "Paul Westerberg ? Dyslexic Heart", "http://www.last.fm/user/WishX", "WishX's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Infected+Mushroom/_/Stretched", "Infected Mushroom ? Stretched", "http://www.last.fm/user/WishX", "WishX's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/VNV+Nation/_/Further", "VNV Nation ? Further", "http://www.last.fm/user/WishX", "WishX's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+J.+Geils+Band/_/Freeze-Frame", "The J. Geils Band ? Freeze-Frame", "http://www.last.fm/user/WishX", "WishX's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Faith+No+More/_/Mid+Life+Crisis", "Faith No More ? Mid Life Crisis", "http://www.last.fm/user/WishX", "WishX's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Liam+Lynch/_/SOS", "Liam Lynch ? SOS", "http://www.last.fm/user/WishX", "WishX's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Stone+Roses/_/Fools+Gold", "The Stone Roses ? Fools Gold", "http://www.last.fm/user/WishX", "WishX's Recently Played Tracks"); return links; }