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/10675057991", "scottstafford: Alex Chilton, RIP.", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/10675023565", "scottstafford: \"Let me be your one light, And if you'd like a true heart, Take the time to show you're mine, And I'll be a blue moon in the dark.\"", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/10538251114", "scottstafford: Ween at Aragon Ballroom 6/26 and Melvins at Double Door 6/25. Chicago is calling me home.", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/9844849884", "scottstafford: @JohnReidyDenver Missoula, MT. Here's another: http://scottstafford.com/music/pavement1999-11-16.zip (Tilburg, Netherlands)", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/9841893005", "scottstafford: @JohnReidyDenver This is a good one: http://scottstafford.com/music/pavement1997-04-21.zip I can upload more...", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/9347906690", "scottstafford: Record shopping at Twist and Shout. Found The Mollusk on vinyl. I've got a good feeling about today.", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/scottstafford/statuses/8792760618", "scottstafford: The Who Dat.", "http://twitter.com/scottstafford", "Twitter / scottstafford"); links[7] = 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"); return links; }