var username = 'goranh'; 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/brightkite.gif", "http://brightkite.com/objects/44136a668c211dea4f7003048c0801e", "goranh checked in @ Linköping", "http://brightkite.com/people/goranh", "Stream for goranh"); links[1] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/d1c8517267d711dea6f8003048c10834", "goranh checked in @ Hemköp Söderköping", "http://brightkite.com/people/goranh", "Stream for goranh"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/2449763647", "goranh: har läst: Faith and Theology: Theology 2.0: Blogging as Theological Discourse http://tinyurl.com/m97ldm", "http://twitter.com/goranh", "Twitter / goranh"); links[3] = new Link("/images/favicons/greader.gif", "http://faith-theology.blogspot.com/2009/07/theology-20-blogging-as-theological.html", "Faith and Theology: Theology 2.0: Blogging as Theological Discourse", "", "goranh's shared items in Google Reader"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/2439299547", "goranh: har läst: Susanne Wigorts Yngvesson : Humanisterna målar upp en grotesk fiende | SvD http://tinyurl.com/mon5r9", "http://twitter.com/goranh", "Twitter / goranh"); links[5] = new Link("/images/favicons/greader.gif", "http://www.svd.se/kulturnoje/nyheter/artikel_3132871.svd#", "Susanne Wigorts Yngvesson : Humanisterna målar upp en grotesk fiende | SvD", "", "goranh's shared items in Google Reader"); links[6] = new Link("/images/favicons/greader.gif", "http://www.svd.se/kulturnoje/nyheter/artikel_3132871.svd#", "Susanne Wigorts Yngvesson : Humanisterna målar upp en grotesk fiende | SvD", "", "goranh's shared items in Google Reader"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/2433448724", "goranh: räknar ner", "http://twitter.com/goranh", "Twitter / goranh"); return links; }