var username = 'lkoudal'; 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("Places", "http://www.43places.com/person/lkoudal"); subLinks[1] = new WtfmoLink("Events", "http://www.43places.com/person/lkoudal?tab=events"); subLinks[2] = new WtfmoLink("Cheers", "http://www.43places.com/person/lkoudal?tab=cheers"); subLinks[3] = new WtfmoLink("Photos", "http://www.43places.com/person/lkoudal?tab=photos"); subLinks[4] = new WtfmoLink("Entries", "http://www.43places.com/person/lkoudal?tab=entries"); wtfmo[0] = new WtfmoSite(new WtfmoLink("43 Places", "http://www.43places.com/person/lkoudal"), subLinks, "/images/favicons/43people.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Things", "http://www.43things.com/person/lkoudal"); subLinks[1] = new WtfmoLink("Cheers", "http://www.43things.com/person/lkoudal?tab=cheers"); subLinks[2] = new WtfmoLink("Photos", "http://www.43things.com/person/lkoudal?tab=photos"); subLinks[3] = new WtfmoLink("Entries", "http://www.43things.com/person/lkoudal?tab=entries"); wtfmo[1] = new WtfmoSite(new WtfmoLink("43 Things", "http://www.43things.com/person/lkoudal"), subLinks, "/images/favicons/43things.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/lkoudal"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/lkoudal"); wtfmo[2] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/lkoudal"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Gallery", "http://lkoudal.deviantart.com/gallery"); subLinks[1] = new WtfmoLink("Prints", "http://lkoudal.deviantart.com/prints/"); subLinks[2] = new WtfmoLink("Favourites", "http://lkoudal.deviantart.com/favourites/"); subLinks[3] = new WtfmoLink("Journal", "http://lkoudal.deviantart.com/journal/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("deviantART", "http://lkoudal.deviantart.com/"), subLinks, "/images/favicons/deviantart.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/lkoudal/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/lkoudal/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/lkoudal/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/lkoudal/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/lkoudal/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/lkoudal/history/shouts"); wtfmo[4] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/lkoudal"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=540221151"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Lars Koudal", "http://www.koudal.dk"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=lkoudal"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=lkoudal"); wtfmo[7] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=lkoudal"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }