var username = 'GreatWhiteSnark'; 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("Diggs", "http://digg.com/users/GreatWhiteSnark/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/GreatWhiteSnark/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/GreatWhiteSnark/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/GreatWhiteSnark/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/GreatWhiteSnark/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/GreatWhiteSnark/history/shouts"); wtfmo[0] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/GreatWhiteSnark"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=19273839856"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/greatwhitesnark"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/greatwhitesnark/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/greatwhitesnark/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/greatwhitesnark"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/greatwhitesnark/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/greatwhitesnark"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Lootist", "http://www.lootist.com/profile/loot/GreatWhiteSnark"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/greatwhitesnark/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/greatwhitesnark/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/greatwhitesnark/messages"); wtfmo[5] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/greatwhitesnark"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Plurk", "http://www.plurk.com/user/GreatWhiteSnark"), subLinks, "/images/favicons/plurk.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://GreatWhiteSnark.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://GreatWhiteSnark.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://GreatWhiteSnark.stumbleupon.com/favorites/"); wtfmo[7] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://GreatWhiteSnark.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/greatwhitesnark?show=blogs"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/greatwhitesnark/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/GreatWhiteSnark/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/GreatWhiteSnark"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=GreatWhiteSnark"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=GreatWhiteSnark"); wtfmo[10] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=GreatWhiteSnark"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }