var username = 'kghart'; 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/kghart"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/kghart"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/kghart"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/kghart/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/kghart/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/kghart/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/kghart/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/kghart/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/kghart/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/kghart"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=25823557"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/kevinhart/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/kevinhart"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/kghart/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/kghart/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/kghart/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/kghart/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/kghart/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/kghart/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/kghart/tags/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/kghart"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/kevinghart"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Picasa Web Albums", "http://picasaweb.google.com/kghart"), subLinks, "/images/favicons/picasa.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Slideshows", "http://www.slideshare.net/kghart/slideshows"); subLinks[1] = new WtfmoLink("Wall", "http://www.slideshare.net/kghart/wall"); subLinks[2] = new WtfmoLink("Comments", "http://www.slideshare.net/kghart/comments"); subLinks[3] = new WtfmoLink("Contacts", "http://www.slideshare.net/kghart/contacts"); subLinks[4] = new WtfmoLink("Groups", "http://www.slideshare.net/kghart/groups"); subLinks[5] = new WtfmoLink("Events", "http://www.slideshare.net/kghart/events"); wtfmo[7] = new WtfmoSite(new WtfmoLink("SlideShare", "http://www.slideshare.net/kghart"), subLinks, "/images/favicons/slideshare.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://kghart.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://kghart.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://kghart.stumbleupon.com/favorites/"); wtfmo[8] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://kghart.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/kghart?show=blogs"); wtfmo[9] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/kghart/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[10] = new WtfmoSite(new WtfmoLink("tumblr", "http://kghart.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); wtfmo[11] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/kghart"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/kghart/friends"); wtfmo[12] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/kghart"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=khartwvu"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=khartwvu"); wtfmo[13] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=khartwvu"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }