var username = 'Mac'; 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://feeds.nytimes.com/click.phdo?i=795e664eb20593201e0f96690137ebf0", "In Expensive New York, Pizza for $1, or Even 99 Cents", "", "Mac's shared items in Google Reader"); links[1] = new Link("/images/favicons/greader.gif", "http://feeds.nytimes.com/click.phdo?i=98894e4e777c68038da3c9c8d297acba", "In New York, the Case of the Missing Address", "", "Mac's shared items in Google Reader"); links[2] = new Link("/images/favicons/delicious.gif", "http://www.codeproject.com/KB/string/cppstringguide1.aspx", "The Complete Guide to C++ Strings - Win32 Character Encodings - CodeProject", "http://delicious.com/mcartoixa", "Delicious/mcartoixa"); links[3] = new Link("/images/favicons/delicious.gif", "http://www.joelonsoftware.com/articles/Unicode.html", "The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) - Joel on Software", "http://delicious.com/mcartoixa", "Delicious/mcartoixa"); links[4] = new Link("/images/favicons/greader.gif", "http://feeds.nytimes.com/click.phdo?i=1207a1c8bd26567a996337b419792e24", "Bees in the City? New York May Make Hives Legal", "", "Mac's shared items in Google Reader"); links[5] = new Link("/images/favicons/greader.gif", "http://feeds.nytimes.com/click.phdo?i=10387e6de13984bdd1fdbab55dd35404", "Rain and Wind Created a Deadly Storm", "", "Mac's shared items in Google Reader"); links[6] = new Link("/images/favicons/delicious.gif", "http://hginit.com/", "Hg Init: a Mercurial tutorial by Joel Spolsky", "http://delicious.com/mcartoixa", "Delicious/mcartoixa"); links[7] = new Link("/images/favicons/greader.gif", "http://feeds.nytimes.com/click.phdo?i=2e9b5566904e01372ac867fc77e8575c", "Architecture Review | Jean Nouvel: Luxury Tower at Corner of Grit and Glamour in Chelsea", "", "Mac's shared items in Google Reader"); return links; }