var username = 'thefoo'; 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/thefoo/statuses/894766312", "thefoo: I hate that burger king is right outside my office building. bah!", "http://twitter.com/thefoo", "Twitter / thefoo"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thefoo/statuses/894765402", "thefoo: eating a late lunch ... BK whopper -- healthy food ;-)", "http://twitter.com/thefoo", "Twitter / thefoo"); links[2] = new Link("/images/favicons/jaiku.gif", "http://feeds.feedburner.com/~r/TheFooLogs/~3/369184899/", "Busy Bee", "http://thefoo.jaiku.com", "Jaiku | Latest from thefoo"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thefoo/statuses/864721256", "thefoo: still think dylon mcmahon (from nip tuck/ fantastic 4) would have made a better james bond instead of daniel craig", "http://twitter.com/thefoo", "Twitter / thefoo"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thefoo/statuses/864718913", "thefoo: @lisabettany figure skating is a *normal* job?", "http://twitter.com/thefoo", "Twitter / thefoo"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thefoo/statuses/864711162", "thefoo: @nrek what exactly is a twitter tweaker", "http://twitter.com/thefoo", "Twitter / thefoo"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thefoo/statuses/864707418", "thefoo: watched batman on the weekend -- anyone else think heath ledger's joker was pretty creepy and disturbing", "http://twitter.com/thefoo", "Twitter / thefoo"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/thefoo/statuses/864705391", "thefoo: watching fantastic 4 on tv for the ummm 12th time", "http://twitter.com/thefoo", "Twitter / thefoo"); return links; }