var username = 'nickayre'; 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/nickayre/statuses/23128717459", "nickayre: @techhie @telstra worst customer service, best network, like selling your soul to the devil", "http://twitter.com/nickayre", "Twitter / nickayre"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/23128601724", "nickayre: so far half hour wait time with @telstra we are off to a good start", "http://twitter.com/nickayre", "Twitter / nickayre"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/23100021102", "nickayre: @theebayk1d mmmm when it comes to topgear that is true", "http://twitter.com/nickayre", "Twitter / nickayre"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/23099828285", "nickayre: @theebayk1d don't even go near top gear.", "http://twitter.com/nickayre", "Twitter / nickayre"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/23098164826", "nickayre: @kateayre ahh I don't have it jnstalled on this phone.", "http://twitter.com/nickayre", "Twitter / nickayre"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/23096566027", "nickayre: @techhie hot", "http://twitter.com/nickayre", "Twitter / nickayre"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/23096536278", "nickayre: RT @mashable: 6 BlackBerry Apps to Cure iPhone Envy - http://mash.to/2zQJW", "http://twitter.com/nickayre", "Twitter / nickayre"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/23096521817", "nickayre: RT @taswell: Yup. It's real! We've all played it! http://yfrog.com/iz910khj", "http://twitter.com/nickayre", "Twitter / nickayre"); return links; }