var username = 'thefencepost'; 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("Places", "http://brightkite.com/people/thefencepost/places"); subLinks[1] = new WtfmoLink("Friends", "http://brightkite.com/people/thefencepost/friends"); wtfmo[0] = new WtfmoSite(new WtfmoLink("brightkite", "http://brightkite.com/people/thefencepost"), subLinks, "/images/favicons/brightkite.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/keithbloemendaal"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/keithbloemendaal"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/keithbloemendaal"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/kbloemendaal/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/kbloemendaal/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/kbloemendaal/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/kbloemendaal/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/kbloemendaal/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/kbloemendaal/history/shouts"); wtfmo[2] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/kbloemendaal"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=1057437821"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/theraleighfencepost"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/theraleighfencepost/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/theraleighfencepost/contacts/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/theraleighfencepost"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/keithbloemendaal/subscriptions"); wtfmo[5] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/keithbloemendaal"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/keithbloemendaal"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/keithbloemendaal/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/keithbloemendaal/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/keithbloemendaal/messages"); wtfmo[7] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/keithbloemendaal"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://kbloemendaal.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://kbloemendaal.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://kbloemendaal.stumbleupon.com/favorites/"); wtfmo[8] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://kbloemendaal.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/thefencepost/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/thefencepost"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }