var username = 'tommen'; function WtfmoLink(name, url) { this.site_name = name; this.site_url = url; } function WtfmoSite(wtfmoLink, subLinks, siteImg) { this.wtfmo = wtfmoLink; this.sub_link = subLinks; this.avatar = siteImg; } function WtfmoSites() { wtfmo = new Array(); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/tommen"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/tommen"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/tommen"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/farffa/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/farffa/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/farffa/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/farffa/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/farffa/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/farffa/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/farffa"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Voted For", "http://www.mixx.com/users/farffa/voted_for"); subLinks[1] = new WtfmoLink("Voted Against", "http://www.mixx.com/users/farffa/voted_against"); subLinks[2] = new WtfmoLink("Commented On", "http://www.mixx.com/users/farffa/comments"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Mixx", "http://www.mixx.com/users/farffa"), subLinks, "/images/favicons/mixx.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/tommen/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/tommen/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/tommen/messages"); wtfmo[3] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/tommen"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://www.pownce.com/tommen/friends"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Pownce", "http://www.pownce.com/tommen/public"), subLinks, "/images/favicons/pownce.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Submissions", "http://www.propeller.com/member/farffa/activity/"); subLinks[1] = new WtfmoLink("Videos", "http://www.propeller.com/member/farffa/activity/videos"); subLinks[2] = new WtfmoLink("Votes", "http://www.propeller.com/member/farffa/activity/votes"); subLinks[3] = new WtfmoLink("Sinks", "http://www.propeller.com/member/farffa/activity/sinks"); subLinks[4] = new WtfmoLink("Comments", "http://www.propeller.com/member/farffa/activity/comments"); subLinks[5] = new WtfmoLink("Friends", "http://www.propeller.com/member/farffa/friends"); subLinks[6] = new WtfmoLink("Stats", "http://www.propeller.com/member/farffa/stats"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Propeller", "http://www.propeller.com/member/farffa/"), subLinks, "/images/favicons/propeller.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://farffa.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://farffa.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://farffa.stumbleupon.com/favorites/"); wtfmo[6] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://farffa.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/tommen?show=blogs"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/tommen/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("tumblr", "http://thba.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/farffa/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/farffa"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }