var username = 'steaprok'; 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/Ghostland+Observatory/_/Sad+Sad+City", "Ghostland Observatory ? Sad Sad City", "http://www.last.fm/user/steaprok", "steaprok's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Ghostland+Observatory/_/Vibrate", "Ghostland Observatory ? Vibrate", "http://www.last.fm/user/steaprok", "steaprok's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Ghostland+Observatory/_/All%2BYou%2BRock%2B%2526%2BRollers", "Ghostland Observatory ? All You Rock & Rollers", "http://www.last.fm/user/steaprok", "steaprok's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Ghostland+Observatory/_/Move+With+Your+Lover", "Ghostland Observatory ? Move With Your Lover", "http://www.last.fm/user/steaprok", "steaprok's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Ghostland+Observatory/_/Ghetto+Magnet", "Ghostland Observatory ? Ghetto Magnet", "http://www.last.fm/user/steaprok", "steaprok's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Ghostland+Observatory/_/Piano+Man", "Ghostland Observatory ? Piano Man", "http://www.last.fm/user/steaprok", "steaprok's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Ghostland+Observatory/_/Victory+Lap", "Ghostland Observatory ? Victory Lap", "http://www.last.fm/user/steaprok", "steaprok's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Ghostland+Observatory/_/Best+Won%27t+Do", "Ghostland Observatory ? Best Won't Do", "http://www.last.fm/user/steaprok", "steaprok's Recently Played Tracks"); return links; }