var username = 'jeffmadison'; 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/jeffmadison/statuses/2447184223", "jeffmadison: @dmcorp Great ideas. in IMSN 168. Thanks for sharing them.", "http://twitter.com/jeffmadison", "Twitter / jeffmadison"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffmadison/statuses/2319898291", "jeffmadison: @abiteofsanity Well ok, I'll let it go this one time :)", "http://twitter.com/jeffmadison", "Twitter / jeffmadison"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffmadison/statuses/2318863640", "jeffmadison: RT @ShermanHu: Tweets about the http://ShermanHu.tv \"Half Hour Huddle\" have reached 66,220 people http://bit.ly/7SROf (WOW!)", "http://twitter.com/jeffmadison", "Twitter / jeffmadison"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffmadison/statuses/2280172982", "jeffmadison: http://twitpic.com/83s32 -", "http://twitter.com/jeffmadison", "Twitter / jeffmadison"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffmadison/statuses/2260586243", "jeffmadison: @gloriabell If you come out to take pictures with @abiteofsanity let me know so we can meet for dinner in Iowa City.", "http://twitter.com/jeffmadison", "Twitter / jeffmadison"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffmadison/statuses/2188721997", "jeffmadison: @ShermanHu \"I'm a Mac\" great video Sherman.", "http://twitter.com/jeffmadison", "Twitter / jeffmadison"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffmadison/statuses/2126942359", "jeffmadison: @Ed_Dale Can I be famous this time? Last year I didn't make the cut.", "http://twitter.com/jeffmadison", "Twitter / jeffmadison"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffmadison/statuses/2083331458", "jeffmadison: Hey @Ed_Dale loud and clear (eddale live > http://ustre.am/CAH)", "http://twitter.com/jeffmadison", "Twitter / jeffmadison"); return links; }