var username = 'annhandley'; 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 network", "http://del.icio.us/network/redchiledog"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/redchiledog"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/redchiledog"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/redchiledog/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/redchiledog/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/redchiledog/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/redchiledog/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/redchiledog/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/redchiledog/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/redchiledog"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=726950511"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/85693975@N00/"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/85693975@N00//favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/85693975@N00//contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/85693975@N00/"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/annhandley/subscriptions"); wtfmo[4] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/annhandley"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Bookshelves", "http://www.goodreads.com/review/list/1521806"); wtfmo[5] = new WtfmoSite(new WtfmoLink("goodreads", "http://www.goodreads.com/user/show/1521806"), subLinks, "/images/favicons/goodreads.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/annhandley"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("MarketingProfs Daily Fix", "http://www.mpdailyfix.com/contributors/ann_handley/posts.html"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/annhandley/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/annhandley/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/annhandley/messages"); wtfmo[8] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/annhandley"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Plurk", "http://www.plurk.com/user/annhandley"), subLinks, "/images/favicons/plurk.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://redchiledog.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://redchiledog.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://redchiledog.stumbleupon.com/favorites/"); wtfmo[10] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://redchiledog.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/annhandley?show=blogs"); wtfmo[11] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/annhandley/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/marketingprofs/friends"); wtfmo[12] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/marketingprofs"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Past events", "http://upcoming.yahoo.com/user/164736//past"); wtfmo[13] = new WtfmoSite(new WtfmoLink("upcoming", "http://upcoming.yahoo.com/user/164736//"), subLinks, "/images/favicons/upcoming.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=redchiledog"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=redchiledog"); wtfmo[14] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=redchiledog"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }