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/twitter.gif", "http://twitter.com/goranh/statuses/10434046549", "goranh: väntar i soffan #mel2010", "http://twitter.com/goranh", "Twitter / goranh"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/10429730321", "goranh: jodå, ska se #mel2010 ikväll. med dipp och allt. #fb", "http://twitter.com/goranh", "Twitter / goranh"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/10388001254", "goranh: \"har läst Mark Goodacre?s NT Blog: ?Was the Last Supper a Passover Seder??\" - NT Blog http://tumblr.com/x347c8oxu", "http://twitter.com/goranh", "Twitter / goranh"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/10374302247", "goranh: testar Selective Tweet Status http://apps.facebook.com/selectivetwitter/ #fb", "http://twitter.com/goranh", "Twitter / goranh"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/10367932341", "goranh: Test - please ignore", "http://twitter.com/goranh", "Twitter / goranh"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/10322362125", "goranh: \"Kan det också vara så att vi inte ens orkat arbeta med högmässans innebörder och uttryck. Vet jag...\" http://tumblr.com/x347ao7zb", "http://twitter.com/goranh", "Twitter / goranh"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/10321004275", "goranh: \"Even more pointedly, a contemporary theologian like Jürgen Moltmann can insist that ?only a Christian...\" http://tumblr.com/x347an9xh", "http://twitter.com/goranh", "Twitter / goranh"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goranh/statuses/10320503094", "goranh: RT @carinaer: Beatles \"help\" funkar jättebra i kyrkan. #gfgbg", "http://twitter.com/goranh", "Twitter / goranh"); return links; }