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/default.gif", "http://feedproxy.google.com/~r/GreenerLeithNews/~3/mg7iiyF9IGE/foot-of-the-walk-campaign-gathers-pace.html", "Foot Of The Walk Campaign Gathers Pace", "http://www.greenerleith.org/greener-leith-news/", "Greener Leith News"); links[1] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/GreenerLeithNews/~3/V_oDaIk2MSA/from-our-foreign-correspondent.html", "From Our Foreign Correspondent", "http://www.greenerleith.org/greener-leith-news/", "Greener Leith News"); links[2] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/GreenerLeithNews/~3/ZW3y4E615Do/cheese-eating-bike-monkeys-pedal-for-water-aid.html", "Cheese Eating Bike Monkeys Pedal For Water Aid", "http://www.greenerleith.org/greener-leith-news/", "Greener Leith News"); links[3] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/GreenerLeithNews/~3/7BpUOcFhNH4/leith-week-of-action-2-what-happened.html", "Leith Week of Action 2 - What Happened", "http://www.greenerleith.org/greener-leith-news/", "Greener Leith News"); links[4] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/GreenerLeithNews/~3/kHhQjsajagM/greener-leith-the-first-corporate-member-of-leith-fm.html", "Greener Leith - The First Corporate Member Of Leith FM", "http://www.greenerleith.org/greener-leith-news/", "Greener Leith News"); links[5] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/GreenerLeithNews/~3/nHthqvLAYgo/the-big-bike-giveaway.html", "The Big Bike Giveaway", "http://www.greenerleith.org/greener-leith-news/", "Greener Leith News"); links[6] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/GreenerLeithNews/~3/_6VYH7UdD9I/youre-invited-to-the-greener-leith-social.html", "You're Invited To The Greener Leith Social", "http://www.greenerleith.org/greener-leith-news/", "Greener Leith News"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adopteddomain/statuses/2265654172", "adopteddomain: Who needs a zoo? Just seen a stoat! Weasily cool.", "http://twitter.com/adopteddomain", "Twitter / adopteddomain"); return links; }