var username = 'lassi'; 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/twitter.gif", "http://twitter.com/lassi/statuses/8854616236", "lassi: Looking for interesting Finnish & smart less-known international speakers on all things digital - ideas?", "http://twitter.com/lassi", "Twitter / lassi"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lassi/statuses/8833408922", "lassi: played Mass Effect 2 (360) in the last 24 hours. http://raptr.com/Lassi", "http://twitter.com/lassi", "Twitter / lassi"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lassi/statuses/8815068554", "lassi: Home sweet home. And my copy of You Are Not A Gadget: A Manifesto arrived from Amazon as well. Comments later, 1st impression: smart.", "http://twitter.com/lassi", "Twitter / lassi"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lassi/statuses/8798767931", "lassi: RT @teemuha: NYTimes: Free vs. Paid, Murdoch vs. Rusbridger http://s.nyt.com/u/eFG", "http://twitter.com/lassi", "Twitter / lassi"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lassi/statuses/8798556366", "lassi: Interesting read & photos about old Cold War missile silos being repurposed at @wired - http://bit.ly/a9r8NA", "http://twitter.com/lassi", "Twitter / lassi"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lassi/statuses/8798177237", "lassi: Google's Super Bowl 2010 Ad, \"Parisian Love\" is great. Google truly is the database of our intentions - http://bit.ly/cTbZho", "http://twitter.com/lassi", "Twitter / lassi"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lassi/statuses/8798121665", "lassi: Google ad! RT @coccco: Thx 2 @zackzaban Good site to watch the superbowl ads: http://superbowlads.fanhouse.com/ #brandbowl #sbadwatch2010", "http://twitter.com/lassi", "Twitter / lassi"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lassi/statuses/8788299325", "lassi: played Mass Effect 2 (360) in the last 24 hours. http://raptr.com/Lassi", "http://twitter.com/lassi", "Twitter / lassi"); return links; }