var username = 'adopteddomain'; 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/adopteddomain/statuses/1015196484", "adopteddomain: The trains late and I want pizza!", "http://twitter.com/adopteddomain", "Twitter / adopteddomain"); links[1] = new Link("/images/favicons/default.gif", "http://feeds.feedburner.com/~r/GreenerLeithNews/~3/459860737/dr-bells-greenspace-survey.html", "Dr Bells Greenspace Survey", "http://www.greenerleith.org/greener-leith-news/", "Greener Leith News"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adopteddomain/statuses/1013031534", "adopteddomain: New comment on AD Definitely not obvious comments on 30 BNP members too many in Ed.. http://snipr.com/5x7p7", "http://twitter.com/adopteddomain", "Twitter / adopteddomain"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adopteddomain/statuses/1012936018", "adopteddomain: @GordonHodgson True. I see they have a 'gold member' level. Wonder what you have to do to become one?", "http://twitter.com/adopteddomain", "Twitter / adopteddomain"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adopteddomain/statuses/1012923863", "adopteddomain: Can you see the unicorn? http://snipr.com/5wywc", "http://twitter.com/adopteddomain", "Twitter / adopteddomain"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adopteddomain/statuses/1012827024", "adopteddomain: 30 BNP members too many in Edinburgh: OOPs - the entire membership of the BNP has been leaked all o.. http://tinyurl.com/5k3g5q", "http://twitter.com/adopteddomain", "Twitter / adopteddomain"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adopteddomain/statuses/1012752667", "adopteddomain: @garydunion He was in the metro the other day too.", "http://twitter.com/adopteddomain", "Twitter / adopteddomain"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adopteddomain/statuses/1012688828", "adopteddomain: @podnosh I read that 2nd life/real life (\"meat space?\") divorce story too. I don't think I could handle a 2nd life. This ones mad enough.", "http://twitter.com/adopteddomain", "Twitter / adopteddomain"); return links; }