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/lastfm.gif", "http://www.last.fm/music/The+Raconteurs/_/Salute+Your+Solution", "The Raconteurs ? Salute Your Solution", "http://www.last.fm/user/g808", "g808's Recently Played Tracks"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Offspring/_/You%27re+Gonna+Go+Far%2C+Kid", "The Offspring ? You're Gonna Go Far, Kid", "http://www.last.fm/user/g808", "g808's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Foo+Fighters/_/Long+Road+to+Ruin", "Foo Fighters ? Long Road to Ruin", "http://www.last.fm/user/g808", "g808's Recently Played Tracks"); links[3] = new Link("/images/favicons/jaiku.gif", "http://twitter.com/g808/statuses/894842716", "g808: At the taco truck for lunch. It's like I eat here or not at all", "http://grantthetank.jaiku.com", "Jaiku | Latest from grantthetank"); links[4] = new Link("/images/favicons/default.gif", "http://mynetworkproject.blogspot.com/2008/08/menu-mender-updated.html", "Menu Mender Updated", "", "Grant's shared items in Google Reader"); links[5] = new Link("/images/favicons/default.gif", "http://mynetworkproject.blogspot.com/2008/08/heatwave-plugin-updated.html", "Heatwave Plugin Updated", "", "Grant's shared items in Google Reader"); links[6] = new Link("/images/favicons/default.gif", "http://mynetworkproject.blogspot.com/2008/08/tv-tonic-olympic-content-gone-after.html", "TV Tonic Olympic Content Gone After Sept. 15", "", "Grant's shared items in Google Reader"); links[7] = new Link("/images/favicons/default.gif", "http://feeds.feedburner.com/~r/ZatzNotFunny/~3/374383021/", "Deal of the Day: Refurb TiVo HD @ $165", "", "Grant's shared items in Google Reader"); return links; }