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/greader.gif", "http://wagnerebeethoven.blogspot.com/2008/11/beethoven-em-frias-frustradas.html", "BEETHOVEN EM: FÉRIAS FRUSTRADAS", "", "Luiz Irber's shared items in Google Reader"); links[1] = new Link("/images/favicons/greader.gif", "http://www1.folha.uol.com.br/fsp/quadrin/f31711200806.htm", "Níquel Náusea", "", "Luiz Irber's shared items in Google Reader"); links[2] = new Link("/images/favicons/greader.gif", "http://vaitrabalhar.blogsome.com/2008/11/14/mallu-magalhaes-cretina/", "Mallu Magalhães, cretina", "", "Luiz Irber's shared items in Google Reader"); links[3] = new Link("/images/favicons/librarything.gif", "http://www.librarything.com/work/book/38128740", "The Complete Calvin and Hobbes (Calvin & Hobbes) by Bill Watterson", "http://www.librarything.com/catalog.php?view=luizirber&sort=stampREV", "luizirber's books from LibraryThing"); links[4] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=buqtdpuZxvk", "Galaxy Song", "", "Luiz Irber's shared items in Google Reader"); links[5] = new Link("/images/favicons/greader.gif", "http://autoliniers.blogspot.com/2008/11/liniers-macanudo_11.html", "Liniers - Macanudo", "", "Luiz Irber's shared items in Google Reader"); links[6] = new Link("/images/favicons/greader.gif", "http://www1.folha.uol.com.br/fsp/quadrin/f31011200805.htm", "Mundo Monstro", "", "Luiz Irber's shared items in Google Reader"); links[7] = new Link("/images/favicons/greader.gif", "http://setanta.wordpress.com/2008/11/10/mensapocalypto/", "Mensapocalypto", "", "Luiz Irber's shared items in Google Reader"); return links; }