var username = 'deanna'; 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/flickr.gif", "http://www.flickr.com/photos/randomdeanna/3685733996/", "Wow! G train is being extended to Church Av", "http://www.flickr.com/photos/randomdeanna/", "Uploads from randomdeanna"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/2459945390", "randomdeanna: The sign of a good, trashy wknd ahead-- looking up recipes for jello shots #uhoh", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/2457551769", "randomdeanna: @ludovicspeaks or its way to be that kid in class who goes \"oo oo! Pick me!\" (Wait, I was that kid...)", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/2457346935", "randomdeanna: Note to all --and I swear, I'm not lookin' at *you*-- u really don't need to feel obligated to list everyone in yr feed on #ff #curmudgeon", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/2456210327", "randomdeanna: thrilled to have worked with my cousin in DC doing tandem writing sessions... so good, we're doing it 2x week from now on! rahr!", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/2455706708", "randomdeanna: just had the best theory talk with @gregelin. if you're writing a book and on a ledge, greg'll talk ya down ;-)", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/2455661001", "randomdeanna: RT @corvida: Why Blackberry and Windows Mobile Platforms Aren't Going Anywhere - http://bit.ly/UH3kS", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/2455243319", "randomdeanna: @ibrahimSalih it's more that i want to link between parts of my documents. (\"See: that other thing I said before\") and YES, breakfast!", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); return links; }