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/949111361", "randomdeanna: @JessicaValenti aw thx! i'll pick her up end of next week-- here's 1 to start, via awesome foster mom @jackilugg: http://tinyurl.com/43ntm8", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/948982173", "randomdeanna: Wahoo!!! I've been officially approved by Rat Terrier ResQ to adopt little Izzy! I'm gonna be a puppy mama!", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/948690505", "randomdeanna: Thinking of @lizziebelle's awesome cemetery pics as I ride by Greenwood...", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/948682040", "randomdeanna: Headed to the Slope to meet up with @foglio, yay!", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/948526112", "randomdeanna: @natdefreitas omg, injuries? that set of intersections is treacherous", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/948500453", "randomdeanna: oooOOoooo, the Center for Media & Democracy just launched the Election Protection wiki! http://tinyurl.com/4bkc64", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/948415670", "randomdeanna: seen on facebook status: [NY Howl's] Brian is signing the government up for freecreditreport.com.", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/randomdeanna/statuses/948362849", "randomdeanna: @cynyc omg, it just hit me-- you're home! welcome back!! xox", "http://twitter.com/randomdeanna", "Twitter / randomdeanna"); return links; }