var username = 'martinj'; 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/cryppe"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/cryppe"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/cryppe"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/cryptor/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/cryptor/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/cryptor/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/cryptor/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/cryptor/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/cryptor/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/cryptor"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Disqus", "http://www.disqus.com/people/martinj/"), subLinks, "/images/favicons/disqus.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=563300201"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/martinj/subscriptions"); wtfmo[4] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/martinj"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/13350655658212005873"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/martinjdotnet/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/martinjdotnet/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/martinjdotnet/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/martinjdotnet/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/martinjdotnet/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/martinjdotnet/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/martinjdotnet/tags/"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/martinjdotnet"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://www.pownce.com/martin_j/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Pownce", "http://www.pownce.com/martin_j/public"), subLinks, "/images/favicons/pownce.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("tumblr", "http://martinj.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Past events", "http://upcoming.yahoo.com/user/236088/past"); wtfmo[9] = new WtfmoSite(new WtfmoLink("upcoming", "http://upcoming.yahoo.com/user/236088/"), subLinks, "/images/favicons/upcoming.gif"); subLinks = new Array(); wtfmo[10] = new WtfmoSite(new WtfmoLink("vi.sualize.us", "http://vi.sualize.us/martinj"), subLinks, "/images/favicons/visualizeus.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My channel", "http://live.yahoo.com/martinj"); wtfmo[11] = new WtfmoSite(new WtfmoLink("Yahoo! Live", "http://live.yahoo.com/profile/martinj"), subLinks, "/images/favicons/yahoo360.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=martinjnet"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=martinjnet"); wtfmo[12] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=martinjnet"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }