var username = 'Podescucha'; 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://elpodcats.podOmatic.com/entry/2010-02-08T20_57_40-08_00", "El Podcats #8: Mitos de mamás y abuelitas", "", "Pod's shared items in Google Reader"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/podescucha/statuses/8846041517", "podescucha: Episodio 65- Pederasta light http://ff.im/-fDujk", "http://twitter.com/podescucha", "Twitter / podescucha"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/podescucha/statuses/8846036778", "podescucha: El Podcats #8: Mitos de mamás y abuelitas http://ff.im/-fDugY", "http://twitter.com/podescucha", "Twitter / podescucha"); links[3] = new Link("/images/favicons/greader.gif", "http://caguamacast.com/2010/02/08/episodio-65-pederasta-light/", "Episodio 65- Pederasta light", "", "Pod's shared items in Google Reader"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/podescucha/statuses/8833824342", "podescucha: Look, the Nook! http://ff.im/-fCHKY", "http://twitter.com/podescucha", "Twitter / podescucha"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/podescucha/statuses/8833824307", "podescucha: Programa 08 Febrero 2010 http://ff.im/-fCHKX", "http://twitter.com/podescucha", "Twitter / podescucha"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/podescucha/statuses/8833824258", "podescucha: La Taquilla 08/02/10 http://ff.im/-fCHKV", "http://twitter.com/podescucha", "Twitter / podescucha"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/podescucha/statuses/8833824257", "podescucha: Shorts: The Shy Baboon http://ff.im/-fCHKW", "http://twitter.com/podescucha", "Twitter / podescucha"); return links; }