var username = 'g808'; 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://feedproxy.google.com/~r/Snapstream/~3/-gJS_SytXDI/", "FireFly Mini & Hulu Desktop", "", "Grant's shared items in Google Reader"); links[1] = new Link("/images/favicons/default.gif", "http://www.missingremote.com/index.php?option=com_content&task=view&id=3535&Itemid=2", "Windows 7: Setting Up Tuner Priority per Channel", "", "Grant's shared items in Google Reader"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/2057793304", "g808: I'm at Valley Fair Mall - http://bkite.com/08f7t", "http://twitter.com/g808", "Twitter / g808"); links[3] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/3e8dd71852da11de9f0b003048c10834", "g808 checked in @ Valley Fair Mall", "http://brightkite.com/people/g808", "Stream for g808"); links[4] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/EdBott-WindowsandOfficeExpertise/~3/QeKVkmQJWjs/", "Finally, a quiet Xbox 360?", "", "Grant's shared items in Google Reader"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/g808/statuses/1984060505", "g808: I'm at Westfield Oakridge Mall - http://bkite.com/082P7", "http://twitter.com/g808", "Twitter / g808"); links[6] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/cf9c5284e2911dea583003048c10834", "g808 checked in @ Westfield Oakridge Mall", "http://brightkite.com/people/g808", "Stream for g808"); links[7] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/Brentevans/~3/SIWjPxXHgu4/dvrmstoolbox-1217-releases-to-public.html", "DVRMSToolbox 1.2.1.7 Releases to Public - for Free", "", "Grant's shared items in Google Reader"); return links; }