var username = 'milkfish'; 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/stumbleupon.gif", "http://www.stumbleupon.com/demo/?src=favorites#url=http://www.monkeyfilter.com/", "MonkeyFilter", "http://milkfish.stumbleupon.com/favorites/", "StumbleUpon | milkfish's favorites"); links[1] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/demo/?src=favorites#url=http://sumo.goo.ne.jp/eng/index.html", "goo Sumo", "http://milkfish.stumbleupon.com/favorites/", "StumbleUpon | milkfish's favorites"); links[2] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/demo/?src=favorites#url=http://www.slowwave.com/", "Slow Wave", "http://milkfish.stumbleupon.com/favorites/", "StumbleUpon | milkfish's favorites"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Graham+Coxon/_/Standing+on+My+Own+Again", "Graham Coxon ? Standing on My Own Again", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); links[4] = new Link("/images/favicons/magnolia.gif", "http://t2o.blogspot.com/2008/11/what-you-should-be-listening-to.html", "Heavy Heavy Water: What you should be listening to", "http://ma.gnolia.com/rss/full/people/milkfish", "Ma.gnolia: Rich Magahiz's Bookmarks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Fausto+Papetti/_/La+playa", "Fausto Papetti ? La playa", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Del+Fuegos/_/Don%27t+Run+Wild", "The Del Fuegos ? Don't Run Wild", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Randy+Newman/_/Toy+Story+-+You%27ve+Got+a+Friend+in+Me", "Randy Newman ? Toy Story - You've Got a Friend in Me", "http://www.last.fm/user/rmagahiz", "rmagahiz's Recently Played Tracks"); return links; }