var username = 'eddymul'; 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/eddymul/statuses/10705663700", "eddymul: @NintendoAmerica Donkey Kong Country 2, because of @ocremix's new album Serious Monkey Business! http://dkc2.ocremix.org #NintendoDay", "http://twitter.com/eddymul", "Twitter / eddymul"); links[1] = new Link("/images/favicons/delicious.gif", "http://www.knowliz.com/2009/06/how-to-uninstall-adobe-air-applications.html", "How to Uninstall Adobe Air Applications on Ubuntu?", "http://delicious.com/eddymulyono", "Delicious/eddymulyono"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/eddymul/statuses/10555899390", "eddymul: PLEASE RT! New FREE game music ReMix album by @ocremix! Donkey Kong Country 2: Serious Monkey Business! http://dkc2.ocremix.org", "http://twitter.com/eddymul", "Twitter / eddymul"); links[3] = new Link("/images/favicons/greader.gif", "http://esr.ibiblio.org/?p=1835", "Social Security and the fiscal event horizon", "", "Eddy Mulyono's shared items in Google Reader"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/eddymul/statuses/10446236456", "eddymul: some levels of rock: headbanging -> air guitar -> guitar hero", "http://twitter.com/eddymul", "Twitter / eddymul"); links[5] = new Link("/images/favicons/delicious.gif", "http://kb.iu.edu/data/adxw.html", "In vi, how do I go to a particular line or word in a file? - Knowledge Base", "http://delicious.com/eddymulyono", "Delicious/eddymulyono"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/eddymul/statuses/10249453267", "eddymul: might use #python super(type(self), self).parent_function() in the future", "http://twitter.com/eddymul", "Twitter / eddymul"); links[7] = new Link("/images/favicons/delicious.gif", "http://stackoverflow.com/questions/234963/re-open-scratch-buffer-in-emacs", "Re-open *scratch* buffer in emacs? - Stack Overflow", "http://delicious.com/eddymulyono", "Delicious/eddymulyono"); return links; }