var username = 'BrandNewAtheist'; 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/BrandNewAtheist/statuses/2460608197", "BrandNewAtheist: RT @kvetchingguru: RT @achillesmama: link to the movie on Hulu about GMO food? >http://bit.ly/EqDOd", "http://twitter.com/BrandNewAtheist", "Twitter / BrandNewAtheist"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BrandNewAtheist/statuses/2458521631", "BrandNewAtheist: @Synthaetica LOL, thanks", "http://twitter.com/BrandNewAtheist", "Twitter / BrandNewAtheist"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BrandNewAtheist/statuses/2458445918", "BrandNewAtheist: @Synthaetica I blocked Adam. I feel better now. Thanks", "http://twitter.com/BrandNewAtheist", "Twitter / BrandNewAtheist"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BrandNewAtheist/statuses/2458385972", "BrandNewAtheist: @Synthaetica Were telling me Adam is a tard? Or was I the tard? Just checking", "http://twitter.com/BrandNewAtheist", "Twitter / BrandNewAtheist"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BrandNewAtheist/statuses/2458330314", "BrandNewAtheist: I'll be glad when Palin isn't news worthy anymore. Not that she really is anyway. Nobody gives a crap about her. She a nut job.", "http://twitter.com/BrandNewAtheist", "Twitter / BrandNewAtheist"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BrandNewAtheist/statuses/2458294904", "BrandNewAtheist: @Adam4004 Do some homework, a more educated atheist would tear you to shreds for that comments. I'm tired & your comment is ignorant.", "http://twitter.com/BrandNewAtheist", "Twitter / BrandNewAtheist"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BrandNewAtheist/statuses/2458274971", "BrandNewAtheist: @Adam4004 Christians kill in the name of their bible. their god or their church. Atheists don't kill in the name gods they don't believe in.", "http://twitter.com/BrandNewAtheist", "Twitter / BrandNewAtheist"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/BrandNewAtheist/statuses/2458259439", "BrandNewAtheist: @Adam4004 It's ignorant comments like that, that show you don't know what the hell you're talking about. Tired ass argument.", "http://twitter.com/BrandNewAtheist", "Twitter / BrandNewAtheist"); return links; }