var username = 'TheMacJedi'; 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/TheMacJedi/statuses/1017605927", "TheMacJedi: Just finished watching \"Twilight\", with Karen and Allyson. Awesome movie, can't wait for more.", "http://twitter.com/TheMacJedi", "Twitter / TheMacJedi"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/TheMacJedi/statuses/1017438845", "TheMacJedi: Waiting in line for popcorn at Twilight.", "http://twitter.com/TheMacJedi", "Twitter / TheMacJedi"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/TheMacJedi/statuses/1017421815", "TheMacJedi: Xbox Live: themacjedi is currently Away. Last seen 2 minutes ago playing Xbox 360 Dashboard (via Xbox Live Nation)", "http://twitter.com/TheMacJedi", "Twitter / TheMacJedi"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/TheMacJedi/statuses/1017399494", "TheMacJedi: The lines for Twilight are crazy long.", "http://twitter.com/TheMacJedi", "Twitter / TheMacJedi"); links[4] = new Link("/images/favicons/twitpic.gif", "http://twitpic.com/n5e4", "TheMacJedi: http://twitpic.com/n5e4 ", "http://twitpic.com/photos/TheMacJedi", "TheMacJedi's Photo Stream"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/TheMacJedi/statuses/1017241193", "TheMacJedi: Window Kitty sans Kitty, I really do hope she is adoptable, it was obvious she was sick, I'll know more next week http://twitpic.com/n5e4", "http://twitter.com/TheMacJedi", "Twitter / TheMacJedi"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/TheMacJedi/statuses/1017069215", "TheMacJedi: Xbox Live: themacjedi is currently Online. Playing Netflix. Watching a movie. (via Xbox Live Nation)", "http://twitter.com/TheMacJedi", "Twitter / TheMacJedi"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/TheMacJedi/statuses/1016539523", "TheMacJedi: OK, support emails done.", "http://twitter.com/TheMacJedi", "Twitter / TheMacJedi"); return links; }