var username = 'anecoico'; 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(); wtfmo[0] = new WtfmoSite(new WtfmoLink("bloGalileo", "http://www.blogalileo.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("CattivaMaestra", "http://cattivamaestra.blog.lastampa.it/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/anecoico/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/anecoico/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/anecoico/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/anecoico/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/anecoico/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/anecoico/history/shouts"); wtfmo[2] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/anecoico"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=588467013"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/anecoico"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/anecoico/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/anecoico/contacts/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/anecoico"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/menietti"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/anecoico/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/anecoico/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/anecoico/messages"); wtfmo[6] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/anecoico"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("OKNotizie", "http://oknotizie.alice.it/anecoico"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/anecoico?show=blogs"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/anecoico/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/anecoico/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/anecoico"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=anecoico"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=anecoico"); wtfmo[10] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=anecoico"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }