var username = 'liberatemedia'; 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/delicious.gif", "http://rss2twitter.com/", "RSS2twitter", "http://delicious.com/liberatemedia", "Delicious/liberatemedia"); links[1] = new Link("/images/favicons/friendfeed.gif", "http://rss2twitter.com/", "RSS2twitter", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Liberatelloyd/statuses/2454253434", "Liberatelloyd: @Emclaug - thank you for the #followfriday", "http://twitter.com/Liberatelloyd", "Twitter / Liberatelloyd"); links[3] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/Liberatelloyd/statuses/2454253434", "@Emclaug - thank you for the #followfriday", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Liberatelloyd/statuses/2454247555", "Liberatelloyd: @robertsnell i would have to agree, we even have a Canadian ex-pat community, well my wife lived in Toronto for a while, does that count? ;)", "http://twitter.com/Liberatelloyd", "Twitter / Liberatelloyd"); links[5] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/Liberatelloyd/statuses/2454247555", "@robertsnell i would have to agree, we even have a Canadian ex-pat community, well my wife lived in Toronto for a while, does that count? ;)", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Liberatelloyd/statuses/2454165427", "Liberatelloyd: @robertsnell - 50 minutes from Victoria station to Brighton - come join us on the south coast, you know you want to", "http://twitter.com/Liberatelloyd", "Twitter / Liberatelloyd"); links[7] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/Liberatelloyd/statuses/2454165427", "@robertsnell - 50 minutes from Victoria station to Brighton - come join us on the south coast, you know you want to", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); return links; }