var username = 'vrsandersjr'; 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://brightkite.com/people/vrsandersjr/places"); subLinks[1] = new WtfmoLink("Friends", "http://brightkite.com/people/vrsandersjr/friends"); wtfmo[0] = new WtfmoSite(new WtfmoLink("brightkite", "http://brightkite.com/people/vrsandersjr"), subLinks, "/images/favicons/brightkite.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/vrsandersjr"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/vrsandersjr"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/vrsandersjr"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/vrsandersjr/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/vrsandersjr/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/vrsandersjr/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/vrsandersjr/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/vrsandersjr/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/vrsandersjr/history/shouts"); wtfmo[2] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/vrsandersjr"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Disqus", "http://www.disqus.com/people/vrsandersjr/"), subLinks, "/images/favicons/disqus.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/vrsandersjr/subscriptions"); wtfmo[4] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/vrsandersjr"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/vrsandersjr/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/vrsandersjr/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/vrsandersjr/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/vrsandersjr/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/vrsandersjr/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/vrsandersjr/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/vrsandersjr/tags/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/vrsandersjr"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://www.pownce.com/vrsandersjr/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Pownce", "http://www.pownce.com/vrsandersjr/public"), subLinks, "/images/favicons/pownce.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://vrsandersjr.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://vrsandersjr.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://vrsandersjr.stumbleupon.com/favorites/"); wtfmo[7] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://vrsandersjr.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Connections", "http://www.twine.com/user/vrsandersjr/connections"); subLinks[1] = new WtfmoLink("Recent items", "http://www.twine.com/search?author=vrsandersjr"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Twine", "http://www.twine.com/user/vrsandersjr"), subLinks, "/images/favicons/twine.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/vrsj/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/vrsj"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }