var username = 'digijustin'; 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/digijustin/statuses/2461516696", "digijustin: Just flushed my son's first fish. I hope he doesn't notice he's gone.", "http://twitter.com/digijustin", "Twitter / digijustin"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/2460599904", "digijustin: @jasonnewlin Funny guy :)", "http://twitter.com/digijustin", "Twitter / digijustin"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/2459885295", "digijustin: Waiting for van to be done at dealership and some lady brings in 100 lb German Sheppard into waiting room.", "http://twitter.com/digijustin", "Twitter / digijustin"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/2459260175", "digijustin: At the dealership getting my van serviced. I'm youngest person in here by 30 years easily.", "http://twitter.com/digijustin", "Twitter / digijustin"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/2457384843", "digijustin: @gabe_torrez Awesome news man. Congrats to you and your growing family.", "http://twitter.com/digijustin", "Twitter / digijustin"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Interpol/_/C%27mere", "Interpol ? C'mere", "http://www.last.fm/user/digijustin", "digijustin's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Bloc+Party/_/So+Here+We+Are", "Bloc Party ? So Here We Are", "http://www.last.fm/user/digijustin", "digijustin's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Boxer+Rebellion/_/Move+On", "The Boxer Rebellion ? Move On", "http://www.last.fm/user/digijustin", "digijustin's Recently Played Tracks"); return links; }