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/default.gif", "http://blog.sonjafoust.com/2008/07/executives-hollywood-revenge-playlist.html", "New Blog Post : The Executive's Hollywood Revenge Playlist", "http://sezwho.com/", "SezWho - SonjaFoust - Content stream"); links[1] = new Link("/images/favicons/default.gif", "http://feeds.feedburner.com/~r/sonjafoust/~3/326518941/executives-hollywood-revenge-playlist.html", "The Executive's Hollywood Revenge Playlist", "http://blog.sonjafoust.com/", "White Picket Fences"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/streetmouse/statuses/849434364", "streetmouse: Off to organize my bathroom cabinets whilst I think about writing something this afternoon.", "http://twitter.com/streetmouse", "Twitter / streetmouse"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/streetmouse/statuses/849426617", "streetmouse: @jesseluna Oh, just saw you're talking about the blogging one. No, I don't have enough to say to blog every day. :)", "http://twitter.com/streetmouse", "Twitter / streetmouse"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/streetmouse/statuses/849424532", "streetmouse: @jesseluna I'm thinking about it. Depends on how far I get today. ;) You?", "http://twitter.com/streetmouse", "Twitter / streetmouse"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/streetmouse/statuses/849423280", "streetmouse: Yesss! Finally registered for identi.ca I'm sonjafoust there.", "http://twitter.com/streetmouse", "Twitter / streetmouse"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/streetmouse/statuses/849420101", "streetmouse: Spending my day off cleaning. Joy. Maybe I'll get some writing done later on.", "http://twitter.com/streetmouse", "Twitter / streetmouse"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/streetmouse/statuses/849371209", "streetmouse: @tonychester I'm SonjaFoust on Plurk. :)", "http://twitter.com/streetmouse", "Twitter / streetmouse"); return links; }