var username = 'jlr'; 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/projectjulie/statuses/1100728897", "projectjulie: changing planes in Nashville - that's a new one. my advisor offered to pick me up at the airport because my friends all bailed. :P", "http://twitter.com/projectjulie", "Twitter / projectjulie"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/projectjulie/statuses/1100028128", "projectjulie: LOL WHAT I just ran into @shananaomi getting off airbart as I was getting on! neither of us lives here. wishing her the best @current", "http://twitter.com/projectjulie", "Twitter / projectjulie"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/projectjulie/statuses/1100016572", "projectjulie: this was a long trip, and I'm happy to fly home.", "http://twitter.com/projectjulie", "Twitter / projectjulie"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/projectjulie/statuses/1098409430", "projectjulie: dear @fandom, I am boycotting yuletide, but I will TRY to read friends' stories. please LJ-POST THEM if you want comments! Ih8 archive links", "http://twitter.com/projectjulie", "Twitter / projectjulie"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/projectjulie/statuses/1098366365", "projectjulie: RT @lizlet BSG FACEBOOK!!! http://is.gd/eD6A anybody have the image so I don't have to register? I've collaboratively done BSG by twitter/LJ", "http://twitter.com/projectjulie", "Twitter / projectjulie"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/projectjulie/statuses/1098354765", "projectjulie: breaking! my firewire port appears to be busted. work on #mla08 video on hold until I get home to deal with it or use a different drive.", "http://twitter.com/projectjulie", "Twitter / projectjulie"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/projectjulie/statuses/1098235733", "projectjulie: don't know if everyone saw this impressive list of digital panels at #mla08 from the ACH: http://ach.org/mla/mla08/guide.html", "http://twitter.com/projectjulie", "Twitter / projectjulie"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/projectjulie/statuses/1098233274", "projectjulie: also worthy of mention re: #mla08 - thanks @mkgold! - is @chutry's post-MLA post about syllabi + forthcoming recap of microblogging panel", "http://twitter.com/projectjulie", "Twitter / projectjulie"); return links; }