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/2461239146", "iOverlord: Been out with @littlestar19 drinking to her funemployment. Oh, some other Twitter peeps there too ! :-)", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/2461179778", "iOverlord: @WoodsieGirl you deserve a star. Hope bf appreciates your sacrifice.", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/2455826601", "iOverlord: @littlestar19 Hurrah!", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/2455673507", "iOverlord: Blogged: Twitter, RT and Porn http://bit.ly/iRRAC", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[4] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/InformationOverlord/~3/Mvg93ZqAy58/", "Twitter, RT and Porn", "http://www.informationoverlord.co.uk", "Informationoverlord"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/2454437595", "iOverlord: @Jenenifer Can you come tidy mine please", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/2453689362", "iOverlord: What was the last song were singing or had in your head? Me. Frank Zappa - Bobby Brown http://bit.ly/10dQ45", "http://twitter.com/iOverlord", "Twitter / iOverlord"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/iOverlord/statuses/2453064249", "iOverlord: This makes me want to go back to Chicago http://bit.ly/GQebB", "http://twitter.com/iOverlord", "Twitter / iOverlord"); return links; }