var username = 'turbo'; 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 photos", "http://www.flickr.com/photos/turbomatte"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/turbomatte/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/turbomatte/contacts/"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/turbomatte"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Jaiku", "http://turbomatte.jaiku.com"), subLinks, "/images/favicons/jaiku.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/turbomatte/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/turbomatte/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/turbomatte/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/turbomatte/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/turbomatte/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/turbomatte/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/turbomatte/tags/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/turbomatte"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/turbo/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/turbo/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/turbo/messages"); wtfmo[3] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/turbo"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/turbomatte?show=blogs"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/turbomatte/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("tumblr", "http://turboblog.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/turbomatte/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/turbomatte"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://beta.zooomr.com/photos/turbo"); subLinks[1] = new WtfmoLink("My faves", "http://beta.zooomr.com/photos/turbo/faves"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Zooomr", "http://beta.zooomr.com/people/turbo"), subLinks, "/images/favicons/zooomr.gif"); return wtfmo; }