var username = 'SoulSoup'; 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/SoulSoup/statuses/8847970620", "SoulSoup: RT @b2bento 5 Tips to Improve LinkedIn Account for B2B Marketing | B2Bento http://bit.ly/9bhwcw #in", "http://twitter.com/SoulSoup", "Twitter / SoulSoup"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SoulSoup/statuses/8834217884", "SoulSoup: Impressive visualization effort from Singapore - an 37 min bus ride http://bit.ly/d1J3BR (link updated)", "http://twitter.com/SoulSoup", "Twitter / SoulSoup"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SoulSoup/statuses/8833717736", "SoulSoup: @elsua I think Google Chrome extensions for Mac only work for the developer release", "http://twitter.com/SoulSoup", "Twitter / SoulSoup"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SoulSoup/statuses/8833619481", "SoulSoup: Impressive visualization effort from Singapore - an 37 min bus ride http://ow.ly/15gVC (via @GetIT)", "http://twitter.com/SoulSoup", "Twitter / SoulSoup"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SoulSoup/statuses/8833114727", "SoulSoup: Google Creating Twitter Clone for Gmail?! http://bit.ly/9PtNki", "http://twitter.com/SoulSoup", "Twitter / SoulSoup"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SoulSoup/statuses/8816327737", "SoulSoup: Obscurity and competence: That is the life that is worth living.-M.Twain #quote http://iwise.com/stV2g", "http://twitter.com/SoulSoup", "Twitter / SoulSoup"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SoulSoup/statuses/8800482229", "SoulSoup: Lovin it - Google: Parisian Love Ad http://bit.ly/68ZWyW", "http://twitter.com/SoulSoup", "Twitter / SoulSoup"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SoulSoup/statuses/8799025499", "SoulSoup: From @b2bento Blog: Book Review: Grapevine ? The New Art of Word-of-Mouth Marketing http://bit.ly/8Zg0oy", "http://twitter.com/SoulSoup", "Twitter / SoulSoup"); return links; }