var username = 'internetjoe'; 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/friendfeed.gif", "http://www.rumproast.com/index.php/site/comments/slurp_slurp/#When:12:36:07Z", "Slurp, slurp", "http://friendfeed.com/internetjoe", "FriendFeed - internetjoe"); links[1] = new Link("/images/favicons/greader.gif", "http://www.rumproast.com/index.php/site/comments/slurp_slurp/#When:12:36:07Z", "Slurp, slurp", "", "joe_dauz's shared items in Google Reader"); links[2] = new Link("/images/favicons/friendfeed.gif", "http://3dvj.net/storetella/2010/09/02/oh-tainted-media-how-far-from-journalism-you-have-fallen/", "Oh Tainted Media how far from journalism you have fallen", "http://friendfeed.com/internetjoe", "FriendFeed - internetjoe"); links[3] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/Stor-e-tella/~3/B6-RKnTYA-I/", "Oh Tainted Media how far from journalism you have fallen", "http://3dvj.net/storetella", "Stor3tella"); links[4] = new Link("/images/favicons/friendfeed.gif", "http://feedproxy.google.com/~r/boingboing/iBag/~3/X_20N5tiaC8/free-open-course-for.html", "Free, open course for online journos", "http://friendfeed.com/internetjoe", "FriendFeed - internetjoe"); links[5] = new Link("/images/favicons/greader.gif", "http://feedproxy.google.com/~r/boingboing/iBag/~3/X_20N5tiaC8/free-open-course-for.html", "Free, open course for online journos", "", "joe_dauz's shared items in Google Reader"); links[6] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=vVCuNKXlRaA&feature=youtube_gdata", "Circus Jerks in the scene", "http://www.youtube.com/profile_videos?user=circusjerks", "Uploads by circusjerks"); links[7] = new Link("/images/favicons/friendfeed.gif", "http://feedproxy.google.com/~r/boingboing/iBag/~3/0QQCl6qgHTE/tsa-digs-through-wom.html", "TSA digs through woman's purse and flips out over $8,000 worth of checks", "http://friendfeed.com/internetjoe", "FriendFeed - internetjoe"); return links; }