var username = 'ioverlord'; 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/iOverlord/statuses/8854843551", "iOverlord: Google could launch a Twitter-killer as soon as this week, the Wall Street Journal reports. Er ... jaiku ... bought ...abandoned ...hello.", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/8851431967", "iOverlord: @jenenifer remember first time i did that - felt same. Good luck!", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/8849493457", "iOverlord: Have coffee and now have more digital economy debates to read.", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/8848948689", "iOverlord: @aleksk really enjoying the TV show - but think overdid the shots of you sitting at laptop all over the place.", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/8848900574", "iOverlord: @yvain_chevalier fingers crossed", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[5] = new Link("/images/favicons/greader.gif", "http://www.pri.me.uk/2010/02/seth-macfarlane-guide.html", "The Seth MacFarlane Guide", "", "Informationoverlord's shared items in Google Reader"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/8812729968", "iOverlord: day zipping by much quicker than my work is", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[7] = new Link("/images/favicons/greader.gif", "http://momb.socio-kybernetics.net/beta/iconizer", "Iconizer", "", "Informationoverlord's shared items in Google Reader"); return links; }