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(); 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[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/rumblepants"), subLinks, "/images/favicons/delicious.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[1] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/31489053@N00"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/11760501421119658872"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Ironman-by-40.com", "http://ironman-by-40.com"), subLinks, "/images/favicons/default.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[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/rob-thompson"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("Learnsigma.com", "http://Learnsigma.com"), subLinks, "/images/favicons/default.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(); 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[7] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/qamanager"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Rob-Thompson.com", "http://Rob-Thompson.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://porktrap.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://porktrap.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://porktrap.stumbleupon.com/favorites/"); wtfmo[9] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://porktrap.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Loved Songs", "http://hypem.com/99percentchimp/loved"); subLinks[1] = new WtfmoLink("Lovefeed", "http://hypem.com/99percentchimp/lovefeed"); wtfmo[10] = new WtfmoSite(new WtfmoLink("The Hype Machine", "http://hypem.com/99percentchimp"), subLinks, "/images/favicons/hypem.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/robthompson/friends"); wtfmo[11] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/robthompson"), subLinks, "/images/favicons/twitter.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; }