var username = 'frandrake'; 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/frandrake/statuses/23988760142", "frandrake: Getting ready to film a My 190 use case! That's gonna be fun!", "http://twitter.com/frandrake", "Twitter / frandrake"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/frandrake/statuses/23139094063", "frandrake: RT @maxkava: La disdetta dei contratti, vista da un inglese http://vitavagabonda.blogspot.com/2010/09/italia-ii-disdetta.html http://ff. ...", "http://twitter.com/frandrake", "Twitter / frandrake"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/frandrake/statuses/22877439820", "frandrake: This looks very cool! http://www.engadget.com/2010/09/03/mobees-inductive-magic-charger-for-apples-magic-mouse-really-i/", "http://twitter.com/frandrake", "Twitter / frandrake"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/frandrake/statuses/22877298327", "frandrake: This ridiculous copycat of the MBP from Samsung sounds like not a great move http://tinyurl.com/294es8l", "http://twitter.com/frandrake", "Twitter / frandrake"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/frandrake/statuses/22875780827", "frandrake: WOW just activated priority inbox on my Gapps domain!", "http://twitter.com/frandrake", "Twitter / frandrake"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/frandrake/statuses/22780115594", "frandrake: The new Apple TV turned me off :-( Waiting for someone to jailbreak it and see what's really capable of ;-)", "http://twitter.com/frandrake", "Twitter / frandrake"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/frandrake/statuses/22733498913", "frandrake: The new iPod nano looks really great!", "http://twitter.com/frandrake", "Twitter / frandrake"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/frandrake/statuses/22688881388", "frandrake: Sgrunt, Google is leaving me out of the priority inbox update :-/", "http://twitter.com/frandrake", "Twitter / frandrake"); return links; }