var username = 'Anitya'; 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/Anitya"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/Anitya"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/Anitya"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=1216340627"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My game collection", "http://www.gamespot.com/users/Destrukto/games_table?mode=own"); subLinks[1] = new WtfmoLink("My wish list", "http://www.gamespot.com/users/Destrukto/games_table?mode=want"); subLinks[2] = new WtfmoLink("My ratings", "http://www.gamespot.com/users/Destrukto/contributions?mode=ratings"); subLinks[3] = new WtfmoLink("My blog posts", "http://www.gamespot.com/users/Destrukto/contributions?mode=blog"); subLinks[4] = new WtfmoLink("My videos", "http://www.gamespot.com/users/Destrukto/video"); subLinks[5] = new WtfmoLink("My contacts", "http://www.gamespot.com/users/Destrukto/contacts"); subLinks[6] = new WtfmoLink("My unions", "http://www.gamespot.com/users/Destrukto/unions"); wtfmo[2] = new WtfmoSite(new WtfmoLink("GameSpot", "http://www.gamespot.com/pages/profile/index.php?user=Destrukto"), subLinks, "/images/favicons/gamespot.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Recommendations", "http://www.librarything.com/recommendations/Anitya"); subLinks[1] = new WtfmoLink("Reviews", "http://www.librarything.com/profile_reviews.php?view=Anitya"); subLinks[2] = new WtfmoLink("Catalog", "http://www.librarything.com/catalog.php?view=Anitya"); subLinks[3] = new WtfmoLink("Tag cloud", "http://www.librarything.com/tagcloud.php?view=Anitya"); subLinks[4] = new WtfmoLink("Author cloud", "http://www.librarything.com/authorcloud.php?view=Anitya"); subLinks[5] = new WtfmoLink("Gallery", "http://www.librarything.com/authorgallery.php?view=Anitya"); subLinks[6] = new WtfmoLink("Stats", "http://www.librarything.com/profile_statistics.php?view=Anitya"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Library Thing", "http://www.librarything.com/profile/Anitya"), subLinks, "/images/favicons/librarything.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Comments", "http://reddit.com/user/Anitya/comments"); subLinks[1] = new WtfmoLink("Submitted", "http://reddit.com/user/Anitya/submitted"); subLinks[2] = new WtfmoLink("Liked", "http://reddit.com/user/Anitya/liked"); subLinks[3] = new WtfmoLink("Disliked", "http://reddit.com/user/Anitya/disliked"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Reddit", "http://reddit.com/user/Anitya"), subLinks, "/images/favicons/reddit.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://Anitya.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://Anitya.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://Anitya.stumbleupon.com/favorites/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://Anitya.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/Anitya?show=blogs"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/Anitya/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/Anitya/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/Anitya"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Usage", "http://wakoopa.com/Anitya/usage"); subLinks[1] = new WtfmoLink("Reviews", "http://wakoopa.com/Anitya/reviews"); subLinks[2] = new WtfmoLink("Contacts", "http://wakoopa.com/Anitya/contacts"); subLinks[3] = new WtfmoLink("Teams", "http://wakoopa.com/Anitya/teams"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Wakoopa", "http://www.wakoopa.com/Anitya"), subLinks, "/images/favicons/wakoopa.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=ubu365"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=ubu365"); wtfmo[9] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=ubu365"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }