var username = 'BoredMind'; 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/BoredMind/statuses/8863136373", "BoredMind: Anyone want to go to a LAN party with me this weekend in Atlanta GA? I'll drive you from Myrtle Beach and you get into it for free.", "http://twitter.com/BoredMind", "Twitter / BoredMind"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BoredMind/statuses/8824356663", "BoredMind: Been trying for 2 hours to get my MSI motherboard to recognize 3 sticks of ram in single channel mode. Still won't. What gives?!", "http://twitter.com/BoredMind", "Twitter / BoredMind"); links[2] = new Link("/images/favicons/digg.gif", "http://digg.com/football/Saints_Shock_Colts_in_Super_Bowl_XLIV", "Saints Shock Colts in Super Bowl XLIV", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BoredMind/statuses/8792677882", "BoredMind: That was one of the best overall sports games I have seen in a long time. I thoroughly enjoyed it start to finish. Great game!", "http://twitter.com/BoredMind", "Twitter / BoredMind"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BoredMind/statuses/8792440385", "BoredMind: SAINTS WIN!! Go home Payton, you lose. SAINTS!!", "http://twitter.com/BoredMind", "Twitter / BoredMind"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BoredMind/statuses/8791841573", "BoredMind: Take that Payton Manning!! GO SAINTS!!!", "http://twitter.com/BoredMind", "Twitter / BoredMind"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BoredMind/statuses/8789037513", "BoredMind: THAT was amazing!! Go Saints!!", "http://twitter.com/BoredMind", "Twitter / BoredMind"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BoredMind/statuses/8786379513", "BoredMind: Two commercials with pantless men in them in a row? This Super Bowl just took a turn for the worst.", "http://twitter.com/BoredMind", "Twitter / BoredMind"); return links; }