var username = 'markfr'; 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/markfr/places"); subLinks[1] = new WtfmoLink("Friends", "http://brightkite.com/people/markfr/friends"); wtfmo[0] = new WtfmoSite(new WtfmoLink("brightkite", "http://brightkite.com/people/markfr"), subLinks, "/images/favicons/brightkite.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Wine Journal", "http://corkd.com/people/markfr/journal"); subLinks[1] = new WtfmoLink("Wine Cellar", "http://corkd.com/people/markfr/cellar"); subLinks[2] = new WtfmoLink("Shopping List", "http://corkd.com/people/markfr/shoppinglist"); subLinks[3] = new WtfmoLink("Buddies", "http://corkd.com/people/markfr/buddies"); wtfmo[1] = new WtfmoSite(new WtfmoLink("Corkd", "http://corkd.com/people/markfr"), subLinks, "/images/favicons/corkd.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/markfr"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/markfr"); wtfmo[2] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/markfr"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My trips", "http://www.dopplr.com/traveller/markfr"); subLinks[1] = new WtfmoLink("My trip map", "http://www.dopplr.com/traveller/markfr/map"); subLinks[2] = new WtfmoLink("Fellow travellers", "http://www.dopplr.com/traveller/markfr/fellows"); subLinks[3] = new WtfmoLink("Fellow travellers map", "http://www.dopplr.com/traveller/markfr/fellows_map/"); subLinks[4] = new WtfmoLink("My journal", "http://www.dopplr.com/traveller/markfr/journal"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Dopplr", "http://www.dopplr.com/traveller/markfr"), subLinks, "/images/favicons/dopplr.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=647554615"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/markfr"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/markfr/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/markfr/contacts/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/markfr"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/markfr/subscriptions"); wtfmo[6] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/markfr"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/markfr/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/markfr/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/markfr/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/markfr/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/markfr/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/markfr/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/markfr/tags/"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/markfr"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/markfr"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Plurk", "http://www.plurk.com/user/markfr"), subLinks, "/images/favicons/plurk.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://markfr.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://markfr.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://markfr.stumbleupon.com/favorites/"); wtfmo[10] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://markfr.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); wtfmo[11] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/markfr"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/markfr/friends"); wtfmo[12] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/markfr"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }