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/delicious.gif", "http://mist.npl.washington.edu/av/altvw86.html", "Alternate View Column AV-86", "http://delicious.com/lucamauri", "Delicious/lucamauri"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/10814815266", "lucamauri: I have written a review for \"The Buried Age\" http://i.anobii.com/deb518", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[2] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=irXiTu6hEIs&feature=autoshare", "Star Trek Online: Expanding Universe Pt 1", "", "Luca Mauri's shared items in Google Reader"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/10478112176", "lucamauri: I favorited a YouTube video -- Star Trek Online: Expanding Universe Pt 1 http://youtu.be/irXiTu6hEIs?a", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/10388529403", "lucamauri: I subscribed to marklass47's channel on YouTube http://www.youtube.com/user/marklass47?feature=autoshare_twitter", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[5] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/user/marklass47?feature=autoshare", "Subscribed to marklass47", "", "Luca Mauri's shared items in Google Reader"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/10363155784", "lucamauri: I have added \"Il re sole\" to my aNobii bookshelf http://i.anobii.com/a16760", "http://twitter.com/lucamauri", "Twitter / lucamauri"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/lucamauri/statuses/10124171378", "lucamauri: I have added \"Incontri con menti straordinarie\" to my aNobii bookshelf http://i.anobii.com/73e067", "http://twitter.com/lucamauri", "Twitter / lucamauri"); return links; }