var username = 'vrsandersjr'; 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/vrsj/statuses/1017657713", "vrsj: Just installed Boxee. Trying to figure out how it works.", "http://twitter.com/vrsj", "Twitter / vrsj"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/vrsj/statuses/1017578453", "vrsj: Soooo...hungryyyy...", "http://twitter.com/vrsj", "Twitter / vrsj"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/vrsj/statuses/1017402095", "vrsj: Why make an appointment at the barbershop if it doesn't mean anything?", "http://twitter.com/vrsj", "Twitter / vrsj"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/vrsj/statuses/1017386122", "vrsj: Wow gas $1.89? I feel wrong for filling up this cheap.", "http://twitter.com/vrsj", "Twitter / vrsj"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/vrsj/statuses/1016754489", "vrsj: Nyquil is my new friend.", "http://twitter.com/vrsj", "Twitter / vrsj"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/vrsj/statuses/1016468661", "vrsj: \"He that breaks a thing to find out what it is has left the path of wisdom.\" - J. R.R. Tolkien, Spoken by Gandalf", "http://twitter.com/vrsj", "Twitter / vrsj"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/vrsj/statuses/1015439437", "vrsj: Surprisingly productive today despite the sickness.", "http://twitter.com/vrsj", "Twitter / vrsj"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/vrsj/statuses/1015435884", "vrsj: @mboogie You don't have to respect anyone that doesn't give it or deserve it.", "http://twitter.com/vrsj", "Twitter / vrsj"); return links; }