var username = 'zombiejerk'; 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/Mya%2B%2526%2BWyclef%2BJean/_/Ghetto+superstar", "Mya & Wyclef Jean ? Ghetto superstar", "http://www.last.fm/user/skullvomit", "skullvomit's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Insane+Clown+Posse/_/Sedatives", "Insane Clown Posse ? Sedatives", "http://www.last.fm/user/skullvomit", "skullvomit's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Xscape/_/Who+Can+I+Run+To", "Xscape ? Who Can I Run To", "http://www.last.fm/user/skullvomit", "skullvomit's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Tool/_/Schism", "Tool ? Schism", "http://www.last.fm/user/skullvomit", "skullvomit's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Eminem/_/3am", "Eminem ? 3am", "http://www.last.fm/user/skullvomit", "skullvomit's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Fray/_/Ungodly+Hour", "The Fray ? Ungodly Hour", "http://www.last.fm/user/skullvomit", "skullvomit's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Lily+Allen/_/Smile", "Lily Allen ? Smile", "http://www.last.fm/user/skullvomit", "skullvomit's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Dispatch/_/Flying+Horses", "Dispatch ? Flying Horses", "http://www.last.fm/user/skullvomit", "skullvomit's Recently Played Tracks"); return links; }