var username = 'aa-chan'; 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("Diggs", "http://digg.com/users/aachan/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/aachan/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/aachan/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/aachan/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/aachan/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/aachan/history/shouts"); wtfmo[0] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/aachan"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My trips", "http://www.dopplr.com/traveller/aachan"); subLinks[1] = new WtfmoLink("My trip map", "http://www.dopplr.com/traveller/aachan/map"); subLinks[2] = new WtfmoLink("Fellow travellers", "http://www.dopplr.com/traveller/aachan/fellows"); subLinks[3] = new WtfmoLink("Fellow travellers map", "http://www.dopplr.com/traveller/aachan/fellows_map/"); subLinks[4] = new WtfmoLink("My journal", "http://www.dopplr.com/traveller/aachan/journal"); wtfmo[1] = new WtfmoSite(new WtfmoLink("Dopplr", "http://www.dopplr.com/traveller/aachan"), subLinks, "/images/favicons/dopplr.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=744676080"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/23008809@N03"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/23008809@N03/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/23008809@N03/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/23008809@N03"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/aa-chan/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/aa-chan/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/aa-chan/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/aa-chan/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/aa-chan/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/aa-chan/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/aa-chan/tags/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/aa-chan"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My blog", "http://konbachiwa.livejournal.com"); wtfmo[5] = new WtfmoSite(new WtfmoLink("LiveJournal", "http://konbachiwa.livejournal.com/profile"), subLinks, "/images/favicons/livejournal.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Picasa Web Albums", "http://picasaweb.google.com/alexfinch@gmail.com"), subLinks, "/images/favicons/picasa.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/aa-chan?show=blogs"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/aa-chan/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/alexfinch@gmail.com/friends"); wtfmo[8] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/alexfinch@gmail.com"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=Aachan"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=Aachan"); wtfmo[9] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=Aachan"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }