var username = 'DavisFreeberg'; 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/DavisFreeberg/statuses/8866269082", "DavisFreeberg: Congress introduces a bill to force kiosk makers to support the blind, but still hasn't addressed the issue of... http://ff.im/fFex6", "http://twitter.com/DavisFreeberg", "Twitter / DavisFreeberg"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/DavisFreeberg/statuses/8864634196", "DavisFreeberg: Please join me at 10:20 PST for a live discussion of DivX's presentation at the Thomas Weisel Partners... [pic] http://ff.im/fF5HR", "http://twitter.com/DavisFreeberg", "Twitter / DavisFreeberg"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/DavisFreeberg/statuses/8863360517", "DavisFreeberg: H.264 has promised to stay royalty free for the time being, but they're using a tactic that crack dealers know well.... http://ff.im/fEZeT", "http://twitter.com/DavisFreeberg", "Twitter / DavisFreeberg"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/DavisFreeberg/statuses/8857223891", "DavisFreeberg: \"If it bleeds, we can kill it.\" - Arnold Schwarzenegger's investment firm, Dimensional fund advisors, begins... [pic] http://ff.im/fEvS7", "http://twitter.com/DavisFreeberg", "Twitter / DavisFreeberg"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/DavisFreeberg/statuses/8817677131", "DavisFreeberg: As much as I'd like to see Google replace the traditional classified ad, not sure that it's there yet. My first... http://ff.im/fBwmU", "http://twitter.com/DavisFreeberg", "Twitter / DavisFreeberg"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/DavisFreeberg/statuses/8817247887", "DavisFreeberg: More proof that TiVo is about to release a new DVR or are they starting to get really aggressive about adding... [pic] http://ff.im/fBtYj", "http://twitter.com/DavisFreeberg", "Twitter / DavisFreeberg"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/DavisFreeberg/statuses/8815917841", "DavisFreeberg: Remember that old wives tale that if everyone flushes the toilet at the same time during the Super Bowl it will... http://ff.im/fBmJy", "http://twitter.com/DavisFreeberg", "Twitter / DavisFreeberg"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/DavisFreeberg/statuses/8752183541", "DavisFreeberg: Some watch the game, others commercials & some <3 the controversy. What do you think will win the most... [pic] http://ff.im/fwMD0", "http://twitter.com/DavisFreeberg", "Twitter / DavisFreeberg"); return links; }