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/j_l_r/statuses/10657741318", "j_l_r: recommended #scms food: falafel wrap at Olive Branch on the 4th floor, Soi7 (Thai) 7th & Grand", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/10657623191", "j_l_r: ok @fearv + @amandafrench have good advice, but also I remembered I present at 8am, hours before my brain works. reading paper it is. #scms", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/10652038826", "j_l_r: handful of men. \"examination of this art without a tradition suggests first a survey of the traditional arts... [re] the newer medium\" #scms", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/10651873183", "j_l_r: don't miss the back of the #scms program - description of 1st \"society of cinematologists\" conference is priceless! \"interdisciplinary\"!", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/10651307921", "j_l_r: ...she said, while totally failing to pay attention to Gertrud Koch's monotone delivery of what may have been a very interesting paper #scms", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/10651125705", "j_l_r: hey maybe I WILL start the \"no reading papers\" pledge this #scms - it should be just as easy to summarize my chapter as extract 10 pages.", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/10649162199", "j_l_r: Yuri Furuhata on plasticity, Japanese Marxist readings of Disney animation. on the production end rather than the image. cool! #scms", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/10648974226", "j_l_r: Society of the Spectacle is the only media theory that Hardt & Negri mention. Multitude as global dispersed audience? Rosen #scms", "http://twitter.com/j_l_r", "Twitter / j_l_r"); return links; }