var username = 'ZarK'; 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/greader.gif", "http://rss.slashdot.org/~r/Slashdot/slashdot/~3/iAygeULcj84/Code-Bubbles-mdash-Rethinking-the-IDEs-User-Interface", "Code Bubbles ? Rethinking the IDE's User Interface", "", "ZarK's shared items in Google Reader"); links[1] = new Link("/images/favicons/greader.gif", "http://feedproxy.google.com/~r/Techcrunch/~3/PtmBX79VbrY/", "Google?s Gesture Search Gives You A New Way To Search Android", "", "ZarK's shared items in Google Reader"); links[2] = new Link("/images/favicons/greader.gif", "http://rss.slashdot.org/~r/Slashdot/slashdot/~3/BzSOYoOlaZc/Matt-Asay-Answers-Your-Questions-About-Ubuntu-and-Canonical", "Matt Asay Answers Your Questions About Ubuntu and Canonical", "", "ZarK's shared items in Google Reader"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/50+Techno+Trance+Anthems/_/Loving+U", "50 Techno Trance Anthems ? Loving U", "http://www.last.fm/user/zarkie", "zarkie's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/50+Techno+Trance+Anthems/_/Second+Step", "50 Techno Trance Anthems ? Second Step", "http://www.last.fm/user/zarkie", "zarkie's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/50+Techno+Trance+Anthems/_/Sandstorm", "50 Techno Trance Anthems ? Sandstorm", "http://www.last.fm/user/zarkie", "zarkie's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Michael+Jackson/_/This+Is+It", "Michael Jackson ? This Is It", "http://www.last.fm/user/zarkie", "zarkie's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Jannicke/_/Svake+Mennesker", "Jannicke ? Svake Mennesker", "http://www.last.fm/user/zarkie", "zarkie's Recently Played Tracks"); return links; }