var username = 'cynthiaperla'; 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/cynthiaperla"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/cynthiaperla"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/cynthiaperla"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My trips", "http://www.dopplr.com/traveller/cynthiaperla"); subLinks[1] = new WtfmoLink("My trip map", "http://www.dopplr.com/traveller/cynthiaperla/map"); subLinks[2] = new WtfmoLink("Fellow travellers", "http://www.dopplr.com/traveller/cynthiaperla/fellows"); subLinks[3] = new WtfmoLink("Fellow travellers map", "http://www.dopplr.com/traveller/cynthiaperla/fellows_map/"); subLinks[4] = new WtfmoLink("My journal", "http://www.dopplr.com/traveller/cynthiaperla/journal"); wtfmo[1] = new WtfmoSite(new WtfmoLink("Dopplr", "http://www.dopplr.com/traveller/cynthiaperla"), subLinks, "/images/favicons/dopplr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/cynthiaperla"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/cynthiaperla/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/cynthiaperla/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/cynthiaperla"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/cynthiaperla/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/cynthiaperla"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/cynthiaperla?show=blogs"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/cynthiaperla/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Connections", "http://www.twine.com/user/cynthiaperla/connections"); subLinks[1] = new WtfmoLink("Recent items", "http://www.twine.com/search?author=cynthiaperla"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Twine", "http://www.twine.com/user/cynthiaperla"), subLinks, "/images/favicons/twine.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/cynthiaperla/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/cynthiaperla"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Videos", "http://www.viddler.com/explore/cynthiaperla/videos/"); subLinks[1] = new WtfmoLink("Favorites", "http://www.viddler.com/explore/cynthiaperla/favorites/"); subLinks[2] = new WtfmoLink("Friends", "http://www.viddler.com/explore/cynthiaperla/friends/"); subLinks[3] = new WtfmoLink("Video tags", "http://www.viddler.com/explore/cynthiaperla/tags/"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Viddler", "http://www.viddler.com/explore/cynthiaperla/"), subLinks, "/images/favicons/viddler.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=cynthiaperla"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=cynthiaperla"); wtfmo[8] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=cynthiaperla"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }