var username = 'krynsky'; 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/krynsky/statuses/23988242366", "krynsky: Super productive work day and I almost finished a 2nd blog post tonight. Now time to go relax & watch Louie.", "http://twitter.com/krynsky", "Twitter / krynsky"); links[1] = new Link("/images/favicons/delicious.gif", "http://johnnyholland.org/2010/09/01/the-like-as-interest-and-social-gesture/", "» The Like as interest and social gesture Johnny Holland ? It's all about interaction » Blog Archive", "http://www.delicious.com/krynsky", "Delicious/krynsky"); links[2] = new Link("/images/favicons/default.gif", "http://wakoopa.com/software/fifa-online-1", " Fifa Online ", "http://wakoopa.com/krynsky", "krynsky's newly used software on Wakoopa"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/krynsky/statuses/23983041714", "krynsky: I like the idea behind @curatedby but why limit curation to Tweets? How about YouTube videos, Flickr photos, blip.fm songs etc?", "http://twitter.com/krynsky", "Twitter / krynsky"); links[4] = new Link("/images/favicons/delicious.gif", "http://www.huffingtonpost.com/2010/09/08/fast-food-burger-rankings-consumer-reports_n_709839.html#s136406", "PHOTOS: In-N-Out, Five Guys Tops, McDonald's Dead Last In Consumer Reports' Fast Food Burger Rankings", "http://www.delicious.com/krynsky", "Delicious/krynsky"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/krynsky/statuses/23982771139", "krynsky: In-N-Out, Five Guys Tops, McDonald's Dead Last In Consumer Reports' Fast Food Burger Rankings http://huff.to/aIaOFF tip @hamburgr", "http://twitter.com/krynsky", "Twitter / krynsky"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Chemical+Brothers/_/The+Boxer+%28Fujikato%27s+Unusual+remix%29", "The Chemical Brothers ? The Boxer (Fujikato's Unusual remix)", "http://www.last.fm/user/krynsky", "krynsky's Recently Played Tracks"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/krynsky/statuses/23965731689", "krynsky: The Evolution of Likes as Social Gestures | Lifestream Blog http://bit.ly/cUtnhe", "http://twitter.com/krynsky", "Twitter / krynsky"); return links; }