var username = 'tomrogers123'; 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("Facebook", "http://www.facebook.com/profile.php?id=1312100464"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/02636706716559795324"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/tomrogers123/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/tomrogers123/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/tomrogers123/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/tomrogers123/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/tomrogers123/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/tomrogers123/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/tomrogers123/tags/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/tomrogers123"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Revver", "http://www.revver.com/u/tomropgers123/"), subLinks, "/images/favicons/revver.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/tomrogers123?show=blogs"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/tomrogers123/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("Tom Rogers", "http://blog.tom-rogers.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/tomrogers123/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/tomrogers123"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My recorded shows", "http://www.ustream.tv/techgeek4/videos"); subLinks[1] = new WtfmoLink("My pictures", "http://www.ustream.tv/techgeek4/pictures"); subLinks[2] = new WtfmoLink("My friends", "http://www.ustream.tv/techgeek4/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Ustream.tv", "http://www.ustream.tv/techgeek4"), subLinks, "/images/favicons/ustream.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.veoh.com/userVideos.html?username=tomrogers123"); subLinks[1] = new WtfmoLink("My favorites", "http://www.veoh.com/favorites/tomrogers123"); subLinks[2] = new WtfmoLink("My channels", "http://www.veoh.com/userChannels.html?notOwner=notOwner&username=tomrogers123&numResults=5"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Veoh", "http://www.veoh.com/users/tomrogers123"), subLinks, "/images/favicons/veoh.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=tomrogers123"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=tomrogers123"); wtfmo[9] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=tomrogers123"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }