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/Brentevans/~3/vFkywK3IpGE/directv-serialusb-channel-changing-for.html", "DirecTV Serial/USB Channel Changing for Hauppauge HD-PVR using DVBLink", "", "Grant's shared items in Google Reader"); links[1] = new Link("/images/favicons/default.gif", "http://www.macrumors.com/2010/02/04/atandt-approves-slingplayer-mobile-television-streaming-over-3g/", "AT&T Approves 'SlingPlayer Mobile' Television Streaming Over 3G", "", "Grant's shared items in Google Reader"); links[2] = new Link("/images/favicons/default.gif", "http://www.zatznotfunny.com/2010-01/comcast-remote-dvr-scheduling-is-here-for-some/", "Comcast Remote DVR Scheduling is Here! (For Some)", "", "Grant's shared items in Google Reader"); links[3] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/Brentevans/~3/4uf252PIogc/silicondust-cablecard-dual-tuner.html", "SiliconDust CableCard Dual Tuner Details from CES ? I?m Interested", "", "Grant's shared items in Google Reader"); links[4] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/Brentevans/~3/6VbjkKeda8M/ceton.html", "Ceton Multistream CableCard Tuner Details from CES", "", "Grant's shared items in Google Reader"); links[5] = new Link("/images/favicons/default.gif", "http://www.zatznotfunny.com/2010-01/catching-up-with-flycast-droid-recording-video/", "Catching up with FlyCast (Droid, Recording, Video)", "", "Grant's shared items in Google Reader"); links[6] = new Link("/images/favicons/default.gif", "http://www.zatznotfunny.com/2010-01/dazzboard-has-a-new-android-app-manager/", "Dazzboard Has a New Android App Manager", "", "Grant's shared items in Google Reader"); links[7] = new Link("/images/favicons/default.gif", "http://www.zatznotfunny.com/2010-01/welcome-wi-fi-photo-frames-finally/", "Welcome Wi-Fi Photo Frames? Finally!", "", "Grant's shared items in Google Reader"); return links; }