var username = 'milkfish'; 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/Philip+Glass/_/%22Raising+the+Sail%22+-+The+Truman+Show", "Philip Glass ? \"Raising the Sail\" - The Truman Show", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Russian+Red/_/Girls+Just+Want+To+Have+Fun", "Russian Red ? Girls Just Want To Have Fun", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Lee+Konitz/_/Skylark", "Lee Konitz ? Skylark", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/A+Fine+Frenzy/_/Whisper", "A Fine Frenzy ? Whisper", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); links[4] = new Link("/images/favicons/delicious.gif", "http://isbw.murlafferty.com/2009/06/15/outlining/", "Outlining", "http://delicious.com/milkfish", "Delicious/milkfish"); links[5] = new Link("/images/favicons/delicious.gif", "http://www.s-clements.org/Music_AudioLibrary.html", "Music at Saint Clement's Church", "http://delicious.com/milkfish", "Delicious/milkfish"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/N.A.S.A./_/Spacious+Thoughts+%28feat.+Tom+Waits+and+Kool+Keith%29", "N.A.S.A. ? Spacious Thoughts (feat. Tom Waits and Kool Keith)", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Cold+Cave/_/the+laurels+of+erotomania", "Cold Cave ? the laurels of erotomania", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); return links; }