var username = 'layawhite'; 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/goldenlady/statuses/1017752946", "goldenlady: Goodnight tweeters...hasta la vista. Baby.", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/1017730864", "goldenlady: Wow. My Firefox just crashed.", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/1017727009", "goldenlady: @Xavierism :) No problem. FYI I've had issues with their streaming, but I think it's my connection more than anything.", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/1017724723", "goldenlady: @erillanos :) Cool, I'm glad I could help!", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/1017723014", "goldenlady: What I'm reading: 'jim doran' http://www.toluu.com/feeds/648829121/", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/1017718214", "goldenlady: @Xavierism LOL. This is why I torrent. Or, if your connection is fast enough ABC streams full episodes.", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/1017711093", "goldenlady: @Xavierism Plus axing the actres that played Hahn - and the Hahn/Torres storyline - pissed me off.", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/1017710520", "goldenlady: @Xavierism I just finished watching it. DOn't get me wrong - I loved it. But I'm not sure where they're headed.", "http://twitter.com/goldenlady", "Twitter / goldenlady"); return links; }