var username = 'healthylemons'; 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://http://incomeclubpro.ning.com", "JHSON11 and Didital Cash Profits.com were featured", "http://friendfeed.com/zaralockwood", "FriendFeed - zaralockwood"); links[1] = new Link("/images/favicons/friendfeed.gif", "http://http://incomeclubpro.ning.com", "Paul Hines added 2 discussions", "http://friendfeed.com/zaralockwood", "FriendFeed - zaralockwood"); links[2] = new Link("/images/favicons/friendfeed.gif", "http://http://incomeclubpro.ning.com", "Zara Lemon left a comment for JHSON11", "http://friendfeed.com/zaralockwood", "FriendFeed - zaralockwood"); links[3] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/westonchatter/statuses/2472340109", "RT: @Israelptr Hoje começa o festival anual de esculturas de areia na praia de Weston-Super-Mare na Grã-Bretanha http://migre.me/3dsr", "http://friendfeed.com/zaralockwood", "FriendFeed - zaralockwood"); links[4] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/westonchatter/statuses/2472331555", "RT: @jobssw Part time Customer Sales Consultant Weston Super Mare: Location: WESTON SUPER MARESalary: £ Competitive .. http://bit.ly/CFxOF", "http://friendfeed.com/zaralockwood", "FriendFeed - zaralockwood"); links[5] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/westonchatter/statuses/2472319764", "RT @barneywsm @westonchatter http://bit.ly/YkrMe weston helliday last year :)", "http://friendfeed.com/zaralockwood", "FriendFeed - zaralockwood"); links[6] = new Link("/images/favicons/friendfeed.gif", "http://www.facebook.com/profile.php?id=553191546&story_fbid=103621656594", "Zara RT: @levitationholms Is #moonfruit anything like yumberry? ha! I asked exactly the same thing the other day it tastes like a MAC :-).", "http://friendfeed.com/zaralockwood", "FriendFeed - zaralockwood"); links[7] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/westonchatter/statuses/2472225390", "@ShotOfCoffee happy 4th of July :-)", "http://friendfeed.com/zaralockwood", "FriendFeed - zaralockwood"); return links; }