var username = 'Checchia'; 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/blinklist.gif", "http://jfmitre.com/2007/05/aterramento.html", "Blog do Mitre: Aterramento", "http://www.blinklist.com", "checchia's RSS Feed from BlinkList.com"); links[1] = new Link("/images/favicons/greader.gif", "http://porta25.technetbrasil.com.br/porta25/Default.aspx?tabid=53&EntryID=464", "Novell anuncia novo Programa de Suporte e Transição para SUSE Linux Enterprise", "", "Daniel Checchia's shared items in Google Reader"); links[2] = new Link("/images/favicons/greader.gif", "http://imasters.uol.com.br/artigo/10579", "Você é o Dr. House da Segurança da Informação?", "", "Daniel Checchia's shared items in Google Reader"); links[3] = new Link("/images/favicons/greader.gif", "http://webinsider.uol.com.br/index.php/2008/10/31/mobile-commerce-e-o-comercio-eletronico-no-celular/", "Mobile commerce é o comércio eletrônico no celular", "", "Daniel Checchia's shared items in Google Reader"); links[4] = new Link("/images/favicons/greader.gif", "http://imasters.uol.com.br/artigo/10557", "Tendências do futuro", "", "Daniel Checchia's shared items in Google Reader"); links[5] = new Link("/images/favicons/greader.gif", "http://imasters.uol.com.br/artigo/10553", "TI: \"cloud computing\" é só mais um termo sugestivo?", "", "Daniel Checchia's shared items in Google Reader"); links[6] = new Link("/images/favicons/greader.gif", "http://imasters.uol.com.br/artigo/10553", "TI: \"cloud computing\" é só mais um termo sugestivo?", "", "Daniel Checchia's shared items in Google Reader"); links[7] = new Link("/images/favicons/greader.gif", "http://www.eisso.org/2008/10/29/um-derrame-analisado-de-dentro/", "Um derrame analisado de dentro", "", "Daniel Checchia's shared items in Google Reader"); return links; }