var username = 'michellej'; 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://www.typography.com/email/2010_03/index_tw.htm", "Ask H&FJ: Four Ways to Mix Fonts", "http://delicious.com/michellej", "Delicious/michellej"); links[1] = new Link("/images/favicons/delicious.gif", "http://garyvaynerchuk.com/post/86998558/gary-vaynerchuks-sxsw-keynote", "Gary Vaynerchuk - SXSW talk by Gary Vaynerchuk This is a video of...", "http://delicious.com/michellej", "Delicious/michellej"); links[2] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/ConsumingLouisville/~3/al7gapkQ4Dc/robots-the-interactive-exhibition.php", "Robots: The Interactive Exhibition", "http://consuminglouisville.com", "Consuming Louisville"); links[3] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/ConsumingLouisville/~3/aO4uQjekHWk/heimerdingers.php", "Special Coupon from Heimerdinger Cutlery", "http://consuminglouisville.com", "Consuming Louisville"); links[4] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/ConsumingLouisville/~3/sXC2h4BT2kQ/do-you-have-the-children-do-they-like-the-cookies.php", "Do You Have the Children? Do They Like the Cookies?", "http://consuminglouisville.com", "Consuming Louisville"); links[5] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/ConsumingLouisville/~3/TMYFhOxC0s4/eat-yummy-burritos-support-a-good-cause-possibly-win-free-burritos-for-a-year.php", "Eat Yummy Burritos, Support a Good Cause & Possibly Win Free Burritos for a Year", "http://consuminglouisville.com", "Consuming Louisville"); links[6] = new Link("/images/favicons/delicious.gif", "http://www.zappos.com/fitzwell-ophelia-brown-suede-black-kid", "Fitzwell Ophelia at Zappos.com", "http://delicious.com/michellej", "Delicious/michellej"); links[7] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/ConsumingLouisville/~3/vwUzE7chMwk/sweet-surrender-for-passover.php", "Sweet Surrender for Passover", "http://consuminglouisville.com", "Consuming Louisville"); return links; }