var username = 'stella117'; 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("Diggs", "http://digg.com/users/slou117/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/slou117/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/slou117/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/slou117/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/slou117/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/slou117/history/shouts"); wtfmo[0] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/slou117"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=719289587"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/wellaboveaverage"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/wellaboveaverage/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/wellaboveaverage/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/wellaboveaverage/messages"); wtfmo[3] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/wellaboveaverage"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/wellaboveavg"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=wellaboveavg&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=wellaboveavg"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=wellaboveavg"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=wellaboveavg"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=wellaboveavg"); wtfmo[4] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/wellaboveavg"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://slou117.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://slou117.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://slou117.stumbleupon.com/favorites/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://slou117.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/stella117?show=blogs"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/stella117/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Well Above Average", "http://wellaboveaverage.com"), subLinks, "/images/favicons/default.gif"); return wtfmo; }