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/default.gif", "http://feedproxy.google.com/~r/Parlenda/~3/ZjxYlpHT6fE/", "Serviço e Site Plaxo.com fora do ar!", "http://checchia.net/blog", "Checchia´s Blog"); links[1] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/checchia/~3/LTsaY5mby98/", "O departamento de TI do futuro vai mesclar o técnico e o estratégico", "http://checchia.net", "Checchia.NET"); links[2] = new Link("/images/favicons/greader.gif", "http://feeds.under-linux.org/~r/underlinux/~3/pv1aT8-jZbY/b1069-panasonic-anuncia-notebook-mais-resistente-do-mundo", "Panasonic anuncia \"notebook mais resistente do mundo\"", "", "Daniel Checchia's shared items in Google Reader"); links[3] = new Link("/images/favicons/greader.gif", "http://tecnologia.terra.com.br/interna/0,,OI3854574-EI4803,00.html", "Cada vez mais vigiado, Google diz que não é tão grande", "", "Daniel Checchia's shared items in Google Reader"); links[4] = new Link("/images/favicons/greader.gif", "http://tecnologia.terra.com.br/interna/0,,OI3854034-EI4802,00.html", "Tribunal: internet não é responsável por ataque a crianças", "", "Daniel Checchia's shared items in Google Reader"); links[5] = new Link("/images/favicons/greader.gif", "http://ct.idg.com.br/cgi-bin/redirector.cgi?rnd=0&uid=bf9aaa2dc65b5686dcc08ddedb42c397&site=cio&origem=cio&url=http%3A//cio.uol.com.br/tecnologia/2009/07/02/gartner-identifica-os-cinco-principais-atributos-do-cloud-computing&title=Gartner%20identifica%20os%20cinco%20principais%20atributos%20do%20cloud%20computing&type=RSS", "Gartner identifica os cinco principais atributos do cloud computing", "", "Daniel Checchia's shared items in Google Reader"); links[6] = new Link("/images/favicons/greader.gif", "http://www.twitterbrasil.org/2009/07/02/promocao-que-tal-ganhar-twitternecas/", "Promoção: que tal ganhar Twitternecas?", "", "Daniel Checchia's shared items in Google Reader"); links[7] = new Link("/images/favicons/greader.gif", "http://brasil.business-opportunities.biz/2009/07/02/e-commerce-para-pmes/", "E-Commerce Para PMEs", "", "Daniel Checchia's shared items in Google Reader"); return links; }