var username = 'thepete'; 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/thepete/statuses/1017450723", "thepete: I was just browsing through my blog from the last couple weeks and it hit me how much happier my life is now that the damn election is over.", "http://twitter.com/thepete", "Twitter / thepete"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thepete/statuses/1017342862", "thepete: @politics4all I have not gotten my shirt yet, but thanks for the reminder--need to stop by Politics4All.com and spend some time :)", "http://twitter.com/thepete", "Twitter / thepete"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thepete/statuses/1017173870", "thepete: Just took my 140th mugshot! http://www.dailymugshot.com/main/show/421", "http://twitter.com/thepete", "Twitter / thepete"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thepete/statuses/1017149747", "thepete: Vast Frozen Water Reserves Found on Mars : Discovery News (http://ping.fm/Ba0nk)", "http://twitter.com/thepete", "Twitter / thepete"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thepete/statuses/1016890076", "thepete: @thePuck Obama's Possible AG nom: Former Lawyer for a Corporation that Supported Terror http://s3nt.com/amsj", "http://twitter.com/thepete", "Twitter / thepete"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thepete/statuses/1016888838", "thepete: @PeterSantilli Yeah, I feel like we should just be allowed to crash and bleed out. Get all the toxins out of our system and then move on.", "http://twitter.com/thepete", "Twitter / thepete"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thepete/statuses/1016850574", "thepete: ThePete.Com: Obama's Possible AG nom: Former Lawyer for a Corporation that Supported Terror http://s3nt.com/amsj", "http://twitter.com/thepete", "Twitter / thepete"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thepete/statuses/1016827515", "thepete: ThePete.Com: MACROSS II (1992) http://s3nt.com/amsf", "http://twitter.com/thepete", "Twitter / thepete"); return links; }