var username = 'mwickert'; 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/mybloglog.gif", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me?eid=1227334137_25_1988161", "MigWickert liked", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me", "MyBlogLog - MigWickert : New with me "); links[1] = new Link("/images/favicons/digg.gif", "http://digg.com/general_sciences/Can_Brain_Damage_Lead_to_Extraordinary_Art", "Can Brain Damage Lead to Extraordinary Art?", "http://digg.com/users/migcmc03/history/diggs", "digg / migcmc03 / history / diggs"); links[2] = new Link("/images/favicons/mybloglog.gif", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me?eid=1227333718_11_9694862", "MigWickert dugg a story", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me", "MyBlogLog - MigWickert : New with me "); links[3] = new Link("/images/favicons/mybloglog.gif", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me?eid=1227333718_11_9694852", "MigWickert dugg a story", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me", "MyBlogLog - MigWickert : New with me "); links[4] = new Link("/images/favicons/mybloglog.gif", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me?eid=1227333718_11_9694842", "MigWickert dugg a story", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me", "MyBlogLog - MigWickert : New with me "); links[5] = new Link("/images/favicons/mybloglog.gif", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me?eid=1227333600_17_161310362", "MigWickert posted a blog entry", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me", "MyBlogLog - MigWickert : New with me "); links[6] = new Link("/images/favicons/mybloglog.gif", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me?eid=1227333475_5_26095081", "MigWickert added a contact", "http://www.mybloglog.com/buzz/members/miguelpineiro/newwith/me", "MyBlogLog - MigWickert : New with me "); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/MigWickert/statuses/1017792647", "MigWickert: @chrisbrogan sounds like a neat idea... I'll do the same.", "http://twitter.com/MigWickert", "Twitter / MigWickert"); return links; }