var username = 'luizirber'; 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/default.gif", "https://github.com/luizirber", "luizirber started following rbp", "https://github.com/luizirber", "Private Activity Feed for luizirber"); links[1] = new Link("/images/favicons/default.gif", "https://github.com/luizirber", "luizirber started following brunogola", "https://github.com/luizirber", "Private Activity Feed for luizirber"); links[2] = new Link("/images/favicons/default.gif", "https://github.com/luizirber", "luizirber started following lameiro", "https://github.com/luizirber", "Private Activity Feed for luizirber"); links[3] = new Link("/images/favicons/default.gif", "https://github.com/luizirber/Hand/compare/a32d827471...10f8d508ab", "luizirber pushed to master at luizirber/Hand", "https://github.com/luizirber", "Private Activity Feed for luizirber"); links[4] = new Link("/images/favicons/default.gif", "https://github.com/luizirber/Hand/compare/7076837409...a32d827471", "luizirber pushed to master at luizirber/Hand", "https://github.com/luizirber", "Private Activity Feed for luizirber"); links[5] = new Link("/images/favicons/default.gif", "https://github.com/luizirber/Hand/compare/3a2be313a0...7076837409", "luizirber pushed to master at luizirber/Hand", "https://github.com/luizirber", "Private Activity Feed for luizirber"); links[6] = new Link("/images/favicons/default.gif", "https://github.com/gabrielmarcondes/Python-WorkTheFlow", "luizirber started watching gabrielmarcondes/Python-WorkTheFlow", "https://github.com/luizirber", "Private Activity Feed for luizirber"); links[7] = new Link("/images/favicons/default.gif", "https://github.com/pypy/pypy", "luizirber started watching pypy/pypy", "https://github.com/luizirber", "Private Activity Feed for luizirber"); return links; }