var username = 'sharadtriyama'; 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://danieltenner.com/posts/0012-google-wave.html", "danieltenner.com ? What problems does Google Wave solve?", "http://www.instapaper.com/u", "Instapaper: Unread"); links[1] = new Link("/images/favicons/43things.gif", "http://www.43things.com/things/view/650", "start painting again", "http://www.43things.com/person/risenphoenix", "43 Things: Mathangi Ravichandran"); links[2] = new Link("/images/favicons/43things.gif", "http://www.43things.com/things/view/8537", "plant a garden", "http://www.43things.com/person/risenphoenix", "43 Things: Mathangi Ravichandran"); links[3] = new Link("/images/favicons/43things.gif", "http://www.43things.com/things/view/1925", "clean my room", "http://www.43things.com/person/risenphoenix", "43 Things: Mathangi Ravichandran"); links[4] = new Link("/images/favicons/43things.gif", "http://www.43things.com/things/view/17364", "Fix my laptop", "http://www.43things.com/person/risenphoenix", "43 Things: Mathangi Ravichandran"); links[5] = new Link("/images/favicons/43things.gif", "http://www.43things.com/things/view/405309", "Buy a microwave", "http://www.43things.com/person/risenphoenix", "43 Things: Mathangi Ravichandran"); links[6] = new Link("/images/favicons/43things.gif", "http://www.43things.com/things/view/135", "get married", "http://www.43things.com/person/risenphoenix", "43 Things: Mathangi Ravichandran"); links[7] = new Link("/images/favicons/tumblr.gif", "http://brokenbits.tumblr.com/post/201962858", "Chrome Experiments", "http://brokenbits.tumblr.com/", "Broken Bits"); return links; }