var username = 'JasonFalls'; 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/JasonFalls/statuses/813683593", "JasonFalls: @AlbertMaruggi he's on his way. Wouldn't trust the kid with math, though.", "http://twitter.com/JasonFalls", "Twitter / JasonFalls"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/JasonFalls/statuses/813681243", "JasonFalls: Perhaps the tiger slide attendant will tell him to stop picking his nose.", "http://twitter.com/JasonFalls", "Twitter / JasonFalls"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/JasonFalls/statuses/813680897", "JasonFalls: My son won't listen to me, but revere's the FunDome tiger slide attendant.", "http://twitter.com/JasonFalls", "Twitter / JasonFalls"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/JasonFalls/statuses/813680408", "JasonFalls: @chris_bailey Go for it, dude. Look forward to reading it.", "http://twitter.com/JasonFalls", "Twitter / JasonFalls"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/JasonFalls/statuses/813675459", "JasonFalls: @amandagravel why am I suddenly thinking Thelma and Louise?", "http://twitter.com/JasonFalls", "Twitter / JasonFalls"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/JasonFalls/statuses/813673967", "JasonFalls: @chris_bailey exactly. Wish we all had that approach to life and even business.", "http://twitter.com/JasonFalls", "Twitter / JasonFalls"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/JasonFalls/statuses/813673242", "JasonFalls: @guykawasaki Does that make them bi-planes? Heh.", "http://twitter.com/JasonFalls", "Twitter / JasonFalls"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/JasonFalls/statuses/813671996", "JasonFalls: @sgetgood Even sent one to Godin. Hasn't worked yet, but it's clever.", "http://twitter.com/JasonFalls", "Twitter / JasonFalls"); return links; }