var username = 'luclodder'; 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("Badcompany PS3", "http://badcompany.ea.com/myprofile/ps3/luclodder"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("blip.fm", "http://blip.fm/luclodder"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/luclodder"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/luclodder"); wtfmo[2] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/luclodder"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Gallery", "http://x3n0ph0n.deviantart.com/gallery"); subLinks[1] = new WtfmoLink("Prints", "http://x3n0ph0n.deviantart.com/prints/"); subLinks[2] = new WtfmoLink("Favourites", "http://x3n0ph0n.deviantart.com/favourites/"); subLinks[3] = new WtfmoLink("Journal", "http://x3n0ph0n.deviantart.com/journal/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("deviantART", "http://x3n0ph0n.deviantart.com/"), subLinks, "/images/favicons/deviantart.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=1172134035"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/luclodder"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/luclodder/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/luclodder/contacts/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/luclodder"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/05537246375378249917"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Hyves", "http://luclodder.hyves.nl/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/luclodder/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/luclodder/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/luclodder/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/luclodder/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/luclodder/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/luclodder/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/luclodder/tags/"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/luclodder"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/luclodder"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[10] = new WtfmoSite(new WtfmoLink("luclodder fotografie", "http://www.luclodder.net"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[11] = new WtfmoSite(new WtfmoLink("Picasa Web Albums", "http://picasaweb.google.com/luclodder"), subLinks, "/images/favicons/picasa.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://luclodder.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://luclodder.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://luclodder.stumbleupon.com/favorites/"); wtfmo[12] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://luclodder.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/luclodder?show=blogs"); wtfmo[13] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/luclodder/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/luclodder/friends"); wtfmo[14] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/luclodder"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); wtfmo[15] = new WtfmoSite(new WtfmoLink("Weblog Prive", "http://weblog.luclodder.net"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=luclodder"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=luclodder"); wtfmo[16] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=luclodder"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }