var username = 'paige'; 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/paigew/statuses/8865376240", "paigew: @briggsb Isn't this called Google Wave?", "http://twitter.com/paigew", "Twitter / paigew"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/paigew/statuses/8768551035", "paigew: @PhillyAikido Great \"move from the center\" training... Stay warm.", "http://twitter.com/paigew", "Twitter / paigew"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/paigew/statuses/8755062714", "paigew: @ObsidianCrane you coming to Seattle? Going to be in town long? We play on Tuesdays...", "http://twitter.com/paigew", "Twitter / paigew"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/paigew/statuses/8619891911", "paigew: @ActuallyNPH Press Your Luck (\"No Whammy, No Whammy!\") and Cash Cab.", "http://twitter.com/paigew", "Twitter / paigew"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/paigew/statuses/8612314304", "paigew: Harbinger Image Pack available from http://digs.by/1Kx5 #l5r", "http://twitter.com/paigew", "Twitter / paigew"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/paigew/statuses/8595477803", "paigew: RT @briggsb: This is not the greatest and best tweet in the world. This is just a tribute. http://youtu.be/pcJwz7wu8_s", "http://twitter.com/paigew", "Twitter / paigew"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/paigew/statuses/8577909560", "paigew: Played Thunderstone on 2010-02-02 http://boardgamegeek.com/play/details/3928258 #bggplay", "http://twitter.com/paigew", "Twitter / paigew"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/paigew/statuses/8550026659", "paigew: RT @torchdragon: It appears that I've been working with the wrong coding interface all these years... http://dougbarton.us/images/superc ...", "http://twitter.com/paigew", "Twitter / paigew"); return links; }