var username = 'lucamauri'; 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/lucamauri/statuses/8719712766", "lucamauri: I have added \"In principio era Darwin\" to my aNobii bookshelf http://i.anobii.com/8a060b", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/8719712580", "lucamauri: I have added \"Che cosa resta da scoprire\" to my aNobii bookshelf http://i.anobii.com/ccb96b", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/8719712364", "lucamauri: I have added \"In un batter di ciglia\" to my aNobii bookshelf http://i.anobii.com/431383", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/8148054586", "lucamauri: I subscribed to NikonClubTv's channel on YouTube http://www.youtube.com/user/NikonClubTv?feature=autoshare_twitter", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[4] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/user/NikonClubTv?feature=autoshare", "Subscribed to NikonClubTv", "", "Luca Mauri's shared items in Google Reader"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/8021635598", "lucamauri: I have added \"Cinquencentosei\" to my aNobii bookshelf http://i.anobii.com/66ac27", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/7959917968", "lucamauri: I have added \"Star Trek: The Art of the Film\" to my aNobii bookshelf http://i.anobii.com/d38d92", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[7] = new Link("/images/favicons/delicious.gif", "https://forums.openfiler.com/viewtopic.php?id=3114", "Openfiler Forums / Xen Tools", "http://delicious.com/lucamauri", "Delicious/lucamauri"); return links; }