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/friendfeed.gif", "http://twitter.com/andymerch/statuses/10730965555", "5 techniques and 10 tools for making blogging easier - http://tr.im/SxpQ", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[1] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/Liberatelloyd/statuses/10725202060", "RT @robin1966 Good explanation of the Nestle hoo haa _ http://tiny.cc/fFNlD", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[2] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/Liberatelloyd/statuses/10724427874", "4 Ways Fortune 500 Companies Adopt Social Media http://ow.ly/1osTn via @Beth_Carroll", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[3] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/wendymcauliffe/statuses/10724245144", "Have spent some time this week catching up with contacts from my journalist days - has been great to hear what people are doing now.", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[4] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/wendymcauliffe/statuses/10724004123", "Good insight: the ROI of B2B blogging as experienced by Orange Business Services by @ygourven", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Liberatelloyd/statuses/10722629216", "Liberatelloyd: 'You really don't want to be the next Nestle' added to presentation...", "http://twitter.com/Liberatelloyd", "Twitter / Liberatelloyd"); links[6] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/Liberatelloyd/statuses/10722629216", "'You really don't want to be the next Nestle' added to presentation...", "http://friendfeed.com/liberatemedia", "FriendFeed - liberatemedia"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/liberatemedia/statuses/10720417673", "liberatemedia: Social Media News: Customers 'complain on social media websites' - BBC News http://bit.ly/bOWpyI", "http://twitter.com/liberatemedia", "Twitter / liberatemedia"); return links; }