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/165233358543138816", "nickayre: @Telstra Are you having problems with online services? I'm logged in trying to look at my account and Im just getting errors.", "http://twitter.com/nickayre", "Twitter / nickayre"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/165072660173291520", "nickayre: @besttechie o, there was a trend today page 33 of 366. Took me awhile to work it out but then I was like there is 365 days in a year.", "http://twitter.com/nickayre", "Twitter / nickayre"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/165071255916122113", "nickayre: @besttechie did you work that out from the twitter trend like I did today?", "http://twitter.com/nickayre", "Twitter / nickayre"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/164991926095986688", "nickayre: @SWTOR actually scratch that, just don't have them down for 8 hours at a time. K thanx", "http://twitter.com/nickayre", "Twitter / nickayre"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/164991120135303168", "nickayre: @theebayk1d Does your internet ever actually work? It is like it's Australian or something.", "http://twitter.com/nickayre", "Twitter / nickayre"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/164990638725668864", "nickayre: @SWTOR You should take down 50% of the servers at a time so there is always a server to play on. But probably isn't technically possible", "http://twitter.com/nickayre", "Twitter / nickayre"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/164990400912818176", "nickayre: @SWTOR why do you do this to me, bought the game 2 days ago. Been down twice since then. :(.", "http://twitter.com/nickayre", "Twitter / nickayre"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nickayre/statuses/164990146104655873", "nickayre: @hexsteph what do you do when swtor is down? :(. Bought it tuesday, been down twice since then......", "http://twitter.com/nickayre", "Twitter / nickayre"); return links; }