var username = 'g808'; 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/g808/statuses/156597813613043712", "g808: Did Upshaw just say \"fool\" while accepting the defensive MVP award?", "http://twitter.com/g808", "Twitter / g808"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/156595194609942528", "g808: Saban showed who built LSU. Now what #BCS?", "http://twitter.com/g808", "Twitter / g808"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/156593982711934978", "g808: @Akula game was over awhile before that", "http://twitter.com/g808", "Twitter / g808"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/156571261575757824", "g808: Really GC? Ever think people might DVR for after work viewing? ?@GolfChannel: Steve Stricker (-23) wins first event of 2012 #PGATOUR season", "http://twitter.com/g808", "Twitter / g808"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/155731076151640064", "g808: All these @macys workers & none helping us. This is why @Nordstrom has a better shopping experience. http://t.co/jfZ96lYK", "http://twitter.com/g808", "Twitter / g808"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/150669811536498688", "g808: @geektonic I do have SageTV w/ HD300 for fun. About to kill it to reclaim tuners & add another Xbox extender. How much longer u holding out?", "http://twitter.com/g808", "Twitter / g808"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/150659442025828353", "g808: @geektonic yup", "http://twitter.com/g808", "Twitter / g808"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/150506453789192192", "g808: Wow, still using Windows Media Center since this tweet. https://t.co/ueJh4zbw", "http://twitter.com/g808", "Twitter / g808"); return links; }