var username = 'fenriz'; 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/tumblr.gif", "http://fhtagn.solusipse.org/post/459820648", "KODAK Theatre HD Player", "http://fhtagn.solusipse.org/", "Fenriz Fhtagn!"); links[1] = new Link("/images/favicons/tumblr.gif", "http://fhtagn.solusipse.org/post/420864631", "How Google?s Algorithm Rules the Web", "http://fhtagn.solusipse.org/", "Fenriz Fhtagn!"); links[2] = new Link("/images/favicons/tumblr.gif", "http://fhtagn.solusipse.org/post/384650967", "Apple considers dropping the price on US TV shows to just $1", "http://fhtagn.solusipse.org/", "Fenriz Fhtagn!"); links[3] = new Link("/images/favicons/greader.gif", "http://www.pheedcontent.com/click.phdo?i=b7608828f7f706545b65b59e4436b45a", "Apple considers dropping the price on US TV shows to just $1", "", "Fenriz's shared items in Google Reader"); links[4] = new Link("/images/favicons/tumblr.gif", "http://fhtagn.solusipse.org/post/380820993", "Google's big announcement: Google Buzz is sharing, Gmail-style", "http://fhtagn.solusipse.org/", "Fenriz Fhtagn!"); links[5] = new Link("/images/favicons/greader.gif", "http://www.pheedcontent.com/click.phdo?i=26e7611c936f83b1fc65032c29908370", "Google's big announcement: Google Buzz is sharing, Gmail-style", "", "Fenriz's shared items in Google Reader"); links[6] = new Link("/images/favicons/tumblr.gif", "http://fhtagn.solusipse.org/post/378378869", "X-Shaped Faux-Comet Likely Related to Prehistoric Dinosaur-Smasher [Space]", "http://fhtagn.solusipse.org/", "Fenriz Fhtagn!"); links[7] = new Link("/images/favicons/tumblr.gif", "http://fhtagn.solusipse.org/post/378378921", "Photosynthesis uses quantum interactions to harvest light", "http://fhtagn.solusipse.org/", "Fenriz Fhtagn!"); return links; }