var username = 'danielbentes'; 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("Diggs", "http://digg.com/users/fornbogi/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/fornbogi/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/fornbogi/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/fornbogi/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/fornbogi/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/fornbogi/history/shouts"); wtfmo[0] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/fornbogi"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Disqus", "http://www.disqus.com/people/danielbentes/"), subLinks, "/images/favicons/disqus.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Expono", "http://www.expono.com/daniel"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=563416080"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/danielbentes/subscriptions"); wtfmo[4] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/danielbentes"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/07814426663746991795"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/fornbogi/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/fornbogi/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/fornbogi/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/fornbogi/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/fornbogi/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/fornbogi/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/fornbogi/tags/"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/fornbogi"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/danielbentes"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Scraps", "http://www.orkut.com/Scrapbook.aspx?uid=688097196661572003"); subLinks[1] = new WtfmoLink("Photos", "http://www.orkut.com/Album.aspx?uid=688097196661572003"); subLinks[2] = new WtfmoLink("Videos", "http://www.orkut.com/FavoriteVideos.aspx?uid=688097196661572003"); subLinks[3] = new WtfmoLink("Fans", "http://www.orkut.com/ProfileF.aspx?uid=688097196661572003"); subLinks[4] = new WtfmoLink("Friends", "http://www.orkut.com/FriendsList.aspx?uid=688097196661572003"); subLinks[5] = new WtfmoLink("Communities", "http://www.orkut.com/ProfileC.aspx?uid=688097196661572003"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Orkut", "http://www.orkut.com/Profile.aspx?uid=688097196661572003"), subLinks, "/images/favicons/orkut.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("tumblr", "http://danielbentes.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/danielbentes/friends"); wtfmo[10] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/danielbentes"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=fornbogi"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=fornbogi"); wtfmo[11] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=fornbogi"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }