var username = 'manne'; 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/greader.gif", "http://www.jaredwoods.com.au/?p=183", "Tips For Social Media Reference Checking (if you must) | Workplace Romances ? Jared Woods", "", "Manne's shared items in Google Reader"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/manne/statuses/10859534953", "manne: Air football... This shows how creative developers can come up with completely unexpected applications! Video:.. http://bit.ly/9B1Z64", "http://twitter.com/manne", "Twitter / manne"); links[2] = new Link("/images/favicons/delicious.gif", "http://mashable.com/2010/03/22/zerista/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Mashable+%28Mashable%29&utm_content=Google+Reader", "Zerista Offers Mobile-Optimized Social Media Tools for Groups", "http://delicious.com/manne", "Delicious/manne"); links[3] = new Link("/images/favicons/delicious.gif", "http://news.cnet.com/8301-13577_3-20000805-36.html", "Nestle mess shows sticky side of Facebook pages | The Social - CNET News", "http://delicious.com/manne", "Delicious/manne"); links[4] = new Link("/images/favicons/greader.gif", "http://www.mobilecrunch.com/2010/03/19/video-this-is-easily-the-coolest-thing-ive-seen-an-iphone-do-this-week/", "Video: This is easily the coolest thing I?ve seen an iPhone do this week.", "", "Manne's shared items in Google Reader"); links[5] = new Link("/images/favicons/delicious.gif", "http://buzz-stats.appspot.com/?userid=magnus.hultberg", "Buzz-Statistics for Magnus Hultberg", "http://delicious.com/manne", "Delicious/manne"); links[6] = new Link("/images/favicons/delicious.gif", "http://www.magnusbetner.com/2010/03/hang-med-till-twitter/", "Häng med till Twitter. « Magnus Betnér", "http://delicious.com/manne", "Delicious/manne"); links[7] = new Link("/images/favicons/delicious.gif", "http://mindpark.se/att-tvinga-anstallda-att-anvanda-facebook-min-erfarenhet-om-sociala-medier-pa-arbetsplatsen-gastblogg/", "Att tvinga anställda att använda Facebook ? Min erfarenhet om sociala medier på arbetsplatsen (gästblogg) · Mindpark", "http://delicious.com/manne", "Delicious/manne"); return links; }