var username = 'eddymul'; 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/greader.gif", "http://www.youtube.com/watch?v=LyviyF-N23A&feature=autoshare", "Hallelujah Chorus -Quinhagak, Alaska", "", "Eddy Mulyono's shared items in Google Reader"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Anamanaguchi/_/Maki+Ya", "Anamanaguchi ? Maki Ya", "http://www.last.fm/user/eddymul", "eddymul's Recently Played Tracks"); links[2] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=m_4PSgFjtvI&feature=autoshare", "Fr. Barron comments on What Faith Is and What Faith Isn't", "", "Eddy Mulyono's shared items in Google Reader"); links[3] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=UDY9HiChArQ&feature=autoshare", "mrbrownshow SIMI", "", "Eddy Mulyono's shared items in Google Reader"); links[4] = new Link("/images/favicons/greader.gif", "http://esr.ibiblio.org/?p=3744", "Living in Euro-Cloud-Cuckoo land", "", "Eddy Mulyono's shared items in Google Reader"); links[5] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=tmslhmZy-so&feature=autoshare", "Fr. Michael Himes on Love", "", "Eddy Mulyono's shared items in Google Reader"); links[6] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=mrEk06XXaAw&feature=autoshare", "Flash mob at Copenhagen Central Station. Copenhagen Phil playing Ravel's Bolero.", "", "Eddy Mulyono's shared items in Google Reader"); links[7] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=E9KvRDaIpbs&feature=autoshare", "Balrog: Behind the Glory", "", "Eddy Mulyono's shared items in Google Reader"); return links; }