var username = 'imjustcreative'; 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/Death+in+Vegas/_/23+Lies", "Death in Vegas ? 23 Lies", "http://www.last.fm/user/imjustcreative", "imjustcreative's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Death+in+Vegas/_/Rekkit", "Death in Vegas ? Rekkit", "http://www.last.fm/user/imjustcreative", "imjustcreative's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Death+in+Vegas/_/Natja", "Death in Vegas ? Natja", "http://www.last.fm/user/imjustcreative", "imjustcreative's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Death+in+Vegas/_/Twist+And+Crawl", "Death in Vegas ? Twist And Crawl", "http://www.last.fm/user/imjustcreative", "imjustcreative's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Death+in+Vegas/_/Natja", "Death in Vegas ? Natja", "http://www.last.fm/user/imjustcreative", "imjustcreative's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Death+in+Vegas/_/Rekkit", "Death in Vegas ? Rekkit", "http://www.last.fm/user/imjustcreative", "imjustcreative's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Death+in+Vegas/_/I+Spy", "Death in Vegas ? I Spy", "http://www.last.fm/user/imjustcreative", "imjustcreative's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Death+in+Vegas/_/Rocco", "Death in Vegas ? Rocco", "http://www.last.fm/user/imjustcreative", "imjustcreative's Recently Played Tracks"); return links; }