var username = 'cblackburn'; 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("Reviews", "http://www.amazon.com/gp/cdp/member-reviews/A2NB4MXJF3TVOH/"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Amazon", "http://www.amazon.com/gp/pdp/profile/A2NB4MXJF3TVOH"), subLinks, "/images/favicons/amazon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/cblackburn"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/cblackburn"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/cblackburn"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/cblackburn/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/cblackburn/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/cblackburn/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/cblackburn/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/cblackburn/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/cblackburn/history/shouts"); wtfmo[2] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/cblackburn"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=656816786"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/cblackburn"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/cblackburn/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/cblackburn/contacts/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/cblackburn"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/00067820826252226746"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Hack to Learn", "http://blog.cbciweb.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/resinman/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/resinman/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/resinman/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/resinman/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/resinman/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/resinman/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/resinman/tags/"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/resinman"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/cblackburn"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Muxtape", "http://cblackburn.muxtape.com"), subLinks, "/images/favicons/muxtape.gif"); subLinks = new Array(); wtfmo[10] = new WtfmoSite(new WtfmoLink("Pandora", "http://www.pandora.com/people/chris@cbciweb.com"), subLinks, "/images/favicons/pandora.gif"); subLinks = new Array(); wtfmo[11] = new WtfmoSite(new WtfmoLink("tumblr", "http://cblackburn.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/cblackburn/friends"); wtfmo[12] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/cblackburn"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }