var username = 'jsather'; 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/twitter.gif", "http://twitter.com/jsather/statuses/1098030328", "jsather: Listening to a Garbage song--Pssst! The lead singer is a Terminator!", "http://twitter.com/jsather", "Twitter / jsather"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jsather/statuses/1097682773", "jsather: I love being surprised by the random songs that come up when I have the iPod on shuffle -- Go Dead Kennedys. :)", "http://twitter.com/jsather", "Twitter / jsather"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jsather/statuses/1097339577", "jsather: I don't think my last boss read any of my status reports considering the things I'm finding while doing my annual wrap up.", "http://twitter.com/jsather", "Twitter / jsather"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Keane/_/Better+Than+This", "Keane ? Better Than This", "http://www.last.fm/user/jsather", "jsather's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Keane/_/Lovers+Are+Losing", "Keane ? Lovers Are Losing", "http://www.last.fm/user/jsather", "jsather's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Keane/_/Spiralling", "Keane ? Spiralling", "http://www.last.fm/user/jsather", "jsather's Recently Played Tracks"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jsather/statuses/1095598995", "jsather: Finished the snow blowing. Now for some football and then pool leagues.", "http://twitter.com/jsather", "Twitter / jsather"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/UNKLE/_/Burn+My+shadow", "UNKLE ? Burn My shadow", "http://www.last.fm/user/jsather", "jsather's Recently Played Tracks"); return links; }