var username = 'erich13'; 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/delicious.gif", "http://googledocs.blogspot.com/2008/11/get-to-google-docs-from-gmail.html", "Official Google Docs Blog: Get to Google Docs from Gmail", "http://delicious.com/eric.k.herberholz", "Delicious/eric.k.herberholz"); links[1] = new Link("/images/favicons/delicious.gif", "http://startupmeme.com/access-google-docs-directly-from-your-gmail-inbox/", "Access Google Docs directly from your Gmail inbox | Startup Meme - Technology Startup and Latest Tech News", "http://delicious.com/eric.k.herberholz", "Delicious/eric.k.herberholz"); links[2] = new Link("/images/favicons/delicious.gif", "http://www.adobe.com/buy/affiliates/", "Adobe - Affiliate Program", "http://delicious.com/eric.k.herberholz", "Delicious/eric.k.herberholz"); links[3] = new Link("/images/favicons/delicious.gif", "http://www.iphoneappy.com/2008/10/google-earth/", "Google Earth | iPhoneAppy", "http://delicious.com/eric.k.herberholz", "Delicious/eric.k.herberholz"); links[4] = new Link("/images/favicons/delicious.gif", "http://www.lithium.com/", "Lithium - Home", "http://delicious.com/eric.k.herberholz", "Delicious/eric.k.herberholz"); links[5] = new Link("/images/favicons/delicious.gif", "http://googleblog.blogspot.com/2008/11/searchwiki-make-search-your-own.html", "Official Google Blog: SearchWiki: make search your own", "http://delicious.com/eric.k.herberholz", "Delicious/eric.k.herberholz"); links[6] = new Link("/images/favicons/delicious.gif", "http://www.myapplespace.com/m/activity/log/list", "MyAppleSpace.com", "http://delicious.com/eric.k.herberholz", "Delicious/eric.k.herberholz"); links[7] = new Link("/images/favicons/delicious.gif", "http://www.iphoneappy.com/", "iPhoneAppy", "http://delicious.com/eric.k.herberholz", "Delicious/eric.k.herberholz"); return links; }