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/10739968609", "digijustin: Damn you Siena #ncaa", "http://twitter.com/digijustin", "Twitter / digijustin"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/10737274074", "digijustin: @G_Monkey_Apps Where you racing?", "http://twitter.com/digijustin", "Twitter / digijustin"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/10734142895", "digijustin: @kikarose That's funny. I thought the same thing today. It was like hearing from an long lost friend you don't care about anymore", "http://twitter.com/digijustin", "Twitter / digijustin"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/10698942508", "digijustin: Baseball draft starts in 5 minutes. Should be fun.", "http://twitter.com/digijustin", "Twitter / digijustin"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/10693936963", "digijustin: Google Will Soon Allow You to Opt Out of Google Analytics Tracking: http://bit.ly/dCpL9I via @addthis", "http://twitter.com/digijustin", "Twitter / digijustin"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/10691352339", "digijustin: RT @shaymehrdad: C'mon UTEP!", "http://twitter.com/digijustin", "Twitter / digijustin"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/10687029932", "digijustin: @bullybully32 That place is so good.", "http://twitter.com/digijustin", "Twitter / digijustin"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/digijustin/statuses/10678570100", "digijustin: @ZoDogg34 I kinda feel the same way but the tourney is still full of excitement.", "http://twitter.com/digijustin", "Twitter / digijustin"); return links; }