var username = 'josieg182'; 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/default.gif", "http://anidandesign.com/daily-links/links-for-2008-07-28/comment-page-1/#comment-3422", "Comment on Links for 2008-07-28 by star trek voyager", "http://anidandesign.com", "Comments for Anidan Design"); links[1] = new Link("/images/favicons/delicious.gif", "http://mykeepass.blogspot.com/2010/02/some-users-are-asking-how-to.html", "MyKeePass: How to import/export KeePass datafile", "http://delicious.com/anidandesign", "Delicious/anidandesign"); links[2] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/anidandesign/~3/SpxIl88SAlY/anidandesign", "Links for 2010-03-20 [del.icio.us]", "http://anidandesign.com", "Anidan Design"); links[3] = new Link("/images/favicons/delicious.gif", "http://simplestation.com/locomotion/freshbooks-harvest-blinksale/", "Freshbooks vs. Harvest vs. Blinksale Online Invoicing | Locomotion", "http://delicious.com/anidandesign", "Delicious/anidandesign"); links[4] = new Link("/images/favicons/delicious.gif", "http://www.freshapps.com/", "iPhone Apps - Fresh Apps", "http://delicious.com/anidandesign", "Delicious/anidandesign"); links[5] = new Link("/images/favicons/delicious.gif", "http://www.inspiredm.com/2009/04/21/ten-websites-for-finding-the-next-best-iphone-app/", "Ten websites for finding the next best iPhone app | Inspired Magazine", "http://delicious.com/anidandesign", "Delicious/anidandesign"); links[6] = new Link("/images/favicons/delicious.gif", "http://www.tripwiremagazine.com/2009/12/30-very-useful-iphone-apps-for-designers.html", "30 Very Useful iPhone Apps For Designers | tripwire magazine", "http://delicious.com/anidandesign", "Delicious/anidandesign"); links[7] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/anidandesign/~3/SWkZuIAkWII/anidandesign", "Links for 2010-03-19 [del.icio.us]", "http://anidandesign.com", "Anidan Design"); return links; }