var username = 'robthompson'; 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("co.comments (blog comments)", "http://co.mments.com/people/isoeasy"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/rumblepants"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/rumblepants"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/rumblepants"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=726359782"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/31489053@N00"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/31489053@N00/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/31489053@N00/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/31489053@N00"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/11760501421119658872"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/rob-thompson/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/rob-thompson/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/rob-thompson/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/rob-thompson/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/rob-thompson/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/rob-thompson/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/rob-thompson/tags/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/rob-thompson"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/rob-thompson"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("My Blog (LearnSigma.com)", "http://learnsigma.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("My Website (rob-thompson.com)", "http://rob-thompson.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/qamanager"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=qamanager&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=qamanager"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=qamanager"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=qamanager"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=qamanager"); wtfmo[9] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/qamanager"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/isoeasy?show=blogs"); wtfmo[10] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/isoeasy/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[11] = new WtfmoSite(new WtfmoLink("tumblr", "http://learnsigmablog.tumblr.com.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=SirChutney"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=SirChutney"); wtfmo[12] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=SirChutney"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }