var username = 'aux'; 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/scottstafford/statuses/8792793217", "scottstafford: RT @Enomalas2010: Was @HerCuteness just in a Superbowl ad with a Yo Gabba Gabba character? WOW. @debihope IS a celebrity!", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/8792760618", "scottstafford: The Who Dat.", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/8519900853", "scottstafford: RT @smashingmag: Google gives up on IE6 (and that's good!) - http://bit.ly/dsJW94", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/8416916887", "scottstafford: Rock climbing at National Jewish http://twitpic.com/10inqphttp://maps.google.com?q=39.7387109,-104.9410744", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/8268054201", "scottstafford: Video: This iTablet thing has promise. http://tumblr.com/xwp5vqod2", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/8181639891", "scottstafford: New blog post: New Belgium's new IPA is hoppy, tasty, and at your local liquor store http://bit.ly/676SN0", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/8045580078", "scottstafford: Thanks for the O'Franken Factor. RT @AirAmericaMedia We are sorry to announce Air America is ceasing its live programming this afternoon", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/7676936493", "scottstafford: RT @TheOnion Sports: Colts To Rest Starters For First Game Of Playoffs http://bit.ly/7uCg6O", "http://twitter.com/scottstafford", "Twitter / scottstafford"); return links; }