var username = 'lostintechnology'; 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/dayolddonut/places"); subLinks[1] = new WtfmoLink("Friends", "http://brightkite.com/people/dayolddonut/friends"); wtfmo[0] = new WtfmoSite(new WtfmoLink("brightkite", "http://brightkite.com/people/dayolddonut"), subLinks, "/images/favicons/brightkite.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/dayolddonut"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/dayolddonut"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/dayolddonut"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/dayolddonut/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/dayolddonut/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/dayolddonut/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/dayolddonut/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/dayolddonut/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/dayolddonut/history/shouts"); wtfmo[2] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/dayolddonut"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/lostintechnology/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/lostintechnology"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Jaiku", "http://LostInTechnology.jaiku.com"), subLinks, "/images/favicons/jaiku.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/dayolddonut/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/dayolddonut/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/dayolddonut/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/dayolddonut/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/dayolddonut/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/dayolddonut/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/dayolddonut/tags/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/dayolddonut"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Voted For", "http://www.mixx.com/users/dayolddonut/voted_for"); subLinks[1] = new WtfmoLink("Voted Against", "http://www.mixx.com/users/dayolddonut/voted_against"); subLinks[2] = new WtfmoLink("Commented On", "http://www.mixx.com/users/dayolddonut/comments"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Mixx", "http://www.mixx.com/users/dayolddonut"), subLinks, "/images/favicons/mixx.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/lostintechnology/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/lostintechnology/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/lostintechnology/messages"); wtfmo[7] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/lostintechnology"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Picasa Web Albums", "http://picasaweb.google.com/dayolddonut"), subLinks, "/images/favicons/picasa.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Plurk", "http://www.plurk.com/user/lostintechnology"), subLinks, "/images/favicons/plurk.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://dayolddonut.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://dayolddonut.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://dayolddonut.stumbleupon.com/favorites/"); wtfmo[10] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://dayolddonut.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/dayolddonut?show=blogs"); wtfmo[11] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/dayolddonut/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/lostintech/friends"); wtfmo[12] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/lostintech"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }