var username = 'kitlange'; 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/kitlange"); subLinks[1] = new WtfmoLink("Cheers", "http://www.43things.com/person/kitlange?tab=cheers"); subLinks[2] = new WtfmoLink("Photos", "http://www.43things.com/person/kitlange?tab=photos"); subLinks[3] = new WtfmoLink("Entries", "http://www.43things.com/person/kitlange?tab=entries"); wtfmo[0] = new WtfmoSite(new WtfmoLink("43 Things", "http://www.43things.com/person/kitlange"), subLinks, "/images/favicons/43things.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/euphoriadev"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/euphoriadev"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/euphoriadev"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/euphoriadev/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/euphoriadev/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/euphoriadev/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/euphoriadev/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/euphoriadev/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/euphoriadev/history/shouts"); wtfmo[2] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/euphoriadev"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Bookmarks", "http://www.diigo.com/user/kitjarrell"); subLinks[1] = new WtfmoLink("Friends", "http://www.diigo.com/friends/kitjarrell?view=all"); subLinks[2] = new WtfmoLink("Groups", "http://groups.diigo.com/user/kitjarrell"); subLinks[3] = new WtfmoLink("Tags", "http://www.diigo.com/cloud/kitjarrell"); subLinks[4] = new WtfmoLink("Sites", "http://www.diigo.com/community/user/kitjarrell"); subLinks[5] = new WtfmoLink("Lists", "http://www.diigo.com/list/kitjarrell"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Diigo", "http://www.diigo.com/profile/kitjarrell"), subLinks, "/images/favicons/diigo.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=505026101"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/euphoriadev"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/euphoriadev/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/euphoriadev/contacts/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/euphoriadev"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/Kit_Lange/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/Kit_Lange/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/Kit_Lange/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/Kit_Lange/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/Kit_Lange/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/Kit_Lange/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/Kit_Lange/tags/"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/Kit_Lange"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/kitlange/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/kitlange"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Zune.net", "http://social.zune.net/member/2alpha6"), subLinks, "/images/favicons/zune.gif"); return wtfmo; }