var username = 'gregburton'; 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/gregnburton/statuses/994691261", "gregnburton: Armon: I seriously want some hatemail...must be some awesome armor", "http://twitter.com/gregnburton", "Twitter / gregnburton"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/gregnburton/statuses/991257636", "gregnburton: @shatter of course it can - we've known it for years, haven't we?", "http://twitter.com/gregnburton", "Twitter / gregnburton"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/gregnburton/statuses/991255172", "gregnburton: and to be disgustingly conventional - Bill Richardson for Secretary of State!", "http://twitter.com/gregnburton", "Twitter / gregnburton"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/gregnburton/statuses/991245176", "gregnburton: shift New Mexico to the Blue column - governor, 2 senators, all 3 congressfolks, and the presidency", "http://twitter.com/gregnburton", "Twitter / gregnburton"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/gregnburton/statuses/988025205", "gregnburton: @qtrnevermore hold out for a bridesmaid kilt", "http://twitter.com/gregnburton", "Twitter / gregnburton"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/gregnburton/statuses/987334949", "gregnburton: \"mama he's so white\" ... \"no darlin. We're white. He's dead\"", "http://twitter.com/gregnburton", "Twitter / gregnburton"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/gregnburton/statuses/987309868", "gregnburton: At least that explains why I caught you dancing around im that Laura Bush mask yesterday", "http://twitter.com/gregnburton", "Twitter / gregnburton"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/gregnburton/statuses/985502413", "gregnburton: distributed networks include messages passed by sneakernet, @frugalbinx", "http://twitter.com/gregnburton", "Twitter / gregnburton"); return links; }