var username = 'bamapachyderm'; 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/bamapachyderm/statuses/22335964161", "bamapachyderm: @ProphetJoe sorry, I'm never on twitter. I'm not rly in Iran, either. :) I'm on Facebook, blog is dead & staying that way :) thx 4 asking!", "http://twitter.com/bamapachyderm", "Twitter / bamapachyderm"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/bamapachyderm/statuses/22335587414", "bamapachyderm: RT @ICanStalkU: Over the past hour: 2936 tweets scanned, 1879 pictures checked, 29 stalked, 12 errors #geotags #privacy #fail", "http://twitter.com/bamapachyderm", "Twitter / bamapachyderm"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/bamapachyderm/statuses/22322948003", "bamapachyderm: I present to you President Steve Urkel, courtesy of Getty Images (NOT photoshopped!!!) - http://tinyurl.com/24qwv6y #tcot #obama #lol", "http://twitter.com/bamapachyderm", "Twitter / bamapachyderm"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/bamapachyderm/statuses/21879171305", "bamapachyderm: I can stalk you...are you telling everyone where you live? http://twurl.nl/callsn", "http://twitter.com/bamapachyderm", "Twitter / bamapachyderm"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/bamapachyderm/statuses/21576028661", "bamapachyderm: @ikepigott I dunno, I still don't get why people want a fb tracking device. I thought that was for parolees, not \"us.\" #getoffmylawnkids", "http://twitter.com/bamapachyderm", "Twitter / bamapachyderm"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Wintersun/_/Sadness+and+Hate", "Wintersun ? Sadness and Hate", "http://www.last.fm/user/bamapachyderm", "bamapachyderm's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Wintersun/_/Beautiful+Death", "Wintersun ? Beautiful Death", "http://www.last.fm/user/bamapachyderm", "bamapachyderm's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Wintersun/_/Starchild", "Wintersun ? Starchild", "http://www.last.fm/user/bamapachyderm", "bamapachyderm's Recently Played Tracks"); return links; }