var username = 'calipidder'; 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("Things", "http://www.43things.com/person/calipidder"); subLinks[1] = new WtfmoLink("Cheers", "http://www.43things.com/person/calipidder?tab=cheers"); subLinks[2] = new WtfmoLink("Photos", "http://www.43things.com/person/calipidder?tab=photos"); subLinks[3] = new WtfmoLink("Entries", "http://www.43things.com/person/calipidder?tab=entries"); wtfmo[0] = new WtfmoSite(new WtfmoLink("43 Things", "http://www.43things.com/person/calipidder"), subLinks, "/images/favicons/43things.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Places", "http://brightkite.com/people/calipidder/places"); subLinks[1] = new WtfmoLink("Friends", "http://brightkite.com/people/calipidder/friends"); wtfmo[1] = new WtfmoSite(new WtfmoLink("brightkite", "http://brightkite.com/people/calipidder"), subLinks, "/images/favicons/brightkite.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=500023035"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/calipidder"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/calipidder/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/calipidder/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/calipidder"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/17805298617669379079"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Stations", ""); subLinks[1] = new WtfmoLink("Favorites", ""); subLinks[2] = new WtfmoLink("Artists", ""); wtfmo[5] = new WtfmoSite(new WtfmoLink("Pandora", "http://www.pandora.com/people/bex3"), subLinks, "/images/favicons/pandora.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Picasa Web Albums", "http://picasaweb.google.com/calipidder"), subLinks, "/images/favicons/picasa.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My shelf", "http://www.shelfari.com/o1517979561/shelf"); subLinks[1] = new WtfmoLink("My friends", "http://www.shelfari.com/o1517979561/friends"); subLinks[2] = new WtfmoLink("My groups", "http://www.shelfari.com/o1517979561/groups"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Shelfari", "http://www.shelfari.com/o1517979561"), subLinks, "/images/favicons/shelfari.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("TripAdvisor", "http://www.tripadvisor.com/members/SierraBackpacker"), subLinks, "/images/favicons/tripadvisor.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Connections", "http://www.twine.com/user/rebecca/connections"); subLinks[1] = new WtfmoLink("Recent items", "http://www.twine.com/search?author=rebecca"); wtfmo[9] = new WtfmoSite(new WtfmoLink("Twine", "http://www.twine.com/user/rebecca"), subLinks, "/images/favicons/twine.gif"); subLinks = new Array(); wtfmo[10] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/calipidder"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/calipidder/friends"); wtfmo[11] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/calipidder"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }