var username = 'opgoth'; 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("Blip.tv", "http://opgoth.blip.tv"), subLinks, "/images/favicons/bliptv.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=USER_NAME"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/opgoth"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/opgoth/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/opgoth/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/opgoth"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/http://www.google.com/reader/shared/1399"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/opgoth/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/opgoth/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/opgoth/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/opgoth/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/opgoth/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/opgoth/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/opgoth/tags/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/opgoth"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My bookmarks", "http://ma.gnolia.com/people/opgoth/bookmarks"); wtfmo[5] = new WtfmoSite(new WtfmoLink("ma.gnolia", "http://ma.gnolia.com/people/opgoth"), subLinks, "/images/favicons/magnolia.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Opéra Gothique", "http://opgoth.blogspot.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("orkut profile", "http://www.orkut.com/Profile.aspx?uid=14623157708727840892"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://www.pownce.com/opgoth/friends"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Pownce", "http://www.pownce.com/opgoth/public"), subLinks, "/images/favicons/pownce.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/opgoth?show=blogs"); wtfmo[9] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/opgoth/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/opgoth/friends"); wtfmo[10] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/opgoth"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=opgoth"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=opgoth"); wtfmo[11] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=opgoth"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }