var username = 'streetmouse'; 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/SonjaFoust/statuses/10689597014", "SonjaFoust: Tonight: walk, Kenpo X, fold laundry. You know you're jealous.", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/10688812679", "SonjaFoust: @LeeRosen Ooh, jealous.", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/10685660675", "SonjaFoust: Sooo impressed with @DSWShoeLovers sending a $10 coupon b/c site was down for a while yesterday. Rock on, guys.", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/10685309564", "SonjaFoust: @seebabcock Me too. But I'm mostly boycotting them because I don't care. ;)", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/10681259698", "SonjaFoust: @nyamauchi Holy crap. Do they sell crack there or something? http://twitpic.com/19cwi1", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/10680335134", "SonjaFoust: Gonna go see @clubjuggler , @kimberlyhirsh , and @MsChrystalline in The Mikado on Sunday. LOVE that show. :) http://bit.ly/c4B6gn", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/10679884600", "SonjaFoust: @becs1017 I thought about you when Lacey got the boot last night. Congrats!", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/10679859757", "SonjaFoust: @clubjuggler @rfoust and I are coming to see the Sunday show. I'll look for you. :)", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); return links; }