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/twitter.gif", "http://twitter.com/randomdeanna/statuses/10652423794", "randomdeanna: @debs quick question: do u remember from way back the other nite what the word was u contrasted w \"useful?\" mine: privilege. writing tonight", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/10652379078", "randomdeanna: it is official: no way i can make it back out tonight. i am 100% spent. #sxsw", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/10650472010", "randomdeanna: remember the program I talked about the other night? Billy Bragg getting guitars into jails-- follow them now on Twitter: @JailGuitarDoors", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/10645468066", "randomdeanna: @bethshanna no, they haven't sent me the full file yet. the halfway one i think is on their blog", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/10645257499", "randomdeanna: Elderly Park Slope man with dementia gone missing. Have you seen him? http://bk.ly/bNx #parkslope #nyc (via @FIDOBROOKLYN @Brownstoner)", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/10644842399", "randomdeanna: @ProfHB recommended! it's a great convening--the people are, IMO, the absolute best part.", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/10642539648", "randomdeanna: Headed back to my South Austin digs for the rest of my #sxsw stay. #keepinitrealagain", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/10642040520", "randomdeanna: @baratunde @heathr @glenda @desidyke sign me up! #radicalsbrunchhard", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); return links; }