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/850309279", "iOverlord: Having fun night out with ex flatmate", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/850157765", "iOverlord: Right off for some culture and some beer", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/850145514", "iOverlord: Just logged into Pownse to accept a friend request - keep forgetting it exists", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/850141767", "iOverlord: Going to British Museum to see The American Scene: Prints from Hopper to Pollock. Apparently swing band their tonight too for US indy day", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/850113811", "iOverlord: Just told TFL journey planner wanted to go from CW to British Museum and it decided to replace the BM with L'arco restaurant instead - WTF?", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/850096269", "iOverlord: Friend who was meant to come down from Brum and stay this eve has cancelled on me.", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[6] = new Link("/images/favicons/default.gif", "http://toddisgod.blogspot.com/2008/07/todd-and-kasim.html", "Todd and Kasim", "http://toddisgod.blogspot.com/", "Todd is God"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/849989348", "iOverlord: about to start pack ahead of floor move this weekend", "http://twitter.com/iOverlord", "Twitter / iOverlord"); return links; }