var username = 'Checchia'; 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 friends", "http://www.blinklist.com/checchia/friend.php"); wtfmo[0] = new WtfmoSite(new WtfmoLink("BlinkList", "http://www.blinklist.com/checchia/"), subLinks, "/images/favicons/blinklist.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Checchia.NET", "http://checchia.net"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("claimID", "http://claimid.com/checchia"), subLinks, "/images/favicons/claimid.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/17451471426510302123"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/checchia/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/checchia/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/checchia/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/checchia/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/checchia/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/checchia/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/checchia/tags/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/checchia"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/checchia"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Scraps", "http://www.orkut.com/Scrapbook.aspx?uid=14885551925739774405"); subLinks[1] = new WtfmoLink("Photos", "http://www.orkut.com/Album.aspx?uid=14885551925739774405"); subLinks[2] = new WtfmoLink("Videos", "http://www.orkut.com/FavoriteVideos.aspx?uid=14885551925739774405"); subLinks[3] = new WtfmoLink("Fans", "http://www.orkut.com/ProfileF.aspx?uid=14885551925739774405"); subLinks[4] = new WtfmoLink("Friends", "http://www.orkut.com/FriendsList.aspx?uid=14885551925739774405"); subLinks[5] = new WtfmoLink("Communities", "http://www.orkut.com/ProfileC.aspx?uid=14885551925739774405"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Orkut", "http://www.orkut.com/Profile.aspx?uid=14885551925739774405"), subLinks, "/images/favicons/orkut.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Parlenda Tecnologica", "http://parlendatech.com.br"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Picasa Web Albums", "http://picasaweb.google.com/daniel.checchia"), subLinks, "/images/favicons/picasa.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Plaxo", "http://www.plaxo.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Slideshows", "http://www.slideshare.net/daniel.checchia/slideshows"); subLinks[1] = new WtfmoLink("Wall", "http://www.slideshare.net/daniel.checchia/wall"); subLinks[2] = new WtfmoLink("Comments", "http://www.slideshare.net/daniel.checchia/comments"); subLinks[3] = new WtfmoLink("Contacts", "http://www.slideshare.net/daniel.checchia/contacts"); subLinks[4] = new WtfmoLink("Groups", "http://www.slideshare.net/daniel.checchia/groups"); subLinks[5] = new WtfmoLink("Events", "http://www.slideshare.net/daniel.checchia/events"); wtfmo[10] = new WtfmoSite(new WtfmoLink("SlideShare", "http://www.slideshare.net/daniel.checchia"), subLinks, "/images/favicons/slideshare.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/checchia?show=blogs"); wtfmo[11] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/checchia/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[12] = new WtfmoSite(new WtfmoLink("Via6", "http://www.via6.com/checchia"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=danielchecchia"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=danielchecchia"); wtfmo[13] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=danielchecchia"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }